Hi,
I created a dll (c#) called rsa and I am trying to reference the functions in it in my aspx file (vb code) and I get the follow error:
----------------------------------------
Line 34: rsa = CreateObject("RSAHelper")
Stack Trace:
[Exception: Cannot create ActiveX component.]...
C# file and ASPX
I am new to c# and asp.net. I am trying to figure out how to get a my .cs file that contains a encrpyter function (rsahelper) to work with my auth.aspx page. How do I get the aspx file to use the rsahelper function inside my .cs file? Essentially I would just like to write the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.