How do you register a .NET assembly?
Answers were Sorted based on User's Feedback
Answer / lavanya
first step is to create a strong name for your assembly by
using the sdk tool named sn and then using the regasm tool
to register the meta data into the registry.
Syntax:
To create a key pair
sn –k myKey.snk
To sign the assembly with a strong name using attributes
[assembly: AssemblyKeyFileAttribute(@"..\..\key.snk")]
To sign the assembly with a strong name using assembly
linker
al /out:MyAssembly.dll MyModule.netmodule /keyfile:myKey.snk
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / saiish bhat
To register an assembly : Regsvr32
Also you can use GacUtil.exe tool
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between viewstate and hidden field in asp.net?
3. What goals do you have in your career?
How would one do a deep copy in .NET?
How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.
3 Answers Consagous, Phoenix Technologies,
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
Difference between Dataset and DataReader ?
4 Answers Accenture, BirlaSoft, Infosys, Microsoft, Techseol,
What is difference between session and cookie?
Features in ASP.NET?
How many types of file extensions for razor views in ASP.Net MVC?
code for inserting images into gridview colomns from database
How .net CLR works with n-tier application
Where you store Connection string in "Web.Config" file in ASP.NET?
0 Answers Sans Pareil IT Services,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)