.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1933 Page Views: 

How to register a shared assembly?



Posted By: Avi Date: 4 September 2009 07:14:27 AM
 Answer:

Following two approaches can be used to register a shared assembly:
1) Open the "C:\WINDOWS\assembly" folder and drag and drop the DLL into this folder.
2) Use the gacutil.exe to rgister the DLL. Use following command:
C:/>gacutil /i AssemblyName.dll


Posted By: eTechPlanet


Date: 4 September 2009 07:14:27 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image TjSb4q
Related Questions
.Net Framework : What is Tuple from .NET framework 4?

What is Tuple from .NET framework 4?

Tuple contains structured data
Category: .Net Framework Date: 10/14/2010 5:43:48 PM
.Net Framework : What is the meaning of final keyword?

What is the meaning of final keyword?

The method cannot be overridden in a derived type.
Category: .Net Framework Date: 10/14/2010 2:56:48 PM
.Net Framework : What class supports regular expressions in .NET?

What class supports regular expressions in .NET?

System.Text.RegularExpressions.Regex
Category: .Net Framework Date: 10/14/2010 2:56:48 PM
.Net Framework : Can you host WCF service in IIS?

Can you host WCF service in IIS?

Yes
Category: .Net Framework Date: 10/14/2010 2:04:49 PM
.Net Framework : What is application domain?

What is application domain?

Application domain is a mechanism to isolate executed applications so that they do not affect each o....
Category: .Net Framework Date: 10/14/2010 12:19:48 PM