Web Sample -- Delphi2005

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
danzman
Posts: 25
Joined: Wed 10 Nov 2004 16:07
Location: Orland Park, IL U.S.A.

Web Sample -- Delphi2005

Post by danzman » Thu 20 Apr 2006 16:38

I have uninstalled v3.2 and reinstalled v3.5. I tested the web sample in VS2005 C# and it was fine. I tested the Delphi version and I got this error:

[Warning] Web.dpr(11): W1026 File not found: 'Web.exe.licenses'
[Error] E1026 File not found: 'Web.exe.licenses'

What is wrong?

Serious

Post by Serious » Fri 21 Apr 2006 14:08

Check if "licenses.licx" file is present in your project, this file type is "resource", "bin" directory is created (create it manually if necessary).

danzman
Posts: 25
Joined: Wed 10 Nov 2004 16:07
Location: Orland Park, IL U.S.A.

Post by danzman » Sat 22 Apr 2006 13:25

The license.licx file is present. I have to take it out of the project list and reinstated it back. Now it works, Thanks.

Post Reply