CryptAcquireContext error
Next message: Ugo Chirico: "Re: New authentication protocol using kerberos"
Date: Mon, 11 Oct 2004 11:36:24 +0200
Hi to all. I have a VB dll that calls another dll that use
"advapi32.dll"Starting the program via Visual Basic no errors,if compiling
it and
starting the made dll from asp page, the function give me an error.I make a
vbs file that do the same operation of dll VB and it works fine.I read that
the problem are the permission of "IUSR_mymachine". How and where can I
change its permission?I need to change some parameter of functions
cryptAcquireContext?the call at this function is:If
CryptAcquireContext(hCryptProv, KEY_CONTAINER, SERVICE_PROVIDER,
PROV_RSA_FULL, CRYPT_NEWKEYSET) = 0 Then If CryptAcquireContext(hCryptProv,
KEY_CONTAINER, SERVICE_PROVIDER, PROV_RSA_FULL, 0) = 0 Then RETURN "Error
during CryptAcquireContext for a new key container." + "~r~n" + & "A
container with this name probably already exists." End IfEnd Ifit falls at
the first operation.someone can help me?Thanks. mk.
Next message: Ugo Chirico: "Re: New authentication protocol using kerberos"
Relevant Pages
- Re: What is Needed to Get an ASP.NET Page to Work?
... MyProject.dll, basically everything in the bin folder after compiling, ... Besides the entire bin folder, and any aspx pages, it should work fine. ... Also, everytime you compile an asp.net 2.0 website, a number of dll ... (microsoft.public.dotnet.framework.aspnet) - Re: Plugins in C#
... library by compiling it into the dll. ... plug in DLL, when in reality, you didn't need to do anything like that. ... What is the reason for not distributing one assembly with the interface ... It's almost the same as the old project, however the TypeLib was ... (microsoft.public.dotnet.languages.csharp) - Re: .Net packaging/wrapper application?
... it just didn't work well in reality due to DLL ... Windows works is to look in the executable's directory for a needed DLL ... the way apps used to work when they developed Windows. ... Looks to me like Jim is looking for the .NET equivalent of compiling ... (microsoft.public.dotnet.framework.aspnet) - Re: Framework version issues
... Then as you compiled the dll, ... was compiled with the v1.1 of the Framework. ... would be the case with compiling with either 2002 or 2003 versions of VS.NET ... If you don't have a test server, ... (microsoft.public.dotnet.languages.csharp) - Re: Newbie question
... I tried compiling the C# class into a DLL and referencing it from VB, ... run directory because it would conflict with dependency 'mscorlib, ... (microsoft.public.dotnet.languages.csharp) |
|