Access Denied message (Signed XML)

  • Thread starter Thread starter amyl
  • Start date Start date
A

amyl

I am creating a signed XML document through a .Net page. It has been
working flawlessly for several years now. Within the last couple days
it has started throwing the below error. My hosting provider says
they have not made any changes to cause this.

Any ideas on what could be causing this or where to start looking?

Amy

Exception: Access is denied.
at
System.Security.Cryptography.RSACryptoServiceProvider._GenerateKey(IntPtr
unknown1, Int32 unknown2, Int32 unknown3)
at
System.Security.Cryptography.RSACryptoServiceProvider..ctor(Int32
dwKeySize, CspParameters parameters, Boolean useDefaultKeySize)
at
System.Security.Cryptography.RSACryptoServiceProvider..ctor(CspParameters
parameters)
 
I am creating a signed XML document through a .Net page. It has been
working flawlessly for several years now. Within the last couple days
it has started throwing the below error. My hosting provider says
they have not made any changes to cause this.
Well, they're not quite right -- they've probably installed a hotfix.
Any ideas on what could be causing this or where to start looking?
Google gives:

http://www.aspose.com/community/forums/17744/showpost.aspx

See if the suggestion there helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top