Using Smile.dll

The engine.
Post Reply
tloy1966
Posts: 20
Joined: Thu May 12, 2011 2:40 am

Using Smile.dll

Post by tloy1966 »

Hi

I got a small problem here :roll:

Using smilenet.dll and wrapper to web page with VS2010 and windows 7 64bit

and the question is :

where is the xdsl file location that smilenet.dll will read?

i mean When i use

Code: Select all

net.readfile("xxx.xdsl"); 


the program do read file action from which folder?

thx for reply :)
tloy1966
Posts: 20
Joined: Thu May 12, 2011 2:40 am

Re: Using Smile.dll

Post by tloy1966 »

I have knew what's wrong in asp.net webpage

and show some stupid experience here

the readfile method in asp.net with C# would be like the following

:arrow:

Code: Select all

net.ReadFile(@"C:\inetpub\wwwroot\XXXXXX.xdsl")
shooltz[BayesFusion]
Site Admin
Posts: 1457
Joined: Mon Nov 26, 2007 5:51 pm

Re: Using Smile.dll

Post by shooltz[BayesFusion] »

where is the xdsl file location that smilenet.dll will read?
That depends on the application using smilenet.dll. I don't know what's the default directory for the ASP.NET apps.
tloy1966
Posts: 20
Joined: Thu May 12, 2011 2:40 am

Re: Using Smile.dll

Post by tloy1966 »

I got it!!

Thanks for reply :)
Post Reply