.NET Framework SDK

pantelo

New member
Joined
Sep 2, 2004
Messages
4
Programming Experience
10+
Hi all,
I registered and added DLL component to my Global Assembly Cache using .Net Studio SDK tools (sn.exe tlbimp.exe and gacutil.exe) in my development environment.

Can anyone please suggest how to do the same thing on production environment since I only have the framework over there which comes with Win2003. I cannot install “.NET Framework Tools” separately because of the licensing issue.

Thanks in advance,
 
Hi,

Thanks for replying, this solution is not working for me because I have to use “strong name key” for my component and register it with RCW.

http://support.microsoft.com/default.aspx?scid=kb;en-us;328587



When I added my control to assemble without using “strong name key” I’m getting error message “COM object with CLSID {10020200-EB1C-11CF-AE6E-00AA004A34D5} is either not valid or not registered.”



I need to find the way haw to crate “strong name key” and register it with RCW on production environment where I only have Framework installed.





Thank You.
 
Back
Top