When I go to compile the Srataflix Solution (c#) i get a message - selected solution is a solution file..but was crated by a newer version of the application and cannot be opened ..I am using VIs Styudio 2005
When I try to recompile the Project , I get 4 files cannot be found
....Strataflix.Base.Dll .....Business.dll .....Reporting.dll and ......ui.dll
Type or name 'Reporting' does not exist in the namespace 'Microsoft'
Type or name 'LocalReport' does not exist in the namespace 'Microsoft'
They all point back to a line --> using Microsoft.Reporting.WinForms;
Another error is also coming up:
Error 11 Metadata file 'C:\Program Files\MicroFour\StrataFlix\CSharp\StrataFlix.Reporting\bin\StrataFlix.Reporting.dll' could not be found StrataFlix
The StrataFlix sample project uses the Microsoft Reporting engine so you are probably missing a reference, or need to remove the current references to those classes in the project and re-add them again since you are using VS2005, and StrataFlix was created with VS2008.
So open the StrataFlix.Reporting project and remove and then re-add the reference to the following libraries: