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

C#

 
QuestionDelegates Pin
Alamzeb khan16-Jun-06 19:02
Alamzeb khan16-Jun-06 19:02 
AnswerRe: Delegates Pin
stancrm16-Jun-06 20:06
stancrm16-Jun-06 20:06 
QuestionDelegates Pin
Alamzeb khan16-Jun-06 18:44
Alamzeb khan16-Jun-06 18:44 
AnswerRe: Delegates Pin
donkaiser16-Jun-06 18:58
donkaiser16-Jun-06 18:58 
Questionactive child container problem Pin
edel_ong16-Jun-06 16:43
edel_ong16-Jun-06 16:43 
QuestionStream Sound from Microphone [modified] Pin
surfman1916-Jun-06 12:40
surfman1916-Jun-06 12:40 
QuestionCOM interop and embedding Pin
therealmccoy16-Jun-06 11:41
therealmccoy16-Jun-06 11:41 
AnswerRe: COM interop and embedding Pin
mav.northwind16-Jun-06 12:22
mav.northwind16-Jun-06 12:22 
Hi!
You can't embed other assemblies in your executable as resources and expect the framework to find them.
Resources are for images, strings and so on, not for compiled code!

There is a tool, though, that can wrap all assemblies your application needs into a single executable: http://research.microsoft.com/~mbarnett/ILMerge.aspx

But if you access COM objects, these cannot be merged into your application at all, only the interop assembly.

Regards,
mav

--
Black holes are the places where god divided by 0...
GeneralRe: COM interop and embedding Pin
therealmccoy16-Jun-06 20:04
therealmccoy16-Jun-06 20:04 
QuestionHelp Using Threading.Timer with FileSystemWatcher Pin
ddennison16-Jun-06 11:38
ddennison16-Jun-06 11:38 
QuestionAdding a blank row to a datagrid that uses multiple SQL tables Pin
leckey16-Jun-06 10:36
leckey16-Jun-06 10:36 
Questionchange the name font when enter tab control Pin
donkaiser16-Jun-06 10:29
donkaiser16-Jun-06 10:29 
AnswerRe: change the name font when enter tab control Pin
Josh Smith16-Jun-06 11:29
Josh Smith16-Jun-06 11:29 
GeneralRe: change the name font when enter tab control Pin
donkaiser16-Jun-06 11:44
donkaiser16-Jun-06 11:44 
GeneralRe: change the name font when enter tab control Pin
Josh Smith17-Jun-06 4:17
Josh Smith17-Jun-06 4:17 
GeneralRe: change the name font when enter tab control Pin
donkaiser19-Jun-06 3:46
donkaiser19-Jun-06 3:46 
GeneralRe: change the name font when enter tab control Pin
donkaiser19-Jun-06 4:12
donkaiser19-Jun-06 4:12 
QuestionWindows Service&Installer -A mess Pin
Raghuraman_Ace16-Jun-06 9:20
Raghuraman_Ace16-Jun-06 9:20 
QuestionProgrammatically locate an application in the System Tray Pin
DP IGT16-Jun-06 8:17
DP IGT16-Jun-06 8:17 
AnswerRe: Programmatically locate an application in the System Tray Pin
BoneSoft16-Jun-06 9:51
BoneSoft16-Jun-06 9:51 
GeneralRe: Programmatically locate an application in the System Tray Pin
DP IGT16-Jun-06 10:55
DP IGT16-Jun-06 10:55 
QuestionProgrammatically getting system information using C# Pin
Cadence2.016-Jun-06 8:07
Cadence2.016-Jun-06 8:07 
AnswerRe: Programmatically getting system information using C# Pin
Josh Smith16-Jun-06 8:18
Josh Smith16-Jun-06 8:18 
GeneralRe: Programmatically getting system information using C# Pin
Cadence2.016-Jun-06 9:35
Cadence2.016-Jun-06 9:35 
QuestionComboBox Databinding Pin
Drew McGhie16-Jun-06 7:32
Drew McGhie16-Jun-06 7:32 

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.