Posted on March 10, 2009 by Imran Aziz
I have been debugging perfectly fine using Visual Studio 2008 using visual studio internal web server, but suddenly today it stopped working (maybe due to windows update, but still not sure about the cause of this suddenly not working), On starting the debugger IE came up with a blank page saying the page could not [...]
Filed under: Uncategorized | Tagged: debugging, internal web server, visua, Visual Studio 2008 | 12 Comments »
Posted on July 15, 2008 by Imran Aziz
On Windoze one can install assembles into Global assembly cache to make assembly accessible from everywhere on the machine, there are four main ways to install assembly into global assembly cache , but the one that I found to be the easiest and available by default on windows is the Assembly Cache Viewer (Shfusion.dll) , [...]
Filed under: .net development, sharepoint | Tagged: .NET Framework Configuration Tool (Mscorcfg.msc), assemblies, development, global assembly cache, Mscorcfg, Visual Studio 2008 | Leave a Comment »
Posted on July 4, 2008 by Imran Aziz
Issue:
I upgraded my existing project developed in asp.net and .net extensions 1.0 to Ajax extensions that come bundled with asp.net 3.5 using Visual Studio 2008. After the upgrade I got compiler errors saying that the required assembly could not be found.
Reason:
It turns out that on conversion Visual studio does not remove the reference to the [...]
Filed under: .net development | Tagged: AJAX, ASP.net Extensions, Visual Studio 2008 | Leave a Comment »