Visual Studio
There are 3 entries for the tag
Visual Studio
Technorati Tags: IIS,Visual Studio,ASP.NET I had an issue where we wanted to start including the 64-bit assemblies to our WAP project replacing the 32-bit references. I was getting errors during runtime stating that it could not find the 64-bit assemblies when trying to run the web site on my local Vista 64-bit PC. Yet if we added the 32-bit assemblies to the web project instead and then deployed to our 64-bit Server 2008 Development Server and then copied back over the 64-bit assemblies into the bin of our web project, the site ran fine. There is one little...
Technorati Tags: IIS,Visual Studio Today I was getting an annoying 404 (page not found) on any Application in IIS 7 I created. I was trying to run our .NET 3.5 web application project and I knew everything was setup right in terms of configuring the site in the IIS Manager. I looked at my hosts file, everything I could think of. I’d create an Application (right-click the default web site in IIS 7 and choose Create Application) manually as well as tried to create one through VS 2008 (in the web project properties, go to Web tab and...
Technorati Tags: Visual Studio Intermittently at times, Visual Studio for some odd reason, refuses to recognize web controls or C# syntax during a build/compile that you know is fine and I do not know why…it bugs the hell out of me. You’ve included all the right usings, assembly or project references, and the syntax you know worked before, but for some reason it just decides to piss you off when you try to compile by stating it is not familiar with the syntax or control. There are a slew of things one can try in order to sort of...