Matthias Kwiedor
Posts: 35
Joined: 2004-10-14
|
Hi!
We created a Project with ADX using a Add-In Shim in Visual Studio .Net. The Shim will be created with VS.net, require this the .net Framework or will this work without? If not can i create it with Visual Studio to have a working dll which doesn't require the .net Framework?
Regards
Matthias |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Matthias.
The fact is that COM add-ins written in the managed language (like C#, VB.NET, Managed C++ and so on) can't work without .NET Framework runtimes. The .NET Framework should necessarily be installed on the PC.
To create a COM add-in that doesn't require the .NET Framework you need to use an unmanaged programming language, e.g. C++ or Delphi.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found. |
|