Results 1 to 4 of 4

Thread: Exception System.DllNotFoundException: Unable to load DLL 'xxx.dll': The specified procedure could not be found

  1. #1
    Join Date
    Nov 2010
    Posts
    1

    Exception System.DllNotFoundException: Unable to load DLL 'xxx.dll': The specified procedure could not be found

    This is the code. I have all dlls in same folder as exeTrustPolicyFactory tpf = new TrustPolicyFactory();TrustPolicy _trustPolicy = null;_trustPolicy = tpf.Load(@"\\TK3ADFSTDC01\ADFS\TrustPolicy.xml", false);

    This is the exceptionSystem.DllNotFoundException: Unable to load DLL 'ifsutils.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F) at System.Web.Security.SingleSignOn.NativeMethods.WsDeserializeTrustPolicyStore(Boolean UpdateMachineStore, Byte[] pSerializedStore, Int32 cbSerializedStore,SafeCertStoreHandle& phCertStore) at System.Web.Security.SingleSignOn.NativeMethods.DeserializeCertificateStore
    (Byte[] serializedStore, Boolean updateMachineStore, SafeCertStoreHandle& certStore) at System.Web.Security.SingleSignOn.TrustPolicy.Initialize() at System.Web.Security.SingleSignOn.TrustPolicy.Load(String filename, BooleaninitCerts) at TestAccessTrustPolicy.Program.Main(String[] args) in D:\Source\Version5.4Sustain\Source\Private\Code\DotNet2.0\WCFSolution\TestAccessTrustPolicy\Program. cs:line 18

  2. #2
    Join Date
    May 2008
    Posts
    4,085

    Re: Exception System.DllNotFoundException: Unable to load DLL 'xxx.dll': The specified procedure could not be found

    After looking at the error message, the reason could cause such error might be the file sqlceme35.dll is lost or has been renamed. We could go to the folder C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5 to check. For a workaround, we could copy the sqlceme35.dll from another SQL Server Compact which correctly running under the same environment with the current system.

  3. #3
    Join Date
    Jun 2011
    Posts
    454

    Re: Exception System.DllNotFoundException: Unable to load DLL 'xxx.dll': The specified procedure could not be found

    I am getting the same error on Visual Basic. I found a tiny fix that work. I hope this can help you in getting rid of that error. In my case I am using Windows Vista 64bit operating system. To get rid of the issue you have to click on Tools. Then click on Options. You can find a option show all settings in the same. Then click on Show Advance Build Configuration. Under build you can find one more thing Configuration Manager. Click on Create New and then click on Active Solution Platform. Here there must be =x6. This would resolve the matter.

  4. #4
    Join Date
    Jul 2011
    Posts
    355

    Re: Exception System.DllNotFoundException: Unable to load DLL 'xxx.dll': The specified procedure could not be found

    There one tool which can help you to fix the dll issue. You will require Dependency Walker. It is a tiny free tool that scan your windows for damage or missing windows module and will give you detail about the same. This give you more detailed information on troubleshooting the same thing. The tool also give you information about the files which are required for the process. You can click on detailed information and locate the full patch. You just have to find the dll file and add that back into its place and done. This will resolve the matter.

Similar Threads

  1. System crashed unable to load windows.
    By Pandeyji in forum Windows Software
    Replies: 3
    Last Post: 19-04-2011, 06:45 PM
  2. Replies: 4
    Last Post: 31-03-2010, 01:29 PM
  3. Replies: 4
    Last Post: 16-03-2010, 05:56 PM
  4. Procedure entry point not found
    By Hemadri in forum Windows XP Support
    Replies: 3
    Last Post: 18-09-2009, 07:27 AM
  5. Replies: 2
    Last Post: 28-10-2005, 09:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,257,054.39900 seconds with 17 queries