﻿<?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  » Minor source code compile problem</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 08:51:48 GMT</lastBuildDate><ttl>20</ttl><item><title>Minor source code compile problem</title><link>http://forum.strataframe.net/FindPost2844.aspx</link><description>Hi guys,&lt;br&gt;
&lt;br&gt;
Just for your information (and you probably already know about it) the MicroFour StrataFrame Inherited UI solution source code has a minor error. The post-build event command line is&lt;br&gt;
&lt;br&gt;
    "C:\AfterBuild.bat" "$(TargetPath)" "$(TargetDir)$(ProjectName).xml"&lt;br&gt;
&lt;br&gt;
It should be:&lt;br&gt;
&lt;br&gt;
    "$(SolutionDir)AfterBuild.bat" "$(TargetPath)" "$(TargetDir)$(ProjectName).xml"&lt;br&gt;
&lt;br&gt;
Easy to fix. Just copy AfterBuild.bat to C:\ or correct the post-build event command line in the solution properites. Hopefully you can correct this for v1.5.:cool:&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Bruce&lt;br&gt;</description><pubDate>Sat, 16 Sep 2006 10:46:20 GMT</pubDate><dc:creator>Bruce Palmer</dc:creator></item><item><title>RE: Minor source code compile problem</title><link>http://forum.strataframe.net/FindPost2848.aspx</link><description>Yup...we will make sure this is fixed.&amp;nbsp; Thanks.</description><pubDate>Sat, 16 Sep 2006 10:46:20 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>