craty Posted May 31, 2008 Report Share Posted May 31, 2008 I have created a activex dll in c# using Visual Studio 2005 by marking the component as "Mark as COM visible" in the compile properties of project. I will be using this code in the javascript. Now I want to mark this activex dll as safe. I have searched in the net and came to know the two possible solutions for doing this are: -1. Implement IObjectSafety interface2. Add a typical CLSID values in the DllRegistryMethod of activex registration.But no where step by step instructions were given for doing this. Please help me in marking the activex dll as safe which was developed in c# using Microsoft Visual Studio 2005.Thanks,craty Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted June 1, 2008 Report Share Posted June 1, 2008 Have you tried Visual Studio Help, or MSDN / TechNet ? Quote Link to comment Share on other sites More sharing options...
white eagle Posted January 13, 2009 Report Share Posted January 13, 2009 Did you find the solution to your problem? I have the same issue.regardswhite eagleI have created a activex dll in c# using Visual Studio 2005 by marking the component as "Mark as COM visible" in the compile properties of project. I will be using this code in the javascript. Now I want to mark this activex dll as safe. I have searched in the net and came to know the two possible solutions for doing this are: -1. Implement IObjectSafety interface2. Add a typical CLSID values in the DllRegistryMethod of activex registration.But no where step by step instructions were given for doing this. Please help me in marking the activex dll as safe which was developed in c# using Microsoft Visual Studio 2005.Thanks,craty Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.