R
Rotsey
Hi,
I had a VS2003 ASP.NET application working fine and running ok.
I also have VS2005 installed and recently installed the LINQ CTP and BLINQ.
In the process of getting this to work when I reopen my VS2003 app
I get the error trying run the project
Unable to start debugging on the server.
One of the things I had to do to get LINQ working was run
aspnet_regiis -i tool in the v2.0 folder.
So my question is is that what caused my problem?
How do I fix the VS2003 problem?
Malcolm
I had a VS2003 ASP.NET application working fine and running ok.
I also have VS2005 installed and recently installed the LINQ CTP and BLINQ.
In the process of getting this to work when I reopen my VS2003 app
I get the error trying run the project
Unable to start debugging on the server.
One of the things I had to do to get LINQ working was run
aspnet_regiis -i tool in the v2.0 folder.
So my question is is that what caused my problem?
How do I fix the VS2003 problem?
Malcolm