Page 1 of 1

Load Plugin Problem

Posted: Fri Mar 25, 2011 6:31 am
by yanivps
Hello respected forum.
i am posting here after long search on the internet with no solution to my problem and i really hope you guys would help me.

i downloaded the housebot sdk and tried the DeviceTemplate plugin which includes MessageBoxDevice and BeeperDevice in it.
I built the project and put the DeviceTemplate.Dll from the Debug directory in the "C:\Program Files\HouseBot\Plugins\Devices" directory.
When i run housebot server i see in the log the following error:
"Unable to load Device DLL Module [C:\Program Files\HouseBot\Plugins\Devices\DeviceTemplate.dll]. Error = [The specified procedure could not be found. ]"

i really don't understand what procedure he can not find.
when i open the dll with Dependency Walker i can see all the required procedures in it.

i am really Frustrated. Please help me solve my problem.

thanks in advanced

Re: Load Plugin Problem

Posted: Fri Mar 25, 2011 12:17 pm
by yanivps
i had windows xp sp 1
when i installed sp2 it solved the problem.

thanks anyway

Re: Load Plugin Problem

Posted: Fri Mar 25, 2011 9:50 pm
by ScottBot
That's odd. Glad you solved your issue.

Re: Load Plugin Problem

Posted: Sun Mar 27, 2011 10:32 am
by Osler
I'm pretty sure that was the error message I was getting with DotNet Bridge devices when I had .NET 4.0 installed on the HouseBot box. It went away when I converted back to .NET 3.5.

Osler