ASP.NET 1.1?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
cmercier

ASP.NET 1.1?

Post by cmercier » Sat 28 Jan 2006 04:34

Hi,

I just downloaded the trial of your component and I'm trying to use it in an ASP.NET 1.1 app. I tried creating a licenses.licx file and adding it as embedded ressource. However, I still get a licensing error.

What's the correct way to run your assembly in asp.net 1.1?

Thanks!

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 30 Jan 2006 13:55

Please check that licenses.licx is included in your project.
Check that the line in licenses.licx does not contains spaces after and before the text.
Check that *.licenses resource is present in compiled assembly (size is 0x32C bytes).
Do you compile your project in Visual Studio environment or using command line?
If you have a problem, please create small application with one OracleConnection and license information. Please send us sources and .exe, .dll files

Post Reply