Found the problem. The files with in the App_Code folder have a 'Build Action' property. The build action property was set to Content, not Compile. Not sure if it was because I created the folder and copied the files using windows explorer or not. It may be necessary to created and add all of the items to the App_Code folder though the VS IDE to avoid the problem.
Any ideas on the debugging VS 2005 asp.net apps with Vista 64 are still welcome.
Michael
Hi Dr.x,
Here are some useful informations:
Debug on Windows vista
http://msdn2.microsoft.com/en-us/library/bb428609(VS.80).aspx
Debugging on a 64-Bit Platform
http://msdn2.microsoft.com/en-us/library/ms184678.aspx
How to: Debug 64-Bit Applications
http://msdn2.microsoft.com/en-us/library/ms184681(VS.80).aspx
Also you can get more informations on msdn.If you have any problems on debug issue, please post it here: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=56&SiteID=1
Hope it helps.
That's it !
I had the same problem...
Intellisense did not work at all until I change the build action property from 'content' to 'build'.
Thank you for the solution :)
No comments:
Post a Comment