Utilizing C# libraries from Creo Parametric Extension
Hello everybody!
My company has just acquired Creo Parametric and it needs to develop add-on extensions to it. From the other hand, we have tons of useful C# code that we we want to reutilize.
I just started to design the extension and my plan was to implement a 3-tier architecture consisting from the following layers:
- DLL client build with Creo Object Toolkit C++, which may be registered as extension to Parametric.exe
- Middleware build with C++/CLI which will allow client/server interop
- C# libraries consumed
Unfortunately, my trials so far to make server DLL extension dependent on the middleware class brought to the Parametric crashes.
I'm absolute newbie to the Parametric programming so I would like to start this first post with some general questions.
Do anyone has the experience with the using C# code from Parametric?
Is the direction I tried makes sense with Parametric?
If yes, what may be the causes for crash? (I will share code files as necessary)
If not, what are the advised directions I can focus on?
Thanks for your patience.

