Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does AppSentinel work from the .NET IDE but not from the compiled .EXE?

appsentinel compiled IDE
0
Posted

Why does AppSentinel work from the .NET IDE but not from the compiled .EXE?

0

.NET uses the COM Interoperability layer to work with ActiveX/COM components. When run from the IDE it creates a file called Interop.xxx.dll in your …\obj and/or …\bin folder. You need to copy this file to the folder where the compiled .EXE is: …obj\debug or …obj\release. Also, this file needs to be distributed with your application. Failure to do so may result in a Just In Time Debugging error.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123