473,395 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Creating Activex DLL in VB.NET

Hi,

Can u please help to create ActiveX DLL in VB.Net..

Thanks
Neelam
Aug 8 '07 #1
4 1733
radcaesar
759 Expert 512MB
1. Create a Classlibrary-Project.
2. Right Click the Project (not the Solution).
3. Choose Properties.
4. Choose Configuration Properties\Build
5. Check the Checkbox "Register for Com Interop".

Create a Keyfile wiht SN.EXE and add it to the Project.

Add this Attribut to your AssemblyInfo.vb.

<Assembly: AssemblyKeyFile("yourkeyfile.snk")>
Aug 8 '07 #2
1. Create a Classlibrary-Project.
2. Right Click the Project (not the Solution).
3. Choose Properties.
4. Choose Configuration Properties\Build
5. Check the Checkbox "Register for Com Interop".

Create a Keyfile wiht SN.EXE and add it to the Project.

Add this Attribut to your AssemblyInfo.vb.

<Assembly: AssemblyKeyFile("yourkeyfile.snk")>

Create a Keyfile wiht SN.EXE and add it to the Project.

i didnt get this step..Thanks for the reply
Aug 8 '07 #3
radcaesar
759 Expert 512MB
That is Create a key file for strong name using sn.exe
Aug 8 '07 #4
That is Create a key file for strong name using sn.exe

ya i gt it its Strong name for the DLL..but whr do i find sn.exe...am new to this concept
May b my questions r bit irrating...bt cud u help me by explaining it in brief ....plzzz
Aug 8 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: gkelly | last post by:
What is the best soltions for creating a graphical object in c# for use in a C++ app? - I heard some say you can't create an ActiveX control in dotnet and I have heard others say you can using...
5
by: Adam Clauss | last post by:
I am creating a plugin for MS Outlook. Upon clicking a toolbar button, I create series of threads (variable number each time). Within each thread, I start a form using Application.Run(...). This...
15
by: Carlos Lozano | last post by:
Hi, What is the right way to create an OCX COM component. The component is already registerred, but can't create an instance. I am using the reference to the interop module created. If I use...
4
by: Wilfried Mestdagh | last post by:
Hi, I have a C# application (VS2005) with Microsoft Mappoint activeX control on a form. At a certain moment I want to create a second one temporary in code. This seems not to work, when I try to...
19
by: Tony | last post by:
I'm working on project that plays movies using Windows Media Player and I'm controlling everything with JavaScript. Per the client I only need to support IE 6 or greater which happens to make...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.