Hi,
I Have a really big project who contains many solution that was made in VS 2008. I convert the main solution to VS 2010 but I have a lot of errors (main exemple) :
'SecurityHelper' is not declared. It may be inaccessible due to its protection level.
The OutputPath property is not set for project 'Ultima.Security.vbproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='BPC'. This
error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Configuration
or Platform.
Thanks for your time.