| | | StrataFrame Beginner
       
Group: Forum Members Last Login: 09/21/2006 7:41:09 PM Posts: 18, Visits: 33 |
| Hi guys,
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
"C:\AfterBuild.bat" "$(TargetPath)" "$(TargetDir)$(ProjectName).xml"
It should be:
"$(SolutionDir)AfterBuild.bat" "$(TargetPath)" "$(TargetDir)$(ProjectName).xml"
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.
Regards,
Bruce |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 10:13:07 AM Posts: 4,799, Visits: 4,768 |
| | Yup...we will make sure this is fixed. Thanks. |
| |
|
|