Search found 2 matches

by vitar30
Thu Jun 26, 2008 9:07 am
Forum: GFL SDK
Topic: DllNotFoundException after 4 years of use in .NET (Win 2K3)
Replies: 1
Views: 1870

As it stopped working for unknown reason, it is started to work again as before with unknown reason. If I'll find a reason that caused a problem, I let you know about it.
by vitar30
Thu Jun 26, 2008 8:12 am
Forum: GFL SDK
Topic: DllNotFoundException after 4 years of use in .NET (Win 2K3)
Replies: 1
Views: 1870

DllNotFoundException after 4 years of use in .NET (Win 2K3)

Hello all,

I'm using with no problem libgfl211.dll for about 4 years in my ASP.NET 1.1 application (on Windows Server 2003, IIS 6) to check uploaded image and it's size. Here's a sample of wrapper code that call DLL's gflLibraryInit method:

<DllImport("libgfl211.dll", EntryPoint:="gflLibraryInit ...