Hi All,
FYI, Ben was able to fix the issue with the Custom Business Binding Source, I just test it and it is working as expected, to update your StrataFrame installation the following worked for me just fine:
- From VS, uninstall the "MicroFour StrataFrame" extension from the "Tools->Extensions and Updates" menu.
- Download the new VSPackage.zip package from this thread: http://forum.strataframe.net/Topic33068.aspx
- Install the VS package MicroFour StrataFrame Package.vsix
- Copy the files MicroFour StrataFrame Extensibility.dll and MicroFour StrataFrame AddIns.dll from your zip file to the Common files MicroFour StrataFrame folder. In my Windows 10 Pro x64, the path is C:\Program Files (x86)\Common Files\MicroFour\StrataFrame\ for x86 Windows should be C:\Program Files\Common Files\MicroFour\StrataFrame\
- Run the Developer Command Prompt for VS2015 as Administrator
- Uninstall old assemblies registration with the following commands:
- gacutil.exe /uf "MicroFour StrataFrame AddIns"
- gacutil.exe /uf "MicroFour StrataFrame Extensibility"
- Install and Force new assemblies registration from the Common Files folder with these commands:
- gacutil.exe /if "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll" /f
- gacutil.exe /if "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame Extensibility.dll" /f
Michael, trust me, I do understand the frustrations that all these steps may cause, specially if at the end, it doesn't work for you, but if you follow the instructions carefully and open the VS Developer Command Prompt as Administrator, you will be done in no time.
Be aware that this update also fixes previous one since we are basically replacing the AddIns and Extensibility assemblies which contains all previous functionality. So if you need to re-install StrataFrame later on, you will need to repeat this process after running the original installation, so keep these notes on a safe spot.
Good luck everybody and thanks again to Ben for the fixes.
Edited 7/22/2016: Reorganized the steps above to include step # 3.
Edhy Rijo