2

我正在将旧的 WSP (VB) 转换为 WAP,我已经将它从 .net 2 转换为 .net 4,它运行完美,遗憾的是我没有问题,当我从 WSP 转换为 WAP 时,app_code 文件夹移动得很好,但是当我复制剩余的位并运行转换为 WAP 时,所有的 xsd 文件都生成了一个 .designer 文件,而这些文件都没有编译,抛出了数百个错误.. 例如:

Public Overloads Sub AddFooRow(row As FooRow)' has multiple definitions with identical signatures.  
Attribute 'XmlSchemaProviderAttribute' cannot be applied multiple times.    
Public Sub New()' has multiple definitions with identical signatures.   
Public ReadOnly Property SELLColumn As System.Data.DataColumn' has multiple definitions with identical signatures.  

我在关注这个:http: //blogs.msdn.com/b/webdev/archive/2009/10/29/converting-a-web-site-project-to-a-web-application-project.aspx

似乎这些 xsd 中的一些位于 WSP 的 App_code 文件夹中,作为转换的一部分,它们被移动到新 WAP 的根目录中,

有没有人成功地进行了这样的转换?非常感谢任何帮助

谢谢

4

0 回答 0