I have a PlannerShiftView user control in the root folder of my ASP.NET web site. In my App_Code folder, I have a ShiftViewTemplate class that needs to instantiate a PlannerShiftView (for a TemplateField in a GridView). The problem is, the following code doesn't compile because the PlannerShiftView type is not available in what I deem ...
Profile that is used for ASP.NET Profile Service is not available in Page code behind files like in Page_Load.
It may be just a problem with Visual Studio installation/configuration, but as another problem, classes placed in App_Code in not seen in page codes. Even when I'm adding new ASP.NET folder to my project, "App_Code" is not ava...
Hi,
I can't debug my web site anymore in VS2008.
I can set breakpoints and it stops at them. I can "move" the next instruction locator.
After running
string foo="foo";
I can give a new value to foo using the spy.
But I can't rewrite this line as
string foo="another value";
The debugger starts complaining about lack of source code or...