Class not registered - CrystalPrintControl

I cannot resolve this error when running my ASP.NET application under IIS. It works fine on my development machine with the full CR for VS2010 install.
The code lines concerned are:
ISCDReportClientDocument foo = _rptDoc.ReportClientDocument;
PrintOutputController bar = foo.PrintOutputController;
PrintReportOptions fooReportOptions = new PrintReportOptions();
fooReportOptions.PrinterName = Properties.Settings.Default.DefaultPrinter;
fooReportOptions.JobTitle = "RptJobTitle";
bar.PrintReport(fooReportOptions);
( printtoprinter still works, but I need the job title ability )
Server particulars:
2003 Server R2 Standard Edition SP2
IIS v6.0
.NET 4 installed
Crystal Reports Version:  CR 32-bit Redistributable 13.0.1
The PrintControl.cab is located in my aspnet_client/system_web/4_0_30319/crystalreportviewers13/ActiveXControls virtual directory.
I've tried adding the following to my web.config (as suggested by crnet_dg_2010_en.chm developer's guide):
    <sectionGroup name="businessObjects">
      <sectionGroup name="crystalReports">
        <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
        <section name="printControl" type="System.Configuration.NameValueSectionHandler" />
      </sectionGroup>
    </sectionGroup>
  <businessObjects>
    <crystalReports>
      <crystalReportViewer>
        <add key="resourceURI" value="~/crystalreportviewers13" />
      </crystalReportViewer>
      <printControl>
        <add key="url" value="http://localhost/PrintControl.cab" />
      </printControl>
    </crystalReports>
  </businessObjects>
Please help.  Has anyone been able to deploy to IIS 6 and use the PrintController?

I've tried redistributables:
CRforVS_redist_install_32bit_13_0.zip
CRforVS_redist_install_32bit_13_0_1.zip
I located C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ASP.NETClientFiles\crystalreportviewers13\ActiveXControls on my development PC and it seems to match the IIS server's aspnet_client...../ActiveXControls files.
I confirmed that IIS knew where to find the CR files by installing a "spike" project which uses the Crystal Reports Viewer.  This worked fine, and the page source showed the correct path to the crystalreportviewer13 directory.
What seems to be broken is the PrintControl portion under crystalreportviewers13\ActiveXControls.  If the redist installer didn't register this part with the OS, how could I know?  Does it also have to register it with IIS?
Does anyone have experience getting something like the following working on an ASP.NET 4 page in IIS 6 (or even 7)?
protected void Button1_Click(object sender, EventArgs e)
            ReportDocument _rptDoc = new ReportDocument();
            _rptDoc.Load(Server.MapPath("./CrystalReport1.rpt"));
            _rptDoc.PrintOptions.PrinterName = "<PrinterNameHere>";
            ISCDReportClientDocument foo = _rptDoc.ReportClientDocument;
            PrintOutputController bar = foo.PrintOutputController;
            PrintReportOptions fooReportOptions = new PrintReportOptions();
            fooReportOptions.PrinterName = _rptDoc.PrintOptions.PrinterName;
            fooReportOptions.JobTitle = "ReportFoo";
            bar.PrintReport(fooReportOptions);

Similar Messages

  • Class not registered - CrystalPrintControl - havent seen an answer

    Hello,
    I'm still working on my issue from this thread Printing Issue - Visual Studio 2008 with Crystal Reports Basic
    I want to thank Ludek for starting me on the right track.
    I've since updated the project to a .NET 4.0 project using Visual Studio 2010.  I've installed the SP1 for VS2010 and installed Crystal Reports 2010 for VS 2010 as well as the Service Pack for that.  I'm not running Crystal Version 13.0.1.220
    I've rewritten the print code to use RAS, that is the PrintOutputController.PrintReport method.
    The change prints on my development machine - although I have not yet gotten to test whether it actually prints to the default tray of the printer setup, which was my original problem.
    The issue now - moving to the client's server, is that I receive the Class not registered error mentioned in the following threads.
    Re: Class not registered - CrystalPrintControl
    Class not registered - CrystalPrintControl
    ReportApplicationServer does not register properly using 32-bit runtime?
    Problem with Crystal Reports for Visual Studio 2010 Production Redist 32 b.
    CrystalPrintControl not registered
    There does not seem to be a resolution other than this solution provided by a user crystaladvice:
    http://www.crystaladvice.com/crystalreports/fix-class-not-registered-crystalprintcontrol
    Unfortunatly I am receiving an error with regards to the attempt to regsvr32 the printcontrol.dll.
    It seems this is a problem happening to more than one person - so I imagine it's an issue related to installing the Crystal runtimes for a 64 bit machine on Windows 2008 Server.  I know Ludek mentioned he would test it in this thread
    CrystalPrintControl not registered
    Ludek mentioned he was going to check the MSI on a clean install.  From what I can see it looks like whatever you install for Crystal Reports for your development machine works fine, but the MSI runtime install has an issue with a 64 bit 2008 server.
    In the thread mentioned above Ludek had not yet posted the results, just wondering if this is an outstanding issue.
    The current project we are working on is in a standstill - in the meantime I'll explore issues with not being able to regsvr32 the printcontroll.dll.
    Thanks for any help.

    Hi K,
    Most of those posts are for 32 bit deployments so they don't count... Including regsvr32.exe, there are 2 versions, one in
    C:\Windows\SysWOW64 for 32 bit COM dll's and and another one in C:\Windows\System32 for 64 bit dll's, I think.... Confusing why MS did not rename their various 64 bit versions to *64.exe...
    Also, please clarify, you said: "I'm not running Crystal Version 13.0.1.220" why not? You are using the SP 1 patch to build your app but using the 99 build ( SP 0 ) to deploy? make sure both are the same version.
    We have found a few missing dependencies in the both the 32 and 64 bit MSI's and SP 2 should have the ones that have been reported.
    A few issues here, Run Process Monitor on your DEV PC. But first, set your project to x64 Release Mode. And rebuild it...
    Then from Explorer go to the \bin\Release folder and double click your EXE. It is now running in pure 64 bit mode, as you know the .NET IDE is 32 bit ONLY, running in 64 bit debug mode in .NET is confusing, you'll see both 32 and 64 bit runtime loading.
    Do you get the same error? If yes then the Printer Driver you are using, does it support or does it have a 64 Driver available? And have you installed it and done a test app, no CR components, to verify it does actually support 64 bit applications?
    Process Monitor will verify all parts being used....
    So if the above works then it likely is either the dependencies for printing in 64 bit are not installed on the deployment PC or CR 64 MSI is missing something which Process Monitor can verify....
    Don

  • Class not registered - CrystalPrintControl error.

    This problem was happening in SP1 and the solution is to manually copy the files in C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers folder and register PrintControl.dll. I just updated to SP2 and am getting the same error. Are the merge modules going to be updated to correct this at some point?

    Hi Robert,
    I assume you are using/building your application in 64 bit platform. We tracked this issue and the cause is there is no 64 bit printcontrol.dll ( activeX ) due to limitations in both Microsoft 64 IE and the Framework.
    It won't be fixed.
    If you are compiling in x86 mode then we need more info...
    There are no Merge Modules for 64 bit so are you asking for them or is your app 32 bit?
    If you are building in x86 mode and it is a WEB app then set your app pool to run in 32 mode.
    Don

  • Excel Viewer: Class not registered (error -214722116​4)

    Hello,
    I am using the Excel examples shipped with Labview 8.21 to read from an Excel file and this works well. Now I need to do the same but on a PC that does not have Microsoft Office or Excel installed but only the free XLVIEWER (Microsoft Office Excel Viewer). When I try to change the ActiveX class of my reference to feed the 'Automation Open' vi I get the Class not registered (error -2147221164) although I can browse down to the XLVIEWER.exe and select it. Then I thought that maybe XLVIEWER had no ActiveX to communicate with other application; I thus installed a package called excelocx.exe, rebooted the PC but that did not change anything. I am still stuck with the same error.
    What am I doing wrong?
    Thanks a lot,
    Christophe

    Please find attached the VI I am using together with the XLS file that I try to read with Labview on a Pc that does not have MS Excel installed, only the XLVIEWER.
    OpenOffice is not supported in our company so cannot be considered as a valid solution.
    Thanks,
    Christophe
    Attachments:
    Read Excel File with Labview 820.zip ‏31 KB

  • Error occured at Class not registered... Because Excel is not installed?

    I received the following error while trying to run an application built with LV 7.1:
    Error -2147221164 occured at Class not registered in Open_Excel.vi > Report_generation_excel_Tbeta WITH new layout.vi > Mirror_Cycling_Main tbeta-2.vi
    Could this be because Excel is not yet installed on the computer?  Will there be a problem if Excel is installed after the 7.1 Runtime Engine and LabVIEW drivers?
    Also, should I stay away from installing higher versions of Excel than what was originally used?
    Would it be possible to create a VI like this with the base version of 8.2?  I'm not certain what some of the controls on the front panel are and 7.1 does not give me additional information in the help dialog- if someone could give me the names of the various components circled in red in the attached JPG I would appreciate it. 
    Thanks,
    Dave
    Solved!
    Go to Solution.
    Attachments:
    excel_vi.JPG ‏79 KB

    I'm using excel 2003 with labview 2009 v9.0f2. I have attached the VI here. Basically, Im just using the"excel get all data.vi" to read an excel file to create an array and that's where the error occurs.
    Max
    Message Edited by MaxXx on 12-07-2009 10:33 AM
    Attachments:
    Excel Get All Data.vi ‏26 KB
    Excel Get Data Specified Field.llb ‏209 KB

  • Class Not Registered error upon using MS Office Report

    Hello,
    Using LabVIEW 2010, I've just installed the Microsoft RGT trial from NI, along with the Office 2010 trial from Microsoft. Upon trying to drag the MS Office Report VI to my block diagram, the configuration dialog appears but immediately an error dialog shows up over top, with a Class Not Registered error. Attached is the screenshot. If I close the error and try to configure the VI for a basic Excel report, I get a file-not-found error in reference to the Excel template, which I have verified is indeed at the target path and opens with my version of Excel just fine. Any ideas how to get past this error?
    Attachments:
    error.JPG ‏42 KB

    Hello,
    It sounds like you have to reinstall the RGT. Have a look at this documentation.
    http://digital.ni.com/public.nsf/allkb/B7F980D169474D568625760E0055D55E
    Eric
    Eric Liauw
    AE Specialist - Automated Test | CLD | CTD
    National Instruments

  • I Get an error every time I try to update Windows 8.1 or update Defender (EXE On top "Class not Registered")

    I think my lap top has a lot more problems, then the sun has Hot spots! :)
    (not that I am down playing any one's situation, nor want to sound cynical or Condescending).
    Though many of my issues have been resolved through a LOT of time, tech support and a couple friends and personal researching.
    But I get the "Class not Registered" Every time I try to update Windows,
    (I have Mozilla Firefox 30 and Windows 8.1)
    On Top of small Error box, I get EXE..on top. But Inside the error box "Class not Registered"
    Some of the other issues or problems were self inflicted by not researching properly, so to say the least I am being extremely cautious.
    I have the same issue with Class not Registered, and looking for some ideas or hopefully the solution.
    After I try running a windows update and any updates for my virus scan "Defender" which is what I believe windows 8 and 8.1 uses, I am not sure about Vista or Windows 7 have, I never used them.
    I went right to 8 through a new lap top. Then I got Windows 8.1 (that was about a month ago)
    But if anyone does find or even know an answer please reply as soon as you are able, anyone else who may just be reading, if someone gets anything that did work for them, Please Let me know.
    Due to time I couldn't read through more Forum suggestions or links that may work for
    My Error EXE. "Class Not Registered" :)
    BUT will return later in day. Maybe anything I found an answer for I can pass on. i Have had plenty issues since I had a type of crash (Or whatever it was when I was online with a Tech from Microsoft and and he had it so both of us could control the Arrow cursor, I double checked phone number for MS and it checked out legit,
    That was the beginning of many days of constant repairing That was back around July 6th 2014 Thanks to everyone who even just reads this, BuddyD

    This is might because of your prior change in softwares. so first you have to do run '''sfc''' in run command. and then you see the specific problem which causes this . Since System File Checker (sfc) scan will make Windows replace corrupt or missing system files on your computer.
    * Click Start>All Programs>Accessories>right-click Command Prompt, and select Run as Administrator.
    * Click Continue or supply Administrator credentials if prompted.
    * In the Command Prompt window type the following, and press Enter:
    sfc /scannow
    Refer this KB article for more information:
    http://support.microsoft.com/kb/929833
    See this is not a problem of firefox till now. You can check more with microsoft answers site.

  • Class not registered

    HD-4310 Webcam software.
    When installing I get this error message:
    " Class not registered " (without speech marks)
    I followed a tip to use " sfc /VERIFYONLY " to scan for a permissions problem but my system comes up clean.
    Can anyone help?
    Much appreciated

    Thanks for the expansive reply. I must say, I disagree with your statement: “As I said, it was a problem with the HP Webcam installation, not Windows Explorer. It's a good job I didn't take your suggestion for a solution in the first link and act on it.” I am going to provide an elaborate explanation as to why I disagree with this statement.
    Firstly, I'm going to provide you with the most significant troubleshooting steps from the first link I provided (link is http://answers.microsoft.com/en-us/windows/forum/windows_vista-desktop/explorerexe-class-not-registe...
    “Hello,
    I would suggest the following support steps....
    -Load into Safemode and verify if you are able to access your desktop
    -Create an alternate user account and verify if you are experiencing this issue.
    -System Restore your computer to a previosu date and time when it was functioning normally.
    -SFC /scannow
    -Perform a repair Installation of Windows. (Universal steps are listed below)
    Please proceed with performing a repair installation of the OS.  In case of a failure, please ensure that you back up your data to an external location prior to performing the repair.  Below are the steps to proceed with the repair process.”
    I will cut the quote at this point. Now, I have worked, researched, and experimented with software on Windows since 2000. Running the computer in Safe Mode is always a troubleshooting step. The part about accessing the desktop may not apply, however, running in Safe Mode is crucial and helpful. I cannot describe how vital it is in certain types of troubleshooting. Creating a new user account and attempting to perform the same mission can potentially repair all “Class not register” errors, not just specific errors. Of course, this will point to an issue on your primary account. The system file checker scan is always valid, because you never know what it will detect, which can be significant. A System Restore may or may not work, depending if the software did work at a certain point. Finally, a repair installation of Windows, while it is a monumental task, is a troubleshooting step.
    Secondly, I noticed the Operating System that is subjected on the thread is Windows Vista. I informed you that I would require you to inform me of your operating system, and model number, so I can assist you further. However, the funny factor about the more recent Windows operating systems is that troubleshooting is extremely similar on all operating systems. I provided the best thread I could, without knowledge of your operating system, since the troubleshooting provided applied to Windows 7 as well.
    Thirdly, I'm going to quote your statement, then provide my response:
    “The better advice would have been to let me know how to find the Problems and Solutions in the Action Centre and get some more information before a complete repair of my entire OS. I can't remember how I found out now, but I couldn't find them there and took a tip to type the name "problem reports" into the search bar of the start menu and click on "view all problem reports”.”
    While this troubleshooting is valid, my style of troubleshooting enables this troubleshooting step to only be performed on special occasions. This issue was not one where I would've elected to perform this task. My troubleshooting I provided would've narrowed down the issue, ultimately, if it wasn't resolved. Even if I had to troubleshoot this issue from scratch, I would not perform this task.
    I worked on behalf of HP.

  • Class not registered in dashboard designer?

    Hi,
    I am new to SAP and this forum as well kindly apologize for my mistakes and silly questions...
    I have installed SAP Dashboard design version: 6.0.0.0 Build: 14,0,2,364 on my windows XP system which have already BO client version : 14.0.3 Build 613.
    after the installation when i tried to add query from dashboard designer it is giving an error "class not registered" but i have already registered with the product code given to me, while logging on business objects enterprise through dashboard designer the authentication drop down is not showing any thing and i am unable to log on to access any universe.
    My BI launch pad and webi rich client is working fine but the issue is with the dashboard designer.
    PLEASE HELP!!!

    Hi,
    Please go through the below Note.
    1627640      'class not registered' error in Xcelsius when creating an SAP BW connection
    Also try to check with the admin team & and install the correct Service Pack based on the PAM.
    SAP BusinessObjects Dashboards 4.0, SAP Crystal Dashboard Design 2011, SAP Crystal Presentation Design 2011 - Product Av…
    Xcelsius 2008 Service Pack 5 - Supported Platforms
    Hope this helps.
    Regards,
    Suman T

  • Getting a "Class not registered" error in VC++

    I'm after a bit of advice concerning a system that I'm
    supporting. The system is an Oracle 7.3.4 DB with Oracle
    Objects for Ole v2.2, and the Microsoft ODBC driver for Oracle,
    with the application consisting of a VB(ODBC) frontend and a
    VC++ DLL(OO4O) backend.
    The client has reported that one of the sites the software is
    installed at is generating the error "Specified Class not
    registered in Registry". I've narrowed this down to an OO4O
    call in the VC++ DLL, which does a simple select statement, it
    seems to be able to make the database connection and then
    crashes, however I've been unable to duplicate it in the
    development environment.
    No other sites have reported this problem, so I'm assuming that
    the OO40 installation has become corrupted. Has anyone else
    experienced similar problems and can offer advice or solutions
    to getting it working, and how I can reproduce the problem in
    the development environment.
    Thanks
    Andrew

    Andrew,
    May be the name 'Oracle Objects' does not clearly reflect it
    being the forum for Oracle's Object-Relational Technology. There
    is a separate forum for OO4O (Oracle Objects for OLE).
    Regards,
    Geoff
    Just to let everyone know, I've managed to duplicate the problem
    on a development PC and come up with a fix, which I modified
    from a similar fix I found for Oracle 8i. The fix is to
    reregister OIP22.dll which is the inprocess server for Oracle
    Objects, and to run Oo4oParm.reg and Oraipsrv.reg which restore
    any missing entries in the registry. I've sent the client the
    steps to follow, and hopefully this should cure the PC.
    Andrew

  • Class Not Registered error when opening COM+ Applications folder

    Hi,
    This question was originally posted in the Microsoft Community / Win 7 forum, but I was asked to post it here.
    As you can see below, I'm getting Error Code 80040154 - Class Not Registered when clicking on COM+ in Component services.
    ...picture 1 coming / Account verification
    I took a look at the event logs but couldn't glean much information from them.
    I also have issues associated with MSInstallVSSProvider when Uninstalling / Installing Norton Ghost 15. Not sure if they are related or not.
    Below are the errors I get when Installing Norton Ghost 15. This app had been loaded on the PC earlier with no problems whatsoever. A few months later when launching the app, I got several error messages. Couldn't resolve them so I thought I would uninstall
    / reinstall. That's when I started seeing the MSInstall errors, which lead me to the Component Services area.
    ...picture 2 coming
    ...picture 3 coming
    ...picture 3 coming
    I suspect a registry cleaner (GlarySoft) is the culprit here. My mistake was not backing up the registry before running the scan. This won't happen again.
    Thanks,
    Tracy

    Hi,
    In the event error, can you read what {GUID} encounters the error message? Please also let us know the full error message.
    Based on my search, this issue can be caused by the incorrect registry permission settings.
    Please launch Registry Editor and navigate to HKEY_CLASSES_ROOT\CLSID\{GUID} to verify the permission settings.
    If it does not work, you may run Process Monitor to check what process encounters this error.
    Process Monitor v3.05
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    Here is the related blog for your reference:
    How to troubleshoot the “Red Arrow” issue in Component Services ( I )
    http://blogs.msdn.com/b/asiatech/archive/2010/02/22/how-to-troubleshoot-the-red-arrow-issue-in-component-services.aspx
    Kate Li
    TechNet Community Support

  • AxInterop.AcroPDFLib.dll throws "Class not registered" error on 64 bit OS

    I have an vb.net application which uses AxInterop.AcroPDFLib.dll to open PDF files. The application works fine on a 32 bit operating system. But when the same application is accessed from a 64 bit Operatiog system, it throws error "Class not Registered".
    Am i supposed to use different version of AcroPDFLib.dll for 64 bit OS.
    I have Acrobat reader 9.1 installed on 64 bit OS machine. Is there any newer version of SDK/dll which will fix ths problem.
    Please let me know solution for this problem.
    Thanks in advance.

    I am pretty sure if you compile your client application as x86 itwill work fine....you are probably compiling it with the configuration set to AnyCPU. The application loads up as 64bit or 32bit depending on the OS when set to AnyCPU. You want to force it to load as 32bit by compiling as x86. That way the app runs under WOW and loads the AcroPDFLib correctly.
    Hope this helps

  • "Class not register" when creating in FM client

    Hi,
    I'm a newbie in FM application. I'm trying to install HFM and i guess it installed successfully without error. But when i'm trying to create a new application via FM client, i always got a msg box error "Class not register". Is there anyone knows this ? Profile was successfully created. Also, in workspace, i can see link Consolidation Administration, but there is no extended link, such as Create Application. Is there something wrong with the FM configuration ? I back and forth configure the HFM and workspace for a couple of times, and not to mention uninstall and re-install it again. but still couldn't find why. Please help. Thanks.

    Hi again,
    I tried to re-install the FM Application Server. Then I re-configure FM and workspace, and try to create an application through FM Client. This time, the error given was "You do not have the proper access rights to perform this task". I've checked in Shared Service and the login that I'm using now is perfectly provisioned with Administrator, Application Creator and Dimension Creator. I even tried to deprovisioned with Application Creator and provisioned again with Application Creator. I still got the same message error.
    In fact, I re-installed FM (except the EPM), configuring and still got the same error. Is there anything I set wrongly? Please help. Thanks.

  • Samples not working: class not registered

    P.S. here, while I am writing, for I don't know what reason, it seems that after I press Enter at the end of the line, all the text goes below and thus, my first line became last, and my last phrase (this) became first. I only hope it's a problem only here, not at the display as well.
    CAN ANYBODY PLEASE TELL ME WHAT TO DO??
    When I try CoCreateInstance, for instance, I always receive errors "class not registered".
    I have tried the basic samples, but it seems that it cannot register the CLSIDs (CLSIDFromProgID: there is no ProgID "AcroExch.AVDoc" in windows registry, for instance! and the CLSIDs I have gotten from the type lib (AcroRd32.dll) seem not to exist in the windows registry.
    I have downloaded the acrobat reader sdk because I needed to use some classes like CAcroAVDoc.
    hi!

    Have you looked into iFilter? Here is a quote from the 64bit iFilter page (
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025):
    Adobe currently bundles a 32-bit PDF iFilter with Adobe Acrobat® 9 as well
    as free Adobe Reader® 9 software. It uses the Microsoft iFilter interface
    and allows third-party indexing tools to extract text from Adobe PDF files.
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    [email protected]
    http://www.khkonsulting.com

  • AutomationException: Class not registered

    CoreAPI is defined in "My Computer\HKEY_CLASSES_ROOT"
    "My Computer\HKEY_CLASSES_ROOT\CLSID" also has a valid value.
    Any ideas why the following exception is raised? Thanks
    AutomationException: 0x80040154 - Class not registered
    at com.bea.jcom.bm.b(bm.java)
    at com.bea.jcom.Rpc.a(Rpc.java)
    at com.bea.jcom.bf.a(bf.java)
    at com.bea.jcom.Dispatch.createDispatch(Dispatch.java)
    at com.bea.jcom.Dispatch.<init>(Dispatch.java)
    at test.coreapi.ICoreAPIProxy.<init>(ICoreAPIProxy.java:34)
    at test.coreapi.CoreAPI.<init>(CoreAPI.java:110)
    at test.coreapi.CoreAPI.<init>(CoreAPI.java:82)
    at test.coreapi.CoreApiTest.main(CoreApiTest.java:25)

    Damon is right,
    Do setdllhost and configure this DLL' default authentication to CONNECT and for
    this class, select run as Interactive User in identity pane. Also Make sure..
    Enable DCOM on this computer is setup.
    Thanks
    Sathish
    "Damon Hon" <[email protected]> wrote:
    hello,
    Is your class hosted inside a dll? This exception is thrown because
    only
    executables
    can be accessed via DCOM. You must first configure a surrogate executable
    that
    will be used to access the DLL. You can do this with the setdllhost
    tool
    that comes with JCOM.
    setdllhost c:\mydirectoryto\mydll.DLL "My Class"
    damon
    "test" <[email protected]> wrote in message
    news:3c3dd1ff$[email protected]..
    CoreAPI is defined in "My Computer\HKEY_CLASSES_ROOT"
    "My Computer\HKEY_CLASSES_ROOT\CLSID" also has a valid value.
    Any ideas why the following exception is raised? Thanks
    AutomationException: 0x80040154 - Class not registered
    at com.bea.jcom.bm.b(bm.java)
    at com.bea.jcom.Rpc.a(Rpc.java)
    at com.bea.jcom.bf.a(bf.java)
    at com.bea.jcom.Dispatch.createDispatch(Dispatch.java)
    at com.bea.jcom.Dispatch.<init>(Dispatch.java)
    at test.coreapi.ICoreAPIProxy.<init>(ICoreAPIProxy.java:34)
    at test.coreapi.CoreAPI.<init>(CoreAPI.java:110)
    at test.coreapi.CoreAPI.<init>(CoreAPI.java:82)
    at test.coreapi.CoreApiTest.main(CoreApiTest.java:25)

Maybe you are looking for

  • Flash Video Lag?

    I've been experienceing a kind of "Lag" in video playback. After about 10-15 minutes into the video, the video playback starts to lag behind the audio. The audio plays fine, at it normal speed, while the video will become out of sync and you can noti

  • How can I see the "Now Playing" music screen in horizontal mode on my iPhone 6 plus?

    The iPhone 6 plus is too tall to stand up on my elliptical trainer but when I rotate it to horizontal mode, the music app's "Now Playing" screen turns into that song icon screen. Is there some way to make it show a horizontal version of the "Now Play

  • SOA Suite 11.1.1.6.0 compatibility matrix

    Hi, I want to know the compatibility matrix for Oracle SOA suite 11.1.1.6.0. Is it certified on oracle weblogic 12c? or 10.3.5? Thanks

  • HDV 1080p30 very slow when files are from Shake

    Hi, I have a totally tricked out 8 core Mac pro with 8 GB ram and a 1 TB drive (mostly empty). I'm using the Latest FCP. Recently, I've been editing some HD video that I've shot and have been quite pleased with the performance of the machine/software

  • Signatures arrive as attached files on windows computers!?!?!

    I have only just found out that sending mail to windows users results in a) random elements of the mail being included as a txt file, and b) my signature does not appear at the bottom of the mail, rather it appears as a separate attachment? The upsho