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