krsmurali Posted January 13, 2004 Posted January 13, 2004 Hi I have a vb.net application with Crystal Report. IDE is VS.NET 2002 and the bundled Crystal Report. My Application is works fine in both Development server and the User Machine (access the appliction via Networkdrive). But the Problem is Crystal report is creating error in the UserMachine only.(in Dev side works fine). I did add all the mergemodules and assigned the Lincesekey to regwiz.msm. First the appliction it says error as, File or assembly name CrystalDecisions.CrystalReports.Engine or one of its dependencies, was not found. The i copied all the CrystalDecisions*.dll to the installed folder(in Development machine) Then is says, File or assembly name CrystalKeyCodeLib, or one of its dependencies, was not found. File name: "CrystalKeyCodeLib" Then i copied this file to the same location. Now it says, System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {D97C7D7D-FF5B-4802-BE3F-D8748E986F7B} is either not valid or not registered. at CrystalDecisions.CrystalReports.Engine.ReportDocument.�>() I dont find any help for this. Can anybody help in this?I worked 2 days on this.But i couldn't find anything useful.I really hate this error. Thanks. Kutty Quote
sizer Posted January 13, 2004 Posted January 13, 2004 Create Setup and install your App, instead manualy coping file on target machine , or you can register DLL with: Start-->Run-->regsvr32 path\your.dll :D Quote Some people are wise and some are other-wise.
krsmurali Posted January 14, 2004 Author Posted January 14, 2004 Thanks for ur help. I registered the dll's. But i got the different error as "A Crystal Reports job failed because a free license could not be obtained in the time allocated..." For this,i looked through the document http://support.businessobjects.com/library/kbase/articles/c2012716.asp First i checked the Licensekey in regwiz.msm,it is not wrong one. So then i changed the Registry values because the registry keycodes>CR NET default values are differ from the value which they asked to change in document. Again i got the same error. But i notice one thing here is, after i installed my app, the keycode values in registry is changed to old one. I dont know to proceed next. Thanks... kutty Quote
sizer Posted January 14, 2004 Posted January 14, 2004 did you try to install patch crnet_keycodefix.zip from http://support.crystaldecisions.com/downloads Quote Some people are wise and some are other-wise.
krsmurali Posted January 14, 2004 Author Posted January 14, 2004 yes.I tried that too. That patch is the Readme file and set of instruction to change the keycode values in Registry. Quote
krsmurali Posted January 16, 2004 Author Posted January 16, 2004 Hi Thanks for those who looked my Post. Finally i got it work by Installing the Crystal Reports from .Net (bundled version) on Client Machine. Quote
natasa Posted September 23, 2004 Posted September 23, 2004 Hi Thanks for those who looked my Post. Finally i got it work by Installing the Crystal Reports from .Net (bundled version) on Client Machine. I have the same problem. I'm getting error: CrystalDecisions.CrystalReports.Engine.OutOfLicenseException: A Crystal Reports job failed because a free license could not be obtained in the time allocated. More licenses can be purchased direct from Crystal Decisions or through the Crystal Decisions Online Store. I have licenced version of Crystal Report for .Net (CR), I registered CR, I include keycode in merge module, but the error still exist. I'm developing application in C#, and I need CR for making reports. But I can't install CR on every Client Machine (there are a lot). Is there some other way to solve the problem? Do I need to purchase licences for that? (Because that is the most stuped thing I heve ever heard). Please Help me. Quote
Chunmei Xue Posted October 19, 2005 Posted October 19, 2005 Help Hi Thanks for those who looked my Post. Finally i got it work by Installing the Crystal Reports from .Net (bundled version) on Client Machine. Hi, I am suffering the pain from an error "A crystal reports job failed because a free license could not be obtained in the time allocated. More licenses can be purchased direct from Crystal Decisions or through the Crystal Decisions online store" Now I want to know where to get "the Crystal Reports from .Net (bundled version)" Quote
laredo512 Posted October 19, 2005 Posted October 19, 2005 If the copy you installed is legit, please register it. If you have, the license key you have has to be entered in your setup project where you added all your dependancies. Quote Laredo512 * using VS.NET Pro 2003 *
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.