M
Mike Fechner
Guest
The Accusoft.Forms1 Assembly seems to be .NET 4.0 ( help.accusoft.com/.../webframe.html ) OpenEdge 10.2B does not support .NET 4.0, that framework version is used from OpenEdge 11 on. Quote from the docu website: Using the Forms API outside of .NET 4 and Visual Studio 2010 In order to use the Forms API in projects that target earlier version of .NET, such as .NET 2, 3, or 3.5, the Forms API needs to be rebuilt from source code. This is also the case if you want to use a prior version of Visual Studio. To build the Forms API to target an earlier version of .NET, a Visual Studio 2008 project file is installed with the FormSuite SDK. So you need to migrate to OpenEdge 11, or rebuild the Assembly using .NET 2.0 (that's a simple project setting in Visual Studio, just in case the source does not use any features that are unavailable on .NET 2.0). Don't know which is easier in your situation.
Continue reading...
Continue reading...