By Michael Reese - 2/1/2013
Has anyone created a SF Wrapper for Infragistics 2012.2? I did but the VS is complaining about Infragistics2.win..misc.7.3 not being able to load?
Been a while since I did this but i
Opened the source and replaced all the reference files.
Removed Afterbuild code and successfully compiled.
Copied wrapper.dll to the source code folder.
Uninstalled the old wrapper.dll. gacutil /u "MicroFour StrataFrame Infragistics Wrapper,Version=v4.0_1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"
Installed the new wrapper.dll -gacutil /i "MicroFour StrataFrame Infragistics Wrapper.dll"
Added reference to VS 2010 toolbar.
Hope I did not leave something out?
Michael
|
By Ivan George Borges - 2/1/2013
Hi Michael.
I tried a while ago but then found out that the IG 2012.2 doesn't support anything bellow CLR 4.5.
|
By Trevor Hendricks - 2/2/2013
Hi Michael,
I had a similiar problem. I used the IG version utility to upgrade the references in the wrapper project. I also had to update the Licences.licx file. I also reran the utility to recreate the toolbox items.
HTH
Trevor
|
By Michael Reese - 2/2/2013
Hey Thanks Guys,
I was in DLL Hell this morning. I forgot about the commonfiles folder. The old one was there.
Guess I should have run the afterBuild.bat file.
DLLs HAVE TOO MANY PLACES TO RESIDE!!!!!!!!!!!!!!!!!!!!!!!!!
|