Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio VB.NET error msg

Status
Not open for further replies.

DaveC426913

Programmer
Joined
Jul 28, 2003
Messages
274
Location
CA
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top