Developer forum

Forum » Development » ASP.Net 2.0

Reply
Hey
I am trying to convert your custom solution to ASP.Net 2.0. But I can't get I to work. Here is what I have done:

1) downloaded "CustomModules.dynamicsystems.zip" from the partner site. Extracted all files and made a site. Compiled the solution - no problems. Both the frontend and the backend runs fine.
2) opened the VS2003 solution file in VS2005, and finishing the conversion wizard.
3) the conversion reports an error converting CustomModules.vbproj:
The following files were not migrated because they were not found in the project file or the associated 'BuildAction' is set to 'None'. You may need to exclude these files from the project after the conversion process in order to compile your web site: File List == admin\public\mediasendimage.aspx,admin\module\tagwall\tagwall_item_list.aspx,admin\module\sitemap\sitemap_edit.aspx, admin\module\shop\order_list.aspx,admin\statisticsv2\statisticsv2_report_pages_pageviewsday.aspx,admin\module\shop\product_sort.aspx ....... (the list is VERY long)
4) when I try to build the VS2005 solution I get this error:
Could not find file 'C:\Webs\CustomModules\Dynamicweb.net\Application\Admin\common.asp'. C:\Webs\CustomModules\Dynamicweb.net\Application\Admin\Access\Access_TreeView_old.aspx
I then excludes the file "Access_TreeView_old.aspx" and builds again. But now I get another error: Maximum number of errors has been exceeded.

Have I done anything wrong? Or is there a general problem converting a standard custom solution from VS2003 to VS2005?

Regards
Lars

Replies

 
Reply
Microsoft® Visual Studio® 2005 Team Suite Service Pack 1
- Click the "Download" button on the page
http://www.microsoft.com/downloads/details.aspx?FamilyID=BB4A75AB-E2D4-4C96-B39D-37BAF6B5B1DC&displaylang=en

Microsoft Visual Studio 2005 - Update to Support Web Application Projects
- Follow the "Download" button on the page
http://www.microsoft.com/downloads/details.aspx?FamilyId=8B05EE00-9554-4733-8725-3CA89DD9BFCA&displaylang=en


Visual Studio 2005 Web Application Projects
- Click the "Download now" link on the page
http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx
 
Reply
Thanks for a fast answer :-)
I will try your suggestions.

/Lars

 

You must be logged in to post in the forum