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


Similar Messages:

Visual Studio :: 2005 Pro And W7 Installation / Web Projects And Application Deployed With It Work On This Platform?

Jul 27, 2010

is it possible to install VS 2005 Pro edition on a Windows 7 64Bit machine?

Would the web projects and application deployed with it work on this platform?

View 1 Replies

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

Visual Studio :: Getting "unable To Start Debugging On The Web Server" Error In VS2010 Targeting 4.0 Framework

Aug 11, 2010

I am getting this error, without any further details, when attempting to debug my ASP.Net project in VS2010. There are other developers using the same tools and code who are not having this problem therefore I know the problem is not in the web.config file. I have found several suggestions when googling the issue and tried them all to no avail. I uninstalled and re-installed VS2010 along with the .Net 4 framework. I made sure Anonymous as well as Windows authentication is enabled in IIS. I uninstalled and reinstalled IIS. I am at a loss. I can attach to the process and debug the ASP.Net code that way, but what I really need to be working on is a Silverlight app that is called from the ASP.Net and the breakpoints don't work in Silverlight when I attach to the process manually.

View 3 Replies

Visual Studio :: How To Install Web Developer Express 2010 - Web Platform Installer

Jul 4, 2010

I had VS 2010 RC installed on my machine. Uninstalled it and wanted to install VWD 2010.

I installed Web Platform Installer as instructed on the download site, but there is no VWD Express under any tabs...including Tools.

FYI: I did install VWD 2010 using WPI on my other machine but somehow on this machine WPI does not show this option.

Not sure if VS2010 RC was installed on this machine and that's the issue.

Now i am downloading .iso image for VS 2010 Express that has VWD express.

View 8 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 :: Installing From Web Platform Installer Without Installing SQL?

Jan 18, 2010

Why does the Web Platform Installer force you to install SQL 2008 Express?

I have a production server which already has an installation of SQL 2000 but no web development tools are installed. I would prefer not to add SQL 2008 Express if it is not necessary. The server in addition to being the primary intranet webserver is also DC, APP SERVER, FILE SERVER and basically does not need to handle an extra instance of SQL.

The main purpose of this is just one of convenience to have the web development app on the RDP Desktop instead of attaching to the server in some manner (ftp/unc share).

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

Get Code Library Targeting To Work With 3.5 Application?

Dec 29, 2010

I'm building a new code library and would like to use .Net 4 as my target framework as all my new apps will use .net 4. My legacy web apps use .Net 3.5. I want to use this code library for all of my apps. At this point, I see only 2 options Compile the dll for each framework I need, changing the target framework each time Create separate projects with differing target frameworks. Is there any way around this so my code library is a single compile? Didn't know if there was something built into 4 to allow something like this.

View 1 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

How To Deploy Windows Application In Linux Platform

Jun 17, 2010

how to deploy vb.net windows apploication in linux platform? is there any procdure

View 6 Replies

C# - Create A Setup For A Web Application With Web Platform Installer?

Jun 15, 2010

I have a large Web Application ( ErPwith 11 subsystem) and I want tocreate a setup for itwith Microsoft WebPI. Currently We send our application for customers once a week (for weekly updates). We usefollowing tools in this application, So How to create a setup for out project toconfigure it in client IIS automatically

List item
.netFramework 3.5
SQL server 2008
Asp.net
C#
NHibernate
Log4net
castleProxy
SQL Server Reporting Services (RDL)
Visual Studio Client Reports (RDLC)
Javascript
JQuery

View 1 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

Mobiles :: Develop Of A Smartphone Application Like Android - Symbiam Platform

Mar 30, 2011

I like to begin the develop of a smartphone application. I am using VS 2008, when I followe the step of creating a new project I have to pick the Tarjet Plataform, but this list is only for Windows, How I develop for other plataforma like Android, symbiam, etc.

View 2 Replies







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