Just a hunch - do you connect to the server via a proxy server? VS uses IE
settings, but when you run it from an OS process - such as WinDbg, it is a
different story.
I have never used AppVerifier, but from the download page, I saw this -
"Application Verifier is a runtime verification tool for unmanaged code that
assists in quickly finding subtle programming errors that can be extremely
difficult to identify with normal application testing. "
It clearly says UNMANAGED - and hence should logically not be able to load
.NET Assemblies.
Regards
Pandurang

Signature
blog: www.thinkingMS.com/pandurang
> Pandurang,
>
[quoted text clipped - 111 lines]
> >>
> >> Kevin
Kevin - 23 Mar 2006 02:13 GMT
No proxy servers involved. I don't use one for IE normally and in this case
everythings on the same box. The exception actually occurs before any
connection to the web service is made.
I'm going through the tests described in the March 2006 revision of the
"Microsoft Platform Test for ISV Solutions Application Test Specification"
(http://www.veritest.com/downloads/certification/platform_app_spec.pdf). In
item 2 of the fundamental requirements, "Use Windows resources
appropriately", it says VeriTest uses AppVerifier for the test. AppVerifier
runs with any executable, but in this case its catching issues within the
.Net runtime environment as well as within the managed code. It did flag
several issues I was able to fix.
Since this is now the only resource issue I'm finding I'll try checking with
someone at VeriTest to see if its a known issue there.
Thanks for looking into it,
Kevin.
> Just a hunch - do you connect to the server via a proxy server? VS uses IE
> settings, but when you run it from an OS process - such as WinDbg, it is a
[quoted text clipped - 11 lines]
> Regards
> Pandurang
Pandurang Nayak - 23 Mar 2006 02:57 GMT
All the best and tell us if you found a fix.
Regards
Pandurang

Signature
blog: www.thinkingMS.com/pandurang
> No proxy servers involved. I don't use one for IE normally and in this case
> everythings on the same box. The exception actually occurs before any
[quoted text clipped - 30 lines]
> > Regards
> > Pandurang