Michael Reese (07/01/2008)
You should see an SF Infragistics set of tools. By the way, make sure you execute he afterbuild programme after he compile to move the new wrapper into the righ folders. Also, sometimes you have to rerun the s create toolbox addin?Hi Michael,
Thanks for info. I found the AfterBuild.bat and executed it, then I open VS and re-created the Toolbox, but still not seeing SF-Ingragistics. I used to have the demo version of DevExpress and that was created with no problem before.
Here is the content of the AfterBuild.bat, just in case I may have an outdated one:
"%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"
Finally, I decided to simply copy the MicroFour StrataFrame Infragistics Wrapper.dll to the following folders:
- C:\Program Files (x86)\MicroFour\StrataFrame\Assemblies
- C:\Program Files\Common Files\MicroFour\StrataFrame
- C:\Windows\assembly
Rebuild the SF Toolbox and now the SF Infragistics shows fine.
Once again, thanks for mentioning the AfterBuild.bat file.