﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Issues  » Cannot compile MicroFour StrataFrame.sln</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 06 Apr 2026 05:55:03 GMT</lastBuildDate><ttl>20</ttl><item><title>Cannot compile MicroFour StrataFrame.sln</title><link>http://forum.strataframe.net/FindPost28245.aspx</link><description>I downloaded the StrataFrame Source Code for version 1.7.3.1 and ran the exe file to extract the needed files.&amp;nbsp; I changed the first line of the *.sln files to "Format Version 10.00" because I use Visual Studio 2008.&amp;nbsp; In Visual Studio I opened the MicroFour StrataFrame.sln project and the Error List shows 306 errors.&amp;nbsp; I am a beginner so I must have done something wrong, but I do not know how to solve this problem so I can compile the solution in debug mode so I can step through StrataFrame code.</description><pubDate>Sat, 04 Sep 2010 08:38:33 GMT</pubDate><dc:creator>Sam Tenney</dc:creator></item><item><title>RE: Cannot compile MicroFour StrataFrame.sln</title><link>http://forum.strataframe.net/FindPost28248.aspx</link><description>Hi Sam.&lt;/P&gt;&lt;P&gt;Follow these steps and you should be fine:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the solution file in your favorite text editor (ex: notepad).&lt;/LI&gt;&lt;LI&gt;Find the Following:&lt;BR&gt;Microsoft Visual Studio Solution File, Format Version 11.00.&lt;BR&gt;# Visual Studio 2010. &lt;BR&gt;Replace with:&lt;BR&gt;Microsoft Visual Studio Solution File, Format Version 10.00.&lt;BR&gt;# Visual Studio 2008.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Then for the Projects (.csproj/vbproj):&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open project file in your favorite text editor (ex: notepad).&lt;/LI&gt;&lt;LI&gt;Find the Following:&lt;BR&gt;&amp;lt;Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="&lt;A href="http://schemas.microsoft.com/developer/msbuild/2003"&gt;http://schemas.microsoft.com/developer/msbuild/2003&lt;/A&gt;"&amp;gt;.&lt;BR&gt;Replace with:&lt;BR&gt;&amp;lt;Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="&lt;A href="http://schemas.microsoft.com/developer/msbuild/2003"&gt;http://schemas.microsoft.com/developer/msbuild/2003&lt;/A&gt;"&amp;gt;. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;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"&lt;/P&gt;&lt;P&gt;You should do this for all the projects, which are in their respective folders:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MicroFour StrataFrame Base&lt;/LI&gt;&lt;LI&gt;MicroFour StrataFrame Business&lt;/LI&gt;&lt;LI&gt;MicroFour StrataFrame DBEngine&lt;/LI&gt;&lt;LI&gt;MicroFour StrataFrame Infragisitics Wrapper&lt;/LI&gt;&lt;LI&gt;MicroFour StrataFrame Inherited UI&lt;/LI&gt;&lt;LI&gt;MicroFour StrataFrame Security&lt;/LI&gt;&lt;LI&gt;MicroFour StrataFrame UI&lt;/LI&gt;&lt;LI&gt;MicroFour StrataFrame UI Expanded&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Then Build the solution and you should be fine. ;)</description><pubDate>Sat, 04 Sep 2010 08:38:33 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>