comvisible
Is it possible to build a .NET DLL with COM visible types without VS requiring elevation?
An assemb开发者_如何转开发ly in a project has a type marked with ComVisible(true). When building (non-elevated), VS tries to register that DLL and fails:[详细]
2023-02-19 05:31 分类:问答ObjectForScripting with multiple Interfaces not working
I have a WinForm which interacts with a WebBrowserControl through the ObjectForScripting. The baseclass of my WinForm is not ComVisible and I can not or will not change it. Because there is a NonComVi[详细]
2023-02-12 16:38 分类:问答any possibility to call C# function with javascript?
I wrote an office addin and with which there is a function : openFile(String path) and in the office addi开发者_JAVA技巧n I embed a browser object and with that I can embed a webpage on the office add[详细]
2023-01-21 14:21 分类:问答Debug com visible dll managed code
I have written a COM visible dll, which will be called from a native Win32 program. For debugging purposes I added a simple WinForms client to the solution containing the dll.[详细]
2023-01-14 20:00 分类:问答Marshal.ReleaseComObject throws exception
Trying to use a COM visible .NET class via other .NET application and get exception: Message: The object\'s type must be[详细]
2023-01-13 07:49 分类:问答Is there any point in specifying a Guid when using ComVisible(false)?
When you create a new C# project in Visual Studio, the generated AssemblyInfo.cs file includes an attribute specifying an assembly GUID. The comment above the attribute states that it is used \"if thi[详细]
2022-12-21 21:57 分类:问答Com Visibility in referenced assemblies
If I have the follwing assemblies: MyComVisibleApi:a .Net assembly that is used by a VB a开发者_如何学Cpp[详细]
2022-12-16 07:57 分类:问答Calling .NET 2.0 assemblies in .NET 1.1
Recently I developed a internal framework in .NET 2.0 version, which is basically classes and helpers.[详细]
2022-12-15 15:15 分类:问答How I can use an app.config file with a comvisible class library?
I\'m wo开发者_运维百科rking on this ComVisible class library that uses a third party component.This component needs some settings to be added to the config file.Since the application that uses my dll[详细]
2022-12-10 12:19 分类:问答