Ian

Forum Posts = 90 Tutorial Posts = 62
Insert date (GMT) 2006-05-08 10:40:59 |
I was having Visual Studio crash every time I tried to use the Web reference, with using the filemon http://www.sysinternals.com/Utilities/Filemon.html and also the regmon http://www.sysinternals.com/Utilities/Regmon.html utilites. It was the msxml2.dll file was not registered, that was causing this problem.
To fix, just need to goto the c:\Windows\system32\
regsrv32 msxml2.dll (might as well do msxml3.dll as well if there)
This correct the problem :)
|