Bayes search

The engine.
Post Reply
lablonsk
Posts: 32
Joined: Sat Jun 29, 2019 12:13 pm

Bayes search

Post by lablonsk »

Hello community
I have a problem...
I need to learn an RB from a dataset and dll.net doesn't have this function so I made a DLL in C ++ to be used in C #. Using my license on my computer was normally.
The problem is when I will use it on my advisor's computer to show my research, the error appears as attached in the image. I tried to replace the license used to compile the project from his computer (including to generate the dll) but the same error persists.
Please help me!
Thank you.
https://ibb.co/548xNmR
Image
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Bayes search

Post by shooltz[BayesFusion] »

You need to include your personal license key into your program. For C#, use the License.cs file from the zip you've obtained at our download site. The License.cs contains code which looks like this:

Code: Select all

new Smile.License(
	"SMILE LICENSE d86e3062 922d2e1b a2762a8e "
	(more lines follow)
lablonsk
Posts: 32
Joined: Sat Jun 29, 2019 12:13 pm

Re: Bayes search

Post by lablonsk »

shooltz[BayesFusion] wrote: Wed Sep 04, 2019 10:15 am You need to include your personal license key into your program. For C#, use the License.cs file from the zip you've obtained at our download site. The License.cs contains code which looks like this:

Code: Select all

new Smile.License(
	"SMILE LICENSE d86e3062 922d2e1b a2762a8e "
	(more lines follow)
I'm doing this,
But it doesn't work on my teacher's computer but only on mine. He replaced the license folder but nothing.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Bayes search

Post by shooltz[BayesFusion] »

But it doesn't work on my teacher's computer but only on mine.
What error are you getting on your teacher's computer?
lablonsk
Posts: 32
Joined: Sat Jun 29, 2019 12:13 pm

Re: Bayes search

Post by lablonsk »

shooltz[BayesFusion] wrote: Mon Sep 09, 2019 1:41 pm
But it doesn't work on my teacher's computer but only on mine.
What error are you getting on your teacher's computer?
File not Found Exception was unhandled: could not load file or assemly 'smileNET.dll' or one its dependencies. The especified module could not be found.
I put a picture to help.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Bayes search

Post by shooltz[BayesFusion] »

There's no image in your post. If file is not found, maybe it's just not on your machine?
lablonsk
Posts: 32
Joined: Sat Jun 29, 2019 12:13 pm

Re: Bayes search

Post by lablonsk »

shooltz[BayesFusion] wrote: Thu Sep 12, 2019 7:01 pm There's no image in your post. If file is not found, maybe it's just not on your machine?
Yes, the same program that I use to compile in my house is even though it is only using changing the license file.
lablonsk
Posts: 32
Joined: Sat Jun 29, 2019 12:13 pm

Re: Bayes search

Post by lablonsk »

This problem occurred because my teacher was trying to run on windows xp
Post Reply