AzureContestSolution not loading completely on VS 2010 RC
-
I tried downloading and building the sample application on VS 2010 RC. The AzureWebRole project loads, builds and runs fine, however, the CloudServiceSettings project refuses to load, with the following error. C:\Users\Root\Downloads\AzureContest2010\AzureContestSolution\AzureContestSolution\CloudService1\CloudServiceSettings.ccproj : error : Method not found: 'System.Collections.Generic.IEnumerable`1<Microsoft.Build.Evaluation.Project> Microsoft.Build.Evaluation.ProjectCollection.GetLoadedProjects(System.String)'.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
-
I tried downloading and building the sample application on VS 2010 RC. The AzureWebRole project loads, builds and runs fine, however, the CloudServiceSettings project refuses to load, with the following error. C:\Users\Root\Downloads\AzureContest2010\AzureContestSolution\AzureContestSolution\CloudService1\CloudServiceSettings.ccproj : error : Method not found: 'System.Collections.Generic.IEnumerable`1<Microsoft.Build.Evaluation.Project> Microsoft.Build.Evaluation.ProjectCollection.GetLoadedProjects(System.String)'.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
Can I suggest that, for the moment, you use the IDE in which the solution was created? We've not targeted VS2010 due to it still only being in beta.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
Can I suggest that, for the moment, you use the IDE in which the solution was created? We've not targeted VS2010 due to it still only being in beta.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
I googled around for a bit and installed http://www.microsoft.com/downloads/details.aspx?familyid=5664019E-6860-4C33-9843-4EB40B297AB6&displaylang=en[^]. That solved the problem.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
-
I googled around for a bit and installed http://www.microsoft.com/downloads/details.aspx?familyid=5664019E-6860-4C33-9843-4EB40B297AB6&displaylang=en[^]. That solved the problem.
Regards Senthil _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro
Excellent. I've added this to our Azure page.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP