Posted 19 years ago by John Youren
Avatar
Hi,

I have written my IDE for my programming language, but am unsure how to deploy it.

The other components I have used make dll files in my bin directory so I simply include them with my application, however SyntaxEditor doesn't do this.

So, I get a runtime error when I run my project as it is created.

How do I install/register files on the clients computers so that my product works?

Thanks!

Comments (1)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
No our control works the same way, however you need to make sure you are including not only the SyntaxEditor assembly but also the Shared and WinUICore ones since it relies on those. If you were only including SyntaxEditor then that would cause an exception.

The Readme tells where all three assemblies are installed by default onto your system. Just include them all with your app when you deploy and it should work.


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.