StrataFrame Forum

Installation Error from published WinForms App Install

http://forum.strataframe.net/Topic1618.aspx

By Jason Stevenson - 6/21/2006

Hey Guys,

I am trying to install a WinForms application I published on a PC other than my development box, and I receive an error about a required assembly.

It states something like:

Unable to install or run the application.  The application requires that assembly MicroFour Strataframe License Version 1.3.0.0 be installed in the Global Assembly Cache (GAC) first.

Is there a runtime dll that is required to test an application on another box other than developers?

Thanks for you help,

Jason Stevenson

By StrataFrame Team - 6/21/2006

Check the references of your application.  The only 4 DLLs that are required at runtime are:

1) MicroFour StrataFrame Base.dll
2) MicroFour StrataFrame Business.dll
3) MicroFour StrataFrame DBEngine.dll
4) MicroFour StrataFrame UI.dll

If you have Extensibility or AddIns referenced by your project, you need to remove those references.  Those are the only two dlls that reference the MicroFour StrataFrame License.dll assembly.

Let me know what you find.