Click here to Skip to main content
15,920,217 members
Home / Discussions / C#
   

C#

 
GeneralRe: 32 bit integer from sbyte array Pin
Dies19-Oct-04 9:38
Dies19-Oct-04 9:38 
GeneralRe: 32 bit integer from sbyte array Pin
Christian Graus19-Oct-04 9:41
protectorChristian Graus19-Oct-04 9:41 
GeneralMSMQ in C# Pin
ppp00119-Oct-04 9:00
ppp00119-Oct-04 9:00 
GeneralRe: MSMQ in C# Pin
Heath Stewart19-Oct-04 11:17
protectorHeath Stewart19-Oct-04 11:17 
GeneralMCE SDK 2005 problem Pin
Oguz Mazlum19-Oct-04 7:48
Oguz Mazlum19-Oct-04 7:48 
GeneralRe: MCE SDK 2005 problem Pin
Heath Stewart19-Oct-04 11:12
protectorHeath Stewart19-Oct-04 11:12 
GeneralRe: MCE SDK 2005 problem Pin
Oguz Mazlum19-Oct-04 11:46
Oguz Mazlum19-Oct-04 11:46 
GeneralRe: MCE SDK 2005 problem Pin
Heath Stewart19-Oct-04 12:50
protectorHeath Stewart19-Oct-04 12:50 
When you use /codebase with regasm.exe the path to the assembly is registered. This means your assembly must be in the same place. If you don't use /codebase, you must add the assembly to the GAC (requires it to be strong-named, which is always a good idea anyway).

So the code above is in the assembly exposed to COM (a COM-Callable Wrapper, or CCW)? I've not seen this example but I do know a lot about COM and know that COM won't load an EXE. Since this is obviously code for a Windows Forms components (well, judging by label8), I know that the Media Center won't load it.

The component category that you implenented is used by the Media Center to figure out which components to load. Somewhere, then, you need to get the running instance of your component that you registered.

Have you followed the SDK sample exactly?

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]
GeneralRe: MCE SDK 2005 problem Pin
Oguz Mazlum19-Oct-04 13:08
Oguz Mazlum19-Oct-04 13:08 
GeneralRe: MCE SDK 2005 problem Pin
Heath Stewart19-Oct-04 15:01
protectorHeath Stewart19-Oct-04 15:01 
GeneralAnimating .x files with MDX9 Pin
JDUK19-Oct-04 6:21
JDUK19-Oct-04 6:21 
GeneralRe: Animating .x files with MDX9 Pin
Heath Stewart19-Oct-04 7:26
protectorHeath Stewart19-Oct-04 7:26 
GeneralRe: Animating .x files with MDX9 Pin
JDUK19-Oct-04 7:41
JDUK19-Oct-04 7:41 
GeneralRe: Animating .x files with MDX9 Pin
Heath Stewart19-Oct-04 8:02
protectorHeath Stewart19-Oct-04 8:02 
GeneralRe: Animating .x files with MDX9 Pin
JDUK19-Oct-04 8:20
JDUK19-Oct-04 8:20 
GeneralRe: Animating .x files with MDX9 Pin
JDUK19-Oct-04 22:23
JDUK19-Oct-04 22:23 
GeneralVoice recognition Pin
amatyasik19-Oct-04 5:06
amatyasik19-Oct-04 5:06 
GeneralRe: Voice recognition Pin
tom_dx19-Oct-04 13:38
tom_dx19-Oct-04 13:38 
GeneralTAPI Pin
rpussewela19-Oct-04 4:41
rpussewela19-Oct-04 4:41 
GeneralRe: TAPI Pin
Dave Kreskowiak19-Oct-04 8:33
mveDave Kreskowiak19-Oct-04 8:33 
GeneralRe: TAPI Pin
rpussewela19-Oct-04 20:38
rpussewela19-Oct-04 20:38 
GeneralRe: TAPI Pin
Nick Parker19-Oct-04 12:45
protectorNick Parker19-Oct-04 12:45 
GeneralUI Thread Pin
eDip19-Oct-04 4:39
eDip19-Oct-04 4:39 
GeneralRe: UI Thread Pin
Stefan Troschuetz19-Oct-04 5:08
Stefan Troschuetz19-Oct-04 5:08 
GeneralRe: UI Thread Pin
Michael Potter19-Oct-04 5:10
Michael Potter19-Oct-04 5:10 

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.