From WebDeveloper to VS.NEt 2005

  • Thread starter Thread starter Natan Vivo
  • Start date Start date
N

Natan Vivo

I just installed VS.NET 2005 final and I can't make it work as
WebDeveloper works. I have my classes in App_Code folder, and all the
page code is in the aspx files (without code behind / partial classes).

I tried to open my old site folder, but it seems VS2k5 doesn't recognize
any code in App_Code folder, and web.config files doesn't have code
completion from schemas...

I just would like to know: Is this just my installation? Can I change
VS.NET to work exactly as web developer works? I mean, no code behind
with Single Page Model?

Thanks
 
Nevermind.. my mistake. (duh) There was a missing DLL that wasn't in the
version control.

Sorry
 
Back
Top