Click here to Skip to main content
15,914,488 members
Home / Discussions / C#
   

C#

 
GeneralRe: I need to convert a the string of a Text box to a Value Pin
jeron19-May-24 6:05
jeron19-May-24 6:05 
GeneralRe: I need to convert a the string of a Text box to a Value Pin
glennPattonWork39-May-24 6:58
professionalglennPattonWork39-May-24 6:58 
GeneralRe: I need to convert a the string of a Text box to a Value Pin
jeron19-May-24 7:19
jeron19-May-24 7:19 
QuestionCommand Line Arguments For IrfanView using C# WinForm Pin
Member 143542147-May-24 8:50
Member 143542147-May-24 8:50 
AnswerRe: Command Line Arguments For IrfanView using C# WinForm Pin
Dave Kreskowiak7-May-24 14:55
mveDave Kreskowiak7-May-24 14:55 
GeneralRe: Command Line Arguments For IrfanView using C# WinForm Pin
Member 143542148-May-24 4:03
Member 143542148-May-24 4:03 
GeneralRe: Command Line Arguments For IrfanView using C# WinForm Pin
Dave Kreskowiak8-May-24 6:37
mveDave Kreskowiak8-May-24 6:37 
AnswerRe: Command Line Arguments For IrfanView using C# WinForm Pin
Peter_in_27807-May-24 17:29
professionalPeter_in_27807-May-24 17:29 
GeneralRe: Command Line Arguments For IrfanView using C# WinForm Pin
Member 143542148-May-24 4:06
Member 143542148-May-24 4:06 
QuestionCommunication "Server / Service" for older .NET Framework application Pin
HobbyProggy5-May-24 23:13
professionalHobbyProggy5-May-24 23:13 
AnswerRe: Communication "Server / Service" for older .NET Framework application Pin
jschell6-May-24 15:01
jschell6-May-24 15:01 
GeneralRe: Communication "Server / Service" for older .NET Framework application Pin
HobbyProggy7-May-24 21:49
professionalHobbyProggy7-May-24 21:49 
AnswerRe: Communication "Server / Service" for older .NET Framework application Pin
Richard Deeming6-May-24 21:36
mveRichard Deeming6-May-24 21:36 
GeneralRe: Communication "Server / Service" for older .NET Framework application Pin
HobbyProggy7-May-24 21:55
professionalHobbyProggy7-May-24 21:55 
GeneralRe: Communication "Server / Service" for older .NET Framework application Pin
Richard Deeming7-May-24 22:32
mveRichard Deeming7-May-24 22:32 
GeneralRe: Communication "Server / Service" for older .NET Framework application Pin
HobbyProggy7-May-24 23:46
professionalHobbyProggy7-May-24 23:46 
AnswerRe: Communication "Server / Service" for older .NET Framework application Pin
lmoelleb8-May-24 7:08
lmoelleb8-May-24 7:08 
GeneralRe: Communication "Server / Service" for older .NET Framework application Pin
jschell11-May-24 9:50
jschell11-May-24 9:50 
QuestionCould not load file or assembly from package installed from nuget Pin
Member 156340714-May-24 20:20
Member 156340714-May-24 20:20 
AnswerRe: Could not load file or assembly from package installed from nuget Pin
OriginalGriff5-May-24 3:28
mveOriginalGriff5-May-24 3:28 
GeneralRe: Could not load file or assembly from package installed from nuget Pin
Member 156340715-May-24 12:31
Member 156340715-May-24 12:31 
I added reference to the dll at compile time and executable was created but executable cannot find dll to load
This program has two files one cs and one dll
I compiled it from command line with csc given with Windows
(Windows gives us .Net Framework 4.8 and C# up to 5.0)
(It is simple program with one cs file and one dll file so i don't want to create project for that)
Yes copying the dll to the program folder is kind of solution but wasting disk space
Such copying is unnecessary in my opinion and better way would be for example choosing path to dll
for executable
I would like to do not need copying dlls to program folder for each program which uses that dll

Now I am trying to extract data from html and I found nuget package for this

Some time ago I found Rational number class I downloaded and installed it via nuget and executable couldn't
locate dll
But when I compiled dll from sources there was no problems with finding and loading dll by executable
GeneralRe: Could not load file or assembly from package installed from nuget Pin
OriginalGriff5-May-24 19:04
mveOriginalGriff5-May-24 19:04 
QuestionHow to "link" a referenced dll to a third party dll I develop. Pin
AtaChris1-May-24 8:47
AtaChris1-May-24 8:47 
AnswerRe: How to "link" a referenced dll to a third party dll I develop. Pin
Dave Kreskowiak1-May-24 10:37
mveDave Kreskowiak1-May-24 10:37 
GeneralRe: How to "link" a referenced dll to a third party dll I develop. Pin
AtaChris1-May-24 18:06
AtaChris1-May-24 18:06 

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.