Hi there
We were attempting to solve a problem with VB.Net i.e. Vb.Net stalling when we switch between forms for anything up to 30seconds and so we thought we'd see how our project is going to go in VS2005 and we've hit another snag.
Our solution is comprised of two projects - our LLBL layer and our UI layer
We copied the projects to a new location, opened VS 2005 and imported the projects.
The project imports go OK but we get a lot of errors from the LLBL project. Errors like "ExerciseTemplateCollection is ambiguous in the namespace ExerciseTemplateCollection". About half of our collections work and half don't
Any ideas what's causing this?
Using Intellisense we can see 10 of our collections and then 10 will be missing and then maybe 15 more and then a gap of maybe 15 more. We get errors from the collections, from their respective DAO classes - everything to do with the problem entity falls over
It seems some have come over fine and others just won't show up. All the files are there just that VS 2005 takes exception to some of the collections
Any thoughts?
FYI: The project was not compiled a .Net 2.0 platform
regards
Randall