Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Check the C:\Program Files\Common Files\MicroFour\StrataFrame\ folder and verify that the MicroFour StrataFrame AddIns.dll file is there.
Then, go to the C:\Documents and Settings\your_username\Application Data\Microsoft\MSEnvShared\Addins folder and make sure the "MicroFour StrataFrame AddIns - To Deploy.AddIn" file's extension has not been changed to "Addin_". If the file has not been renamed, then you will need to open it (use Visual Studio or Notepad) and verify that the "1" tag is set to 1, not 0. I believe that it's the 5th line from the bottom of the file. If the tag is set to 0, then change it back to 1.
My guess is that your MicroFour StrataFrame AddIns.dll file is missing, but Visual Studio could be looking for some other DLL not in a 1033 folder (since your region code is not 1033).
Let me know how this works.
|