Click here to Skip to main content
15,908,175 members
Home / Discussions / C#
   

C#

 
QuestionUsing Resource files .NET 2.0 Pin
WebMaster3-Jul-06 12:57
WebMaster3-Jul-06 12:57 
AnswerRe: Using Resource files .NET 2.0 Pin
Nader Elshehabi3-Jul-06 14:55
Nader Elshehabi3-Jul-06 14:55 
QuestionProblem with C# asp.net 2.0 TreeView [modified] Pin
WebMaster3-Jul-06 11:04
WebMaster3-Jul-06 11:04 
QuestionReuse Code Pin
picasso23-Jul-06 10:54
picasso23-Jul-06 10:54 
AnswerRe: Reuse Code Pin
Colin Angus Mackay3-Jul-06 13:10
Colin Angus Mackay3-Jul-06 13:10 
QuestionAssistance with converting application to library Pin
b_girl3-Jul-06 9:52
b_girl3-Jul-06 9:52 
AnswerRe: Assistance with converting application to library Pin
BoneSoft3-Jul-06 10:12
BoneSoft3-Jul-06 10:12 
AnswerRe: Assistance with converting application to library Pin
arow69d3-Jul-06 16:46
arow69d3-Jul-06 16:46 
You are correct that it would create a .dll. You dont have to register it, however, unless you want to, but is usually unnecessary unless you plan on a lot of apps accessing it. Just compile the dll and add a reference to it in your projects. It will be copied and distributed with your app (in the app folder) without registering.

If you do decide to register your dll, just create a strong name with the sn.exe utility (from the .NET SDK command prompt) to create a key pair, then assign that to your [assembly:KeyName] attribute of the .dll (assemblyInfo.cs/vb). Then recompile and use gacutil.exe (.NET SDK command prompt) to register the dll in the GAC. Only do this if it is absolutely necessary, however.

HTH.
Aaron Dilliard
GeneralRe: Assistance with converting application to library Pin
b_girl3-Jul-06 17:10
b_girl3-Jul-06 17:10 
GeneralRe: Assistance with converting application to library Pin
b_girl6-Jul-06 9:47
b_girl6-Jul-06 9:47 
QuestionListViewItem color issues Pin
Aaron Dilliard3-Jul-06 8:31
Aaron Dilliard3-Jul-06 8:31 
AnswerRe: ListViewItem color issues Pin
Ed.Poore3-Jul-06 11:15
Ed.Poore3-Jul-06 11:15 
GeneralRe: ListViewItem color issues Pin
arow69d3-Jul-06 16:40
arow69d3-Jul-06 16:40 
QuestionKeeping the summery after compilation... Pin
Shy Agam3-Jul-06 7:53
Shy Agam3-Jul-06 7:53 
AnswerRe: Keeping the summery after compilation... Pin
Andrew Lygin3-Jul-06 9:02
Andrew Lygin3-Jul-06 9:02 
AnswerRe: Keeping the summery after compilation... Pin
Nader Elshehabi3-Jul-06 15:00
Nader Elshehabi3-Jul-06 15:00 
GeneralRe: Keeping the summery after compilation... Pin
Andrew Lygin3-Jul-06 18:59
Andrew Lygin3-Jul-06 18:59 
QuestionSelected index on fully editable grid/merging datasets Pin
leckey3-Jul-06 7:08
leckey3-Jul-06 7:08 
QuestionLink to constructor file in asp.net 2.0 Pin
AlexKiat3-Jul-06 6:50
AlexKiat3-Jul-06 6:50 
AnswerRe: Link to constructor file in asp.net 2.0 Pin
AlexKiat3-Jul-06 15:44
AlexKiat3-Jul-06 15:44 
QuestionHow to draw lines between two mailboxes Pin
jerrymei3-Jul-06 6:48
jerrymei3-Jul-06 6:48 
AnswerRe: How to draw lines between two mailboxes Pin
Ed.Poore3-Jul-06 11:16
Ed.Poore3-Jul-06 11:16 
GeneralRe: How to draw lines between two mailboxes Pin
jerrymei3-Jul-06 13:08
jerrymei3-Jul-06 13:08 
QuestionRe: How to draw lines between two mailboxes Pin
Nader Elshehabi3-Jul-06 14:39
Nader Elshehabi3-Jul-06 14:39 
AnswerRe: How to draw lines between two mailboxes Pin
jerrymei4-Jul-06 3:24
jerrymei4-Jul-06 3:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.