REMOVE

Matt Griscom <[email protected]> Fri, 9 Aug 2002 07:45:21 -0700
Newsgroups gmane.comp.windows.devel.dime
Message-ID <008701c23fb3$63ac3040$9f11e40c@griscom4>
-Matt Griscom
[email protected]

> -----Original Message-----
> From: Discussion of Direct Internet Message Encapsulation (DIME)
> [mailto:[email protected]] On Behalf Of Joe Mayo
> Sent: Friday, August 09, 2002 6:56 AM
> To: [email protected]
> Subject: [DIME] Security Exception Running DIME Sample
>
> While running the MS Dime Sample application, I receive the following
> exception:
>
> --- begin exception message ---
> A first chance exception of type 'System.Security.SecurityException'
> occurred in mscorlib.dll
>
> Additional information: Hash for the assembly cannot be generated.
> --- end exception message ---
>
> This occurs as soon as I obtain a reference to the Web Service.  I've
also
> created a new Test Web Service with similar functionality and receive
the
> same exception exception in the Proxy Constructor:
>
>         public JoesDimeWebServiceTest() {
>             this.Url =
> "http://localhost/JoesDimeWebServiceTest/JoesDimeWebServiceTest.asmx";
>         }
>
> Joe