Lorenzo,
Did you execute c:\FiveNet\samples\register.bat in advance ?
The FiveNet.dll has to be registered this way:
c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm fivenet.dll /tlb
I just tested tutor01.exe on Windows 10 and worked fine
fivewin/Harbour encrypt decrypt function in c#
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 28
- Joined: Mon Jun 29, 2015 7:41 am
Re: fivewin/Harbour encrypt decrypt function in c#
So, i registered with
c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm fivenet.dll /tlb
and also (as i work with 4 framework) with
C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm fivenet.dll /tlb
but it works only if i register with version 2,
c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm fivenet.dll /tlb
Anyway i cannot run tutor01.exe from a real web site (i can run tutour01.exe as a process, only from visualstudio IDE for testing in debug mode).
thanks Antonio
c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm fivenet.dll /tlb
and also (as i work with 4 framework) with
C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm fivenet.dll /tlb
but it works only if i register with version 2,
c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm fivenet.dll /tlb
Anyway i cannot run tutor01.exe from a real web site (i can run tutour01.exe as a process, only from visualstudio IDE for testing in debug mode).
thanks Antonio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: fivewin/Harbour encrypt decrypt function in c#
Lorenzo,
> Anyway i cannot run tutor01.exe from a real web site
Yes, as far as I know it, it is a Windows limitation.
> Anyway i cannot run tutor01.exe from a real web site
Yes, as far as I know it, it is a Windows limitation.