This is the contents of the AfterBuild.bat file located in the program folder:"%ProgramFiles%\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe" -i %1 -f
"%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe" -i %1 -f
copy /Y %1 "%CommonProgramFiles%\MicroFour\StrataFrame"
copy /Y %2 "%CommonProgramFiles%\MicroFour\StrataFrame"
First of all, I do not have Visual Studio 8 or SDK v2.0. I suppose I could change it to 9, but there is not v2.0 in that SDK folder...only a 3.5 folder. No gacutil.exe exists in the bin directory.
Second, since all of the MicroFour stuff is loading in the x86 folder, would the wildcards even work?
Thanks for your help!!!
Bill