Search found 2 matches
- 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
- 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 ...
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 ...