Re: [DOTNET] Cryptographic Exception

2002-04-24 Thread Marina Zlatkina
Yes, the code works the first time. Also, this problem only occurs when I call the object through a remoting wrapper - if I call it directly, I can call it as many times as I want without a problem... You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other De

Re: [DOTNET] Cryptographic Exception

2002-04-23 Thread Matt Milner
PM Subject: [DOTNET] Cryptographic Exception Hi all, Here is the scenario. I have an asp.net page, that uses remoting to invoke a COM+ object elsewhere. The remote object it invokes, is actually a wrapper for the COM+ object, and is hosted in IIS. Here is some code that it exec

[DOTNET] Cryptographic Exception

2002-04-23 Thread Marina
Hi all, Here is the scenario. I have an asp.net page, that uses remoting to invoke a COM+ object elsewhere. The remote object it invokes, is actually a wrapper for the COM+ object, and is hosted in IIS. Here is some code that it executes: Dim reader As System.IO.FileStream Dim decryptorStream