Compiling VB.NET Code with Interop_msxml.dll & Gacutil.exe

  • Thread starter Thread starter DaveC426913
  • Start date Start date
  • Tags Tags
    Code
AI Thread Summary
The discussion revolves around compiling VB.NET code while facing issues with the interop_msxml.dll and version conflicts. The user is encountering errors when trying to add the DLL as a reference, specifically a conflict between two different versions of the file. Suggestions include checking project settings in Visual Studio and seeking help from Microsoft developer newsgroups. There is also a recommendation to explore VB forums for additional support. The user is looking for solutions to resolve the compilation issue effectively.
DaveC426913
Gold Member
Messages
23,885
Reaction score
7,914
If anyone has some experience with the following (even if you're not an expert), I would really appreciate talking to you (I am a novice):
Visual Studio.Net
Visual Basic.NET
adding a reference
interop_msxml.dll
gacutil.exe

Basically, I am trying to compile a bare-bones snippet of code and seem to be running into some sort of version conflict when adding the dll as a reference.

I've tried a couple of fora about this (Windows Media, The Code Project, Tek Tips), but I'm not getting any traffic.

If you can't offer advice, could you point me to somewhere/one that could?

Help!
 
Technology news on Phys.org
Try asking your questions on one of the microsoft dev news groups.

microsoft.public.dotnet.languages.vb
 
My MS isn't working right now, big surprise. But if I remember correctly if you go to the panel on the right that shows all the files in the project you can right click and then "add file to project".
 
nbo10 said:
My MS isn't working right now, big surprise. But if I remember correctly if you go to the panel on the right that shows all the files in the project you can right click and then "add file to project".
Yeah, sorry, not that much of a novice.

My application wants a reference to interop_msxml. If I add that reference to the project, it will automagically create that file in the runtime folder. When I go to compile, it turns around and tells me that it can't copy the file tot eh runtime folder since it would overwrite the existing file.

There are two versions of the file giving me trouble, I just don't understand how. They're not even the same filename:
interop_msxml.dll v2.0.0.0
interop.MSXML.dll v9.0.0.3963
 
Dave, have you solved this yet? if so what happened? If not, could you list more of the project goals and what you did to get the error? I could attempt to setup a VS.net project but need more info. VS.net is smart and could be adding references automatically
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top