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

C#

 
GeneralRe: windows application html page problem. Pin
drey131-Jan-05 8:41
drey131-Jan-05 8:41 
GeneralRe: windows application html page problem. Pin
Heath Stewart31-Jan-05 9:26
protectorHeath Stewart31-Jan-05 9:26 
GeneralI need some advice (dll to exe) Pin
lms00731-Jan-05 7:01
lms00731-Jan-05 7:01 
GeneralRe: I need some advice (dll to exe) Pin
leppie31-Jan-05 7:35
leppie31-Jan-05 7:35 
GeneralRe: I need some advice (dll to exe) Pin
lms00731-Jan-05 11:43
lms00731-Jan-05 11:43 
GeneralRe: I need some advice (dll to exe) Pin
Esmo200031-Jan-05 7:38
Esmo200031-Jan-05 7:38 
GeneralRe: I need some advice (dll to exe) Pin
mav.northwind31-Jan-05 8:17
mav.northwind31-Jan-05 8:17 
GeneralRe: I need some advice (dll to exe) Pin
Heath Stewart31-Jan-05 9:21
protectorHeath Stewart31-Jan-05 9:21 
A DLL is not an EXE - you cannot launch it like an application. If you've ever written a managed application that actually compiles and runs, then you're only loading DLLs. All those types you use from the .NET Base Class Library - they're all defined in other DLLs (known as assemblies in the .NET world) and you load and use the types defined in them. So, if your DLL is managed just add a reference to it for your project (and I know I've been through that with you already) and use one of its types. Make sure the DLL and the EXE are in the same directory or the DLL is resolvable in other ways.

Read How the Runtime Locates Assemblies[^] in the .NET Framework SDK.

And mav.northwind is right - you really should read about the basics of computer software. Since you're in the .NET world, start by reading the Assemblies Overview[^].

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralError deleting collection of tickets Pin
tadhg8831-Jan-05 5:53
tadhg8831-Jan-05 5:53 
GeneralRe: Error deleting collection of tickets Pin
leppie31-Jan-05 7:38
leppie31-Jan-05 7:38 
GeneralMultiple Monitor Software Pin
lizim31-Jan-05 5:05
lizim31-Jan-05 5:05 
GeneralRe: Multiple Monitor Software Pin
Esmo200031-Jan-05 6:02
Esmo200031-Jan-05 6:02 
GeneralRe: Multiple Monitor Software Pin
lizim31-Jan-05 20:48
lizim31-Jan-05 20:48 
GeneralRe: Multiple Monitor Software Pin
mav.northwind31-Jan-05 8:27
mav.northwind31-Jan-05 8:27 
Generaladding rows dynamically to a datagrid Pin
steve_rm31-Jan-05 4:19
steve_rm31-Jan-05 4:19 
GeneralRe: adding rows dynamically to a datagrid Pin
Anonymous31-Jan-05 5:22
Anonymous31-Jan-05 5:22 
QuestionRemove multiple blanks in a string? Pin
Syntaxo31-Jan-05 1:00
Syntaxo31-Jan-05 1:00 
AnswerRe: Remove multiple blanks in a string? Pin
lainoo31-Jan-05 1:58
lainoo31-Jan-05 1:58 
GeneralRe: Remove multiple blanks in a string? Pin
Syntaxo31-Jan-05 2:36
Syntaxo31-Jan-05 2:36 
GeneralRe: Remove multiple blanks in a string? Pin
mav.northwind31-Jan-05 2:49
mav.northwind31-Jan-05 2:49 
GeneralRe: Remove multiple blanks in a string? Pin
Syntaxo31-Jan-05 3:07
Syntaxo31-Jan-05 3:07 
GeneralRe: Remove multiple blanks in a string? Pin
mav.northwind31-Jan-05 5:07
mav.northwind31-Jan-05 5:07 
GeneralRe: Remove multiple blanks in a string? Pin
Syntaxo31-Jan-05 5:27
Syntaxo31-Jan-05 5:27 
GeneralRe: Remove multiple blanks in a string? Pin
mav.northwind31-Jan-05 6:15
mav.northwind31-Jan-05 6:15 
AnswerRe: Remove multiple blanks in a string? Pin
Corinna John31-Jan-05 2:51
Corinna John31-Jan-05 2:51 

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.