Hi,
just information:
If you want to use a DLL in MBPM v9 do not use the VS2010 to create the DLL because of some Problems. After copy the DLL to the Customer Lib Directory
- The DLL can’t be found in Namespaces (using).
- Any code generation failed.
To fix this issue:
Use Visual Studio 2008 to create the DLL.
Ralf