.NET DPAPI Wrapper from GAC

From: Mark Delaplane (mdelaplane_at_dataprep.com)
Date: 01/22/04


Date: Wed, 21 Jan 2004 22:11:29 -0800

I am attempting to implementa web service that calls a .NET assembly (e.g
DataProtectionLibrary) that essentially wraps DPAPI calls from the GAC. This
works fine from the development workstation and I have verified that the
wrapper assembly is in fact being called from the GAC.

When the assembly and the web service is deployed to a remote server and the
appropriate web reference made in the client web application the web client
app receives a "DataProtectionLibrary assembly or one of its dependencies"
not found when executed. I've used a number of tools to verify that the
assembly is actually installed on the remote server.

Some ideas and help identifying why the assembly (or a dependency) cannot be
found would be appreciated.

Mark



Relevant Pages

  • Re: Enterprise library data access from pipeline
    ... it would also be better to GAC them before adding the ... references to my pipeline component project such that it compiles. ... I look at the dependencies tab for the pipeline component in the ... An error occurred while attempting to access the SSO database. ...
    (microsoft.public.biztalk.general)
  • Re: Event Handler error in WSS
    ... Did you deploy the event handler assembly to the GAC? ... "Phani" schreef in bericht ... > File or assembly name WSSEventSink, or one of its dependencies, was not ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: Using GAC from a Web Service
    ... change security requirements or privilege, ... trivial for a bad guy to deploy an evil component into the GAC. ... My Web Service has to open an OleDbConnection ... permissions problems in IIS 6, and I am trying to remedy the situation by ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: Secured Public Webserver - Sandbox Code
    ... parts of a web service application. ... Whether or not the assembly is registered in the GAC or ot ... You will need to negotiate with your hosting company around the ... That means I have to create a 'sandbox' layer ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: Change search path.
    ... of the DLL on the system, place it where you like and add it to the GAC. ... >I have several web services and they all rely on the assemblies in a root ... > web service B ...
    (microsoft.public.dotnet.framework.aspnet.webservices)

Loading