Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi all

In the Web Application Project , We Implement Windows Service that Invoke the
Bs_SDK.dll([Import]).the dll are Located in SysWow64 folder.Web Application Project run in windows server 2012 r2, but the Windows Service does not find dll and Shows Following Error!. In the Local system ,when I Test the windows service Project Run Properly.

Error : BioStation SDK Is Not Init.

best regards

What I have tried:

I Coped Dll in Windows32 but does not find dll.

.
Posted
Updated 21-Dec-17 2:02am

1 solution

Did you try putting the DLL into the directory where the windows service is installed ? To find out the location right click on the service under windows\services and access properties to see the full path of the exe.

If you meant that you have implemented this as a webservice, then try the bin folder for the website in question.
 
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