0
votes

I am getting the following error while publishing a c#.net website ::

An assembly with the same simple name 'App_Code, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null has already been imported. Try removing one of the references or sign them to enable side-by-side.

1

1 Answers

-2
votes

You have code in the App_Code folder, that is duplicated somewhere else in your project. Is this a Web Application Project or a Web Site type Project? Usually in a Web Application Project there would be no need to have any code files in the App_Code folder.