Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i have placed a dll in my bin/debug folder in my windows store application. and i have written following code to load my dll

C#
[DllImport(@"DemoAPIWrapper.dll", CharSet = CharSet.Unicode)]
        private extern static bool SetInputMgrConfig();


but i got error like

System.DllNotFoundException: Unable to load DLL 'DemoAPIWrapper.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

can you please help me how to load that dll
Posted

1 solution

Read this blog

http://stackoverflow.com/questions/11357126/how-to-load-a-dll-in-c-sharp[^]

Solution provided to this member who had requested for help

Hope this helps if yes then accept and vote this solutions otherwise revert back with your queries
--RDB
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900