N
Nathan Sokalski
Because I wanted the builds for my ASP.NET sites to be a single *.dll in a
/bin/ directory (like VSNET 2003), I decided to try the Web Application
Project download. However, I am still pulling my hair out because it doesn't
want to recognize any of the Controls (not even the ones that are part of
ASP.NET). All of the Controls show the following error:
Name 'mycontrolid' is not declared.
And my UserControls show the following error (all my UserControls are in the
same directory as my Pages and I do have them registered with the register
directive):
Element 'myusercontrolclassname' is not a known element. This can occur if
there is a compilation error in the Web site.
Can anybody help me find an easy way to move my 2003 ASP.NET code to Visual
Studio .NET 2005 and be able to have a single *.dll generated? Thanks.
/bin/ directory (like VSNET 2003), I decided to try the Web Application
Project download. However, I am still pulling my hair out because it doesn't
want to recognize any of the Controls (not even the ones that are part of
ASP.NET). All of the Controls show the following error:
Name 'mycontrolid' is not declared.
And my UserControls show the following error (all my UserControls are in the
same directory as my Pages and I do have them registered with the register
directive):
Element 'myusercontrolclassname' is not a known element. This can occur if
there is a compilation error in the Web site.
Can anybody help me find an easy way to move my 2003 ASP.NET code to Visual
Studio .NET 2005 and be able to have a single *.dll generated? Thanks.