Click here to Skip to main content
15,913,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem with asynchronous server Pin
Vasudevan Deepak Kumar14-Aug-05 1:55
Vasudevan Deepak Kumar14-Aug-05 1:55 
GeneralRe: problem with asynchronous server Pin
S. Senthil Kumar14-Aug-05 3:31
S. Senthil Kumar14-Aug-05 3:31 
GeneralDatetimePicker in a datagrid Pin
deep712-Aug-05 21:36
deep712-Aug-05 21:36 
GeneralUnmanaged dll access from c# passing paramaters by reference Pin
steveski7412-Aug-05 21:13
steveski7412-Aug-05 21:13 
Generalwrapping Dlls into .exe Pin
allenmpcx12-Aug-05 19:08
allenmpcx12-Aug-05 19:08 
GeneralRe: wrapping Dlls into .exe Pin
S. Senthil Kumar12-Aug-05 19:53
S. Senthil Kumar12-Aug-05 19:53 
GeneralRe: wrapping Dlls into .exe Pin
allenmpcx12-Aug-05 19:56
allenmpcx12-Aug-05 19:56 
GeneralRe: wrapping Dlls into .exe Pin
mav.northwind12-Aug-05 21:53
mav.northwind12-Aug-05 21:53 
Of course you need the referenced assemblies, why would you reference them if you didn't need them?
It's quite simple: Your application is requesting a Type and the framework has to find the definition of this Type somewhere.
The places .NET looks for is the application's directory and the GAC.
If the assembly holding the requested Type cannot be found you'll get a FileNotFound error.

DllImport is only used to access functions in legacy DLLs, not Types in .NET assemblies.

Regards,
mav
GeneralRe: wrapping Dlls into .exe Pin
allenmpcx12-Aug-05 21:56
allenmpcx12-Aug-05 21:56 
GeneralRe: wrapping Dlls into .exe Pin
mav.northwind13-Aug-05 7:12
mav.northwind13-Aug-05 7:12 
GeneralRe: wrapping Dlls into .exe Pin
allenmpcx13-Aug-05 8:21
allenmpcx13-Aug-05 8:21 
GeneralRe: wrapping Dlls into .exe Pin
DavidNohejl13-Aug-05 3:39
DavidNohejl13-Aug-05 3:39 
GeneralRe: wrapping Dlls into .exe Pin
MrEyes13-Aug-05 10:02
MrEyes13-Aug-05 10:02 
GeneralRe: wrapping Dlls into .exe Pin
allenmpcx13-Aug-05 10:06
allenmpcx13-Aug-05 10:06 
GeneralRe: wrapping Dlls into .exe Pin
Vasudevan Deepak Kumar14-Aug-05 2:39
Vasudevan Deepak Kumar14-Aug-05 2:39 
GeneralRe: wrapping Dlls into .exe Pin
Joel Lucsy16-Aug-05 4:34
Joel Lucsy16-Aug-05 4:34 
GeneralRead an INI Pin
Anonymous12-Aug-05 14:48
Anonymous12-Aug-05 14:48 
GeneralRe: Read an INI Pin
S. Senthil Kumar12-Aug-05 19:54
S. Senthil Kumar12-Aug-05 19:54 
GeneralRe: Read an INI Pin
Matt Gerrans13-Aug-05 7:12
Matt Gerrans13-Aug-05 7:12 
GeneralRe: Read an INI Pin
S. Senthil Kumar14-Aug-05 3:40
S. Senthil Kumar14-Aug-05 3:40 
GeneralRe: Read an INI Pin
MrEyes13-Aug-05 10:10
MrEyes13-Aug-05 10:10 
GeneralRe: Read an INI Pin
Dan Neely15-Aug-05 2:10
Dan Neely15-Aug-05 2:10 
GeneralVersion of DLLs Pin
Anonymous12-Aug-05 14:26
Anonymous12-Aug-05 14:26 
GeneralRe: Version of DLLs Pin
AETaylor12-Aug-05 23:29
AETaylor12-Aug-05 23:29 
GeneralRe: Version of DLLs Pin
kuntal4110127-Apr-12 12:13
kuntal4110127-Apr-12 12:13 

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.