COM+

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

dear
i use .net framework v1.0.3705. win 2000 sp 4. i try to registry my dll with regasm or regsvcs. but, i have an error
"Strong name validation failed for assembl
'C:\WINNT\Microsoft.NET\Framework\v1.0.3705\RegAsm', The file may have been
tampared with or it was partially signed but not fully signed with the correct private key.

event if, i just run regasm or regsvcs from .net command prompt, i have a same error
please help me sir/madam...i really appreciate for your help

best regards
 
cah_samosir,

If you want to register your component for COM, then you need to strong
name your assembly. You can generate a key using the SN utility, and then
set the AssemblyKeyFile attribute (typically in AssemblyInfo.cs) to the file
that has the strong name.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

cah_samosir said:
dear,
i use .net framework v1.0.3705. win 2000 sp 4. i try to registry my dll
with regasm or regsvcs. but, i have an error.
 
Back
Top