How to migrate VS2003 Web Application Project into VS2008 Website Project?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alex Roderick
    New Member
    • Feb 2007
    • 6

    How to migrate VS2003 Web Application Project into VS2008 Website Project?

    I am trying to migrate a very large vs2003 web application into vs2008 website project. I have cleared all errors that came in webforms (.aspx pages) but when i tried to build the project, it shows error in temporary files

    ("C:\WINNT\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET Files\html\aebf 4136\82c11106")

    There are approx 900 file with names like App_Web_fkpvepk _.42.cs and wellcareupload. ascx.fa0704d0.c ompiled. I removed that files
    from that location but it recreated it on next buit.


    I had made all my webform codebehind (.aspx.cs) files
    as partial classes during migration. Is it the reason for those errors. Pls help me

    Thanks in advance
Working...