.net - Converting from VS 2008 Web Site to Web Application Project -


I am in the process of converting a VS 2008 web site to a web application project. I have followed the instructions given on the site but now getting a whole bunch of weird errors. I should tell that I did this for another project a week ago and I had no problem. The error I am getting is:

The type of 'XXX' already has a definition for 'XXX'

This error is behind each individual member or method Code is in my site currently 218 errors of this kind. I

Thoughts: I thought that I see a similar problem and the way to fix it, all the code-behind a different class The library wanted to push. Although I'm sure this will work, when it seems to me that it can be a simple setting anywhere, it can be a lot of work.

Well, I think it pays to pay more attention to your site. I inherited the site from the previous site and it seems that there are many pages of the same name after migrating from the website to the web application project, the code-behind are all in the same namespace and therefore these partial squares are a major class Trying to "combine" in and therefore, after confrontation always ask for help, understand the answer to your problem anyway Thanks anyway.

So, to clarify, I just need to wrap all my code behind the proper namespace.


Comments