Click here to Skip to main content
15,895,192 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Trying to find the usage of the CPU Pin
Dave Kreskowiak19-Aug-05 11:16
mveDave Kreskowiak19-Aug-05 11:16 
Generalmemory resident! Pin
Code Tracker18-Aug-05 15:07
Code Tracker18-Aug-05 15:07 
GeneralRe: memory resident! Pin
Dave Kreskowiak19-Aug-05 6:56
mveDave Kreskowiak19-Aug-05 6:56 
GeneralWindows SDK error message Pin
DaveC42691318-Aug-05 10:50
DaveC42691318-Aug-05 10:50 
GeneralRe: Windows SDK error message Pin
progload19-Aug-05 8:25
progload19-Aug-05 8:25 
GeneralRe: Windows SDK error message Pin
DaveC42691322-Aug-05 4:12
DaveC42691322-Aug-05 4:12 
GeneralRe: Windows SDK error message Pin
progload22-Aug-05 6:03
progload22-Aug-05 6:03 
GeneralRe: Windows SDK error message Pin
DaveC42691322-Aug-05 4:25
DaveC42691322-Aug-05 4:25 
"Delete the contents in your Bin folder, "
Didn't have any effect.



"Recompile your application and turn on your JIT Debugger if it's not on."

OK, I did that, but all that does is put the error message in a prettier box to read. Now the error message is this:


"An unhandled exception of type 'System.IO.FileLoadException' occurred in system.windows.forms.dll
Additional information: The located assembly's manifest definition with name 'interop_msxml' does not match the assembly reference."



I have tried removing and then adding the two offending dlls (interop_msxml.dll, microsoft.windowsmediaservices.dll) into the reference, but I can't - they don't show up in the component list at all, even though I've managed to add them. (I can tell I added them because when I try to do it again, it tells me it couldn't, since there is already a reference to this component in the project.)


Oddly, the place where it's blowing up isn't near the start, it's at this line:

Playlist = BCPubPoint.SharedPlaylist

even though there's lost of references prior to this:
...<br />
        Dim BCPubPoint As IWMSBroadcastPublishingPoint<br />
        Dim Playlist As IWMSPlaylist<br />
        ...<br />
        If BCPubPoint.BroadcastStatus = WMS_BROADCAST_PUBLISHING_POINT_STATUS.WMS_BROADCAST_PUBLISHING_POINT_STOPPED Then<br />
                BCPubPoint.Start()<br />
                Playlist = BCPubPoint.SharedPlaylist



If I comment that one line, it doesn't blow up.

________________________________________________________________________
Dave
Y10K bug! Let's not get caught with our pants down **AGAIN**! (DC 02002)
GeneralRe: Windows SDK error message Pin
progload22-Aug-05 6:22
progload22-Aug-05 6:22 
GeneralRe: Windows SDK error message Pin
progload22-Aug-05 10:14
progload22-Aug-05 10:14 
GeneralRe: Windows SDK error message Pin
DaveC42691322-Aug-05 10:56
DaveC42691322-Aug-05 10:56 
GeneralRe: Windows SDK error message Pin
DaveC42691325-Aug-05 7:01
DaveC42691325-Aug-05 7:01 
GeneralRe: Windows SDK error message Pin
DaveC4269139-Sep-05 8:43
DaveC4269139-Sep-05 8:43 
QuestionVBer new to VB.net - handles divide by zero? Pin
DaveC42691318-Aug-05 10:35
DaveC42691318-Aug-05 10:35 
AnswerRe: VBer new to VB.net - handles divide by zero? Pin
Christian Graus18-Aug-05 15:09
protectorChristian Graus18-Aug-05 15:09 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
Dave Kreskowiak19-Aug-05 6:48
mveDave Kreskowiak19-Aug-05 6:48 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
Christian Graus21-Aug-05 13:31
protectorChristian Graus21-Aug-05 13:31 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
Dave Kreskowiak21-Aug-05 18:13
mveDave Kreskowiak21-Aug-05 18:13 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
Christian Graus21-Aug-05 18:15
protectorChristian Graus21-Aug-05 18:15 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
Dave Kreskowiak22-Aug-05 6:49
mveDave Kreskowiak22-Aug-05 6:49 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
Christian Graus22-Aug-05 11:47
protectorChristian Graus22-Aug-05 11:47 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
Dave Kreskowiak23-Aug-05 2:13
mveDave Kreskowiak23-Aug-05 2:13 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
Christian Graus23-Aug-05 13:23
protectorChristian Graus23-Aug-05 13:23 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
progload21-Aug-05 19:03
progload21-Aug-05 19:03 
GeneralRe: VBer new to VB.net - handles divide by zero? Pin
Christian Graus21-Aug-05 19:16
protectorChristian Graus21-Aug-05 19:16 

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.