When using
VS 2005 Web Deployment Projects to build the project, I got error "Aspnet_merge.exe Exited with Code 1". According to Google, the error comes from duplicate class names in the project, even if the name comes from different name space. Does anyone have work
around for this?
I am trying to convert a few DNN 3 to version 4 and was hoping to use the Web Deployment Projects to build assembly names similar to VS 2003. However, each module in DNN 3 has a DataProvider amd SQLDataProvider class. So if you upgrade two modules, you will
have dup class names. VS2005 build is a pain in the rear.
workcontrol
Member
390 Points
78 Posts
Aspnet_merge.exe Exited with Code 1
Jan 25, 2006 04:20 AM|LINK
When using VS 2005 Web Deployment Projects to build the project, I got error "Aspnet_merge.exe Exited with Code 1". According to Google, the error comes from duplicate class names in the project, even if the name comes from different name space. Does anyone have work around for this?
I am trying to convert a few DNN 3 to version 4 and was hoping to use the Web Deployment Projects to build assembly names similar to VS 2003. However, each module in DNN 3 has a DataProvider amd SQLDataProvider class. So if you upgrade two modules, you will have dup class names. VS2005 build is a pain in the rear.