error CS1704
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I am using .NET Framework 1.1. I am working on a web application. I have a 3rd party dll used in that. Now my project is running fine on my local machine. But when I setup it on the server it gives CS1704 error (An assembly with the same simple name 'SomeName' has already been imported. Try removing one of the references or sign them to enable side-by-side.) Now I have only one reference to that assembly in my project. Any suggestion ?? Thanx in advance Mubashir