Re: can't license and deploy
Data Dynamics Reports Support
can't license and deploy
10-18-2009, 12:30 AM
i call ddr in dll library, and my exe file is vb6, call this dll by interop.
so i can't include license.licx file in project file for vb6. i include it in dll library, and use ApplicationLicenseGenerator to gen exe.dll to deploy, but the message dialog still shown. why?
Re: can't license and deploy
10-18-2009, 12:46 AM
Please try running the ApplicationLicenseGenerator against your .dll assembly which uses the Reports API or the provided viewer/designer controls instead of the VB6-generated executable.
Cheers,
James
Re: can't license and deploy
10-18-2009, 7:09 AM
i also gen licensedll from my library, still show dialog.
Re: can't license and deploy
10-18-2009, 7:54 AM
Hello,
Please, make sure that you use the lately released maintenance build(1.6.1523.0), it can be downloaded from https://grapecity.sharefile.com/d-sab38fc170df49e28
If you use this build and still have the problems, let us know.
Sergey Abakumoff
GrapeCity
Re: can't license and deploy
10-18-2009, 8:13 PM
C:\Program Files (x86)\Data Dynamics\Reports\1.6.1523.0
yes, i already use it, because 1.5 have bug in parameter editor.
i call my dll with .net exe, it i include licx file in test project, everything is ok, but if without it, dialog still shown even i gen licensed dll for both exe and dll files.
Re: can't license and deploy
10-18-2009, 9:14 PM
Hello,
As I understand the structure of the application is:
- .NET assembly(class library) which contains the windows form which hosts DDR End-User-Designer control.
- VB6 application(exe) which initializes the EUD form(using COM interoperability) and shows it.
Is that correct?
Sergey Abakumoff
GrapeCity
Re: can't license and deploy
10-18-2009, 9:16 PM
One more thing : you use x64 OS, right?
Sergey Abakumoff
GrapeCity
Re: can't license and deploy
10-19-2009, 8:49 AM
yes, windows7 x64.
the structure is right,
vb6 call vb.net com class,
the vb.net comclass is just wrapper for c# class in another dll,c# class show report designer.
vb6 exe->vb.net dll->c# dll
caller->wrapper->real dll
i also crate a test exe by c#, it call c# dll directly. as i said, dialog always shown if test exe without license.licx.
Re: can't license and deploy
10-19-2009, 1:57 PM
Hello,
I am testing this issue in the same environment that you are using. I will share my observation soon.
Thanks,
Gaurav
Re: can't license and deploy
10-20-2009, 12:02 AM
many thanks
Re: can't license and deploy
11-10-2009, 12:28 AM
Hello,
This has already been identified as a bug and entered into our system as Case 137957. I have added your email address to the list of affected users for this case.
You will be notified once a build containing a fix for this issue will be released.
Regards,
Amit
Amit Pal
GrapeCity- DataDynamics
Re: can't license and deploy
11-18-2009, 7:07 AM
Hello,
Case 137957 (ApplicationLicenseGenerator.exe does not act well against Windows 7 x64) has been fixed in the latest build of DataDynamics Reports (1.6.1617.0).
You may download this build from here:
ftp://ftp.fpoint.com/ActiveReports/builds/1.6.1617.0.zip
After installing the latest version, you may find ApplicationLicenseGenerator.exe here:
C:\Program Files\Data Dynamics\Reports\1.6.1617.0\Licensing
Regards,
Amit
Amit Pal
GrapeCity- DataDynamics
Re: can't license and deploy
01-12-2010, 9:15 AM
still can't work in client machine. designer is fine, but when preview, not responding.
Re: can't license and deploy
01-12-2010, 9:47 AM
Hello,
Could you please describe the problem in more details?
Previously you mentioned that ApplicationLicenseGenerator.exe does not work for you and we've fixed that problem.
What happens after that?
Sergey Abakumoff
GrapeCity
Re: can't license and deploy
01-12-2010, 7:30 PM
i have use this tools gen dll for all my exe and dlls: vb6 exe, vb.net dll, c# dll
but still can't deploy,
and new error show:
safearray of rank 0 has beenh passed to a method expecting an array of rank 1