Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
GeneralRe: Extending OpenFileDialog to select folder and file simultaneously Pin
Richard MacCutchan6-Dec-12 2:45
mveRichard MacCutchan6-Dec-12 2:45 
Questionimage processing Pin
Bishwajit Nepali5-Dec-12 19:52
Bishwajit Nepali5-Dec-12 19:52 
AnswerRe: image processing Pin
Richard MacCutchan5-Dec-12 21:34
mveRichard MacCutchan5-Dec-12 21:34 
AnswerRe: image processing Pin
lukeer5-Dec-12 23:45
lukeer5-Dec-12 23:45 
QuestionHow to read data from crl file in C# Pin
Gramulos5-Dec-12 19:12
Gramulos5-Dec-12 19:12 
AnswerRe: How to read data from crl file in C# Pin
Richard MacCutchan5-Dec-12 21:32
mveRichard MacCutchan5-Dec-12 21:32 
AnswerRe: How to read data from crl file in C# Pin
Eddy Vluggen6-Dec-12 2:34
professionalEddy Vluggen6-Dec-12 2:34 
QuestionMultiThreading Pin
MAW305-Dec-12 17:49
MAW305-Dec-12 17:49 
AnswerRe: MultiThreading Pin
Dave Kreskowiak5-Dec-12 18:28
mveDave Kreskowiak5-Dec-12 18:28 
GeneralRe: MultiThreading Pin
MAW305-Dec-12 18:40
MAW305-Dec-12 18:40 
GeneralRe: MultiThreading Pin
Dave Kreskowiak6-Dec-12 1:45
mveDave Kreskowiak6-Dec-12 1:45 
Questionimage processing Pin
Bishwajit Nepali5-Dec-12 17:37
Bishwajit Nepali5-Dec-12 17:37 
AnswerRe: image processing Pin
Dave Kreskowiak5-Dec-12 18:17
mveDave Kreskowiak5-Dec-12 18:17 
AnswerRe: image processing Pin
Mycroft Holmes5-Dec-12 18:35
professionalMycroft Holmes5-Dec-12 18:35 
GeneralRe: image processing Pin
Adam R Harris6-Dec-12 9:13
Adam R Harris6-Dec-12 9:13 
GeneralRe: image processing Pin
Mycroft Holmes6-Dec-12 11:58
professionalMycroft Holmes6-Dec-12 11:58 
QuestionC# make executabloe a dll Pin
sc steinhayse5-Dec-12 16:43
sc steinhayse5-Dec-12 16:43 
I have a question about converting a C# 2010 application that is currently run as an executable to be run as a DLL instead. I do not know what parts of the entire solution file should be part of the dll file and what parts (if any) should remain as an executable.

I was briefly advised by a contract shop that when the current application calls a web service, that portion should become the dll. I was also told by the contract shop that the chelper.cs code (that calls the web service) should be part of the dll.
This same contract shop also said I could write separate dlls for each 'type' of method that is called. If I did that, I would use portions of code from each project file.

So basically I have part of one project file out of 4 project files that should be included in the dll file?

Here is a description of the current project files:
1. one project file has various routines that are tied with the web service.
2. Another project file is a handshaker to verify security.
3. There is the 'driver' project file.
4. There is a 'sample' code project file that was written by the contract shop that supports the web service.

Can you tell me how you would decide to setup the application I listed above as dll file(s)? How would you

change the code that I just listed above? How would you setup the code tio convert it (use it) as a dll file?
AnswerRe: C# make executabloe a dll Pin
Abhinav S5-Dec-12 17:04
Abhinav S5-Dec-12 17:04 
AnswerRe: C# make executabloe a dll Pin
PIEBALDconsult5-Dec-12 18:08
mvePIEBALDconsult5-Dec-12 18:08 
GeneralRe: C# make executabloe a dll Pin
sc steinhayse6-Dec-12 7:22
sc steinhayse6-Dec-12 7:22 
GeneralRe: C# make executabloe a dll Pin
PIEBALDconsult6-Dec-12 8:05
mvePIEBALDconsult6-Dec-12 8:05 
AnswerRe: C# make executabloe a dll Pin
Mycroft Holmes5-Dec-12 18:31
professionalMycroft Holmes5-Dec-12 18:31 
AnswerRe: C# make executabloe a dll Pin
Pete O'Hanlon6-Dec-12 7:47
mvePete O'Hanlon6-Dec-12 7:47 
Questionhelp me Pin
siawash_s5-Dec-12 11:44
siawash_s5-Dec-12 11:44 
AnswerRe: help me Pin
Richard MacCutchan5-Dec-12 12:17
mveRichard MacCutchan5-Dec-12 12:17 

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.