Hi Sam.Follow these steps and you should be fine:
- Open the solution file in your favorite text editor (ex: notepad).
- Find the Following:
Microsoft Visual Studio Solution File, Format Version 11.00.
# Visual Studio 2010.
Replace with:
Microsoft Visual Studio Solution File, Format Version 10.00.
# Visual Studio 2008.
Then for the Projects (.csproj/vbproj):
- Open project file in your favorite text editor (ex: notepad).
- Find the Following:
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">.
Replace with:
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">.
You will only notice that for the project, the VB.NET ones will show these lines above in a different order, but just change the "4.0" into "3.5"
You should do this for all the projects, which are in their respective folders:
- MicroFour StrataFrame Base
- MicroFour StrataFrame Business
- MicroFour StrataFrame DBEngine
- MicroFour StrataFrame Infragisitics Wrapper
- MicroFour StrataFrame Inherited UI
- MicroFour StrataFrame Security
- MicroFour StrataFrame UI
- MicroFour StrataFrame UI Expanded
Then Build the solution and you should be fine.