Visual Studio :: How To Compile Web Application To A .exe Or .dll

Jul 13, 2010

I need to know how to compile my web application in vs2008 so that it can run on a server without the codebehind files being viewed or how i make it and .exe

View 12 Replies


Similar Messages:

Visual Studio :: How To Compile Application Targeting 32-bit Platform

Apr 21, 2010

I want my application to get compiled as a 32-bit application since the dll's that are added are 32-bit dll's.

View 1 Replies

Visual Studio :: How To Compile X64 Website

Apr 8, 2010

I'm trying to compile (using Visual Studio) an ASP.Net website with the Chilkat library. The compilation fails due to this error: Could not load file or ssembly 'ChilkatDotNet2, Version=9.0.8.0, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd' or one of its dependencies. An attempt was made to load a program with an incorrect format.

I've been told that this error occurs because of platform noncompliance. The weird thing is that although the compilation fails, the site works once accessed from a browser. My theory is that the IIS compilation uses csc.exe compiler from the Framework64 (64 bit) folder while the Visual Studio uses csc.exe compiler from the Framework (32 bit) folder. If this is acually it, how can I configure my Visual studio to run with the 64 bit compiler for ASP.Net sites? This is my current development configuration: Windows 7 (x64). Visual Studio 2008 Pro (x86 of course...). Chilkat library (x64) IIS/Asp.net (x64).

View 4 Replies

How To Compile 64bit Web Site With Visual Studio

Apr 14, 2010

How can I make Visual Studio to use the 64bit compiler (csc.exe/vbc.exe) for an Asp.Net web site?

View 1 Replies

Visual Studio 2008 Compile / Trying To Open An Existing App?

Mar 31, 2010

I am trying to open an existing asp.net app. on my local machine with VS2008. The app. resides in a folder on the Windows 2003 Server. The app. runs on our intranet. Recently, a change was made to the app. directly by opening one of the files in the solution and adding maybe a couple of lines of c# code and saved back. Of course this would not make a difference as its not been re-compiled.

I copied the whole folder where the app. resides on the server to my desktop and then tried to open the solution with VS2008, it came up with a prompt saying the app was written using a previous version of Visual Studio and needed to be converted to VS2008 format, I followed the intructions, but it failed saying something like "...failed to make a backup etc", it wouldn't open the solution.I have successfully open other apps this way but this one particular one would not just open. All I want to do is to use VS2008 to recompile and publish back to the server. I have tried using VS2005, it just says the app. was created by a newer version of the application...

I think the app was built sometime btw 2004 - 2008. Also, if it is relevant, the folder where the app. resides on the server has a globe icon, don't know if its an IIS thingIs there any other way to compile this .net app. without using VS2008,

View 1 Replies

Visual Studio 2005 - Web Site Project - Errors Not Caught At Compile Time?

May 7, 2010

For the first time in my career, I'm working on an ASP.Net (v3.5) project that has been set up as a Visual Studio 2008/10 Web Site Project.

I'm not keen on this way of working this way for various reasons but for the moment and until such time as the company sees the virtue in working in an environment with namespaces, designer and project files etc., I have to continue with the existing codebase.

I've run into some odd issues since I began this but perhaps the oddest one of all is that althought VS lets me build the code, it doesn't reliably pick up compilation errors so these are not noticed until runtime.

I know the website model allows dynamic/hot compilation when a request is made for a specific but I can't see why it wouldn't do this when I manually (F5) build/rebuild the project. Its immensely annoying as you can imagine and I can't find a workaround.

View 3 Replies

Visual Studio :: Web Project Converted From 2005 To 2010 Gets Dynamic Compile Error On The @Page Directive?

Jan 12, 2011

As that title says my aspx page shows a compile error on the @Page directive that says "ASP.NET runtime error: Cannot load file or Assembly 'Microsoft.SqlServer.BatchParser' or one of it's dependencies". The project compiles with our error and it runs with no problem. The only real problem that this causes it that the intellisense for anything other than simple HTML is broken so I can't type asp:Controlname and have intellisense show me a the list of items or properties in a control. I get a green squiggly line under all the asp tags saying "Unrecognized tag prefix or device filter 'asp'". This project doesn't directly use SQL SMO but it does reference a project that does. However, I removed that reference and the problem still doesn't go away. I have installed on my development machine the full SQL client and for both SQL 2005 and 2008 (including the SDK) from the Developer editions of both versions. This was not a problem on VS2005 and the project compiles without error in VS2010 too.

View 1 Replies

Visual Studio - Finding Ways To Make Build Faster / Trying To Improve Edit-Compile-Test Loop

Mar 17, 2011

When I'm building my web project it takes about 20 seconds to compile. Then when I try to browse to a web page in project, asp.net does its runtime compilation(another 20 seconds). I know I can't escape these steps because thats how asp.net works, just want to see if anyone has some kind of optimization to make these builds faster.

Trying to improve Edit-Compile-Test loop

My machine details:

-Intel Core i7 processor @2.80GHz
-8GB of RAM
-HD @ 7200 RPM

View 4 Replies

Visual Studio :: Ensure Web Application Converted From 2003 Visual Studio To 2008?

May 28, 2010

How can I ensure that web application converted from 2003 visual studio to 2008 visual studio

to have two files as it is when create a web file in visual studio 2008.The web application is in Chsarp. I have converted these filesfrom 2003 to 2008 but they still have three files each.

View 4 Replies

Visual Studio :: Trying To Publish Web Application In Visual Studio 2010?

Mar 28, 2011

I'm trying to publish my ASP.NET web application in Visual Studio 2010. I'm then trying to install it as a website on a server using IIS. I've gotten my application to publish (to a .zip file) but it points to the physical directory on my hard drive. This obviously will not work on the server.

View 3 Replies

Visual Studio 2010 - Site Upgraded VS08 - VS10, And Now Compile-time Errors Do Not Show Until I Request The Page At Run-time?

Mar 11, 2011

I have an ASP.NET website that worked fine using and debugging in VS2008. I went through the upgrade process opening the solution in VS2010. I can run the site, but as I make changes in the app_code folder classes, they don't seem to commpile and warn me of compile-time errors. As soon as I get to a point that calls the class, the errors show up. Sounds JIT I guess, but this isn't how it was working in 08. Is there an option that was changed in the upgrade process? This is a large project, I really don't want to break something and not find out until some obscure page is opened.

View 1 Replies

Visual Studio :: How To Remove The Unused References In Form Level/vb.net Application And Web Application

Feb 3, 2010

How to remove the unused references in form level, vb.net application and web application?

How can I use fxcop to identity undisposed objects like dataset, dataview, connection, stream...? Any one having custom rules for the same?

View 1 Replies

Visual Studio :: Application Has Failed To Start Because The Application Configuaration Is Incorrect?

Apr 8, 2010

on desktop start has disappeared, getting above issue on double clicking/running any application.have VS2005 installed with sp1 and all other relevant updates as per MS..., i read some forums which states because of VC++ the system files may be currupted....have not installed VC++can anyone guide me the issue here and its solution...

View 3 Replies

Visual Studio :: How To Convert Whole Visual Studio 2008 Web Site Project To Visual Studio 2010

Aug 14, 2010

is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project

my current project references

i have a very annoying iis problem

iis server stops working until app pool is recycled

i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem

View 2 Replies

Visual Studio :: Opening Visual Studio 2008 Project In Visual Studio 2010?

May 21, 2010

Anyone know if I can maintain a VS 2008 (.net 3.5) project by using the VS 2010 IDE ?

View 1 Replies

Web Forms :: Same Codes From Windows Application But Can't Compile The Same Way In Web Application

Jan 25, 2011

why is it that the exact same codes that i use to create a Windows application, which is able to work, does not work on a Web application? i created a windows application using c# and socket programming language. i will be connected to a remote server and through the windows application, and i will be able to send the "byte[] msg" to the server and activate the LED lightbulbs attached to the remote server. that exact same codes works well on the Windows application. however, when i create another Web application using the same exact codes, i does not have any error yet i am not able to activate the LED lightbulbs attached to it. is it that through the web or internet explorer i am not able to send the "byte[] msg" correctly? or that i sld modify "byte[] msg" to suit the web usage? or any other reasons?

View 7 Replies

Visual Studio :: How To Run An Application From The IDE

Jan 24, 2010

I am getting the above error whenever I attempt to run an application from the IDE. Any application. I have literally created a new asp.net "Hello World" app with absolutely nothing other than the aspx page, no code in the code-behind, and the only change to the web.config to enable debugging. The app errs immediately. Nothing is written to the event log.

The error is unique to asp.net, Visual Studio 2008, and has only recently started. I can run asp.net apps in VS 2005, and windows apps in 2008.The only thing I'm sure that I've done recently is installed SP1 for .net framework 3.5.

View 4 Replies

Visual Studio :: Open And Run Web Application?

Apr 13, 2010

I already have a web application running successfully develeoped using Classic ASP by the previous web pregrammer. Since I'm not familiar with Classic ASP, I tried running the source code in Visual Studio ASP.NET. However, I'm unable to run it (expliciltely denied). May I know whether there are special things to note when opeing and running a web application developed in Classic ASP in ASP.NET? The previous web application is connected to the school server, but I'm using my laptop's local host to run the application. Is that why I can't run the application? What are the steps needed to connect my ASP.NET application with the server.

View 1 Replies

Visual Studio :: Web Application Not Found?

Apr 19, 2010

am using visual studio 2008 there i didnt find New Web Application, there only Web Site. How to create the new Web Application project?

View 1 Replies

Visual Studio :: Web Application And Website?

Feb 11, 2011

Am new to ASP.Net. There are two options (Web application and Websites) available while developing projects in web. I have the confusion of which one is better in web.

View 4 Replies

Visual Studio :: Running Asp.net Web Application?

Jan 6, 2011

my os : win XP service pack 2my website was developed in asp.net 2.0(visual studio 2005) and then i converted into asp.net 3.5(visual studio 2008). and i added one page. it was working.now,while i am running my website,output should be like this 'http://localhoast:8799/mypage.aspx'but at first it tries the above url and then it is automatically changes the url into like this 'http://www.localhost.com/mypage.aspx'.
i am facing this problem only in firefox as well as google chrome.but i am not facing this problem if the browser is internet explorer.is there any problem with my IIS? or in the browsers?

View 1 Replies

Visual Studio :: Visual Source Safe Plug In Control For Visual Studio 2005 IDE

Jan 28, 2010

where to find/download visual source safe plug in or visual source safe client for visual studio 2005 IDE?

I do not want to install visual source safe 2005 server.

View 1 Replies

Visual Studio :: Missing Web Application Template?

Jun 15, 2010

When I click on New Project-> Visual Basic (or C#)-> Web, the only options i get is AjaxControlExtender, AjaxServerControl and ASP.Net Server Control. How do i get the ASP.Net WebApplication option to show up?

View 2 Replies

Visual Studio Unable To Debug Application

Jan 7, 2011

I am developping an MVC3 RC2 application and just after hitting F5 on my asp web application, I am getting this error message program '[7780] w3wp.exe: Managed (v4.0.30319)' has exited with code -2 (0xfffffffe).So I am totally unable to debug my application

View 10 Replies

Web / Windows Application On Visual Studio 2008

Jul 6, 2010

I'm about to start a new module in my existing web application project (already completed 3 modules), due to more data entry and volume of data handling my PM informed me to go this module on windows application (vb.net), but i'm requesting him to go with web application since i'm much familiar in web applcation and all my completed module on web.

But he is thinking on performance part too, if i get some idea / suggestion on the same so that i can clear and i will go with either option.

The module is Service Billing with LPO Control, Billing, Proforma, eBilling, eApproval, online billing etc.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved