I'm a little unsure of what is trying to be achieved here (.net n00b), so researching my scenario is a little confusing - I will try to explain as best as possible.
I have written a vb.net class, and built it as a DLL for COM Interop. I have done this by using VS.net 2002.
I can build this solution, and get a resulting DLL in the obj/release folder ("myName.dll").
Once I copy this dll to my local system32 folder (WinXP) I then can use the DLL through VB on my local machine, with no problems.
I now wish to distribute this DLL to people using my VB app. Is it a simple case of copying the DLL to the system32 folder of target machines?
Or is there a little more too it?!
Thanks
------------------------
Hit any User to continue
I have written a vb.net class, and built it as a DLL for COM Interop. I have done this by using VS.net 2002.
I can build this solution, and get a resulting DLL in the obj/release folder ("myName.dll").
Once I copy this dll to my local system32 folder (WinXP) I then can use the DLL through VB on my local machine, with no problems.
I now wish to distribute this DLL to people using my VB app. Is it a simple case of copying the DLL to the system32 folder of target machines?
Or is there a little more too it?!
Thanks
------------------------
Hit any User to continue