DaveC426913
Programmer
I'm just learning this stuff.
I'm getting the follwing error message:
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.
This is the most ultra-basic app: starting from scratch, I've pinched the VB.NET code from MSDN, <a href=" and added the two required references Interop and WindowsMediaServices.
I'm getting the follwing error message:
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.
This is the most ultra-basic app: starting from scratch, I've pinched the VB.NET code from MSDN, <a href=" and added the two required references Interop and WindowsMediaServices.