Crystal reports 2008 drilldown javascript error

hi, i'm programing with visual studio 2003 and crystal reports 2008 in visual basic.
when i run my drilldown report show me this javascript error : "Loweboundtype is null or not is a object"
and the drilldown don't work.
mi os is windows XP, and my browser is Internet Explorer 6.
anybody know how can i fix this problem???
Edited by: Juan Antonio Flores Zaher on Jan 9, 2009 12:53 AM

Hi Juan
As per the issue description, you are using Visual Studio 2003 and Crystal Reports 2008 in Visual Basic. You get JavaScript error when you try to drill down the report.
We would like to know the following details:
- Does the report work fine with Standalone Crystal Reports Designer?
- Exact version of Crystal Reports Designer. (To get this information, open Crystal Designer and go to Help> About Crystal Reports)
- If you get the error while refreshing the report through application, then I would suggest you to post this query on the Java forum to get better assistance.
The link of Java related queries is as follows:
SAP Crystal Reports, version for Eclipse
Hope this helps!
Thanks

Similar Messages

  • Crystal reports 2008 sp3 : An error has occurred while attempting to load t

    Hello,
    Please forgive me for posting in the CR .NET forum because we are using the full Crystal Reports 2008 product and I did not see a category for it.  If there is a better forum for this question, please let me know or feel free to move it.
    We are having trouble deploying our crystal reports 2008 reports to a Windows Server 2008 R2 server in an aspx application...
    I have been working on this issue for 4-days and cannot seem to make any progress, so I would really appreciate your help.
    Our Environment:
    Development Computer (32-bit, WinXP)
      VS2008 (fully updated, was not installed with its Crystal Reports feature)
      Crystal Reports 2008 SP3 (downloaded and installed "cr2008_sp3_fullbuild")
    Database Server (64-bit)
      "SERVER2" is a Microsoft SQL Server 2008 server, fully updated
    Web Server (64-bit)
      "SERVER3" is a Microsoft Server 2008 R2 Web server.
    We have an application that is installed on the Web server and it pulls data from the database server.
    The webpages are accessing the database properly.  There is a ShowReport.aspx webpage that has the
    CrystalReportsViewer on it.  We send parameters and logon information to ShowReport.aspx.  ShowReport
    works properly on our development computer and the report looks good, but it fails on the web server.
    We downloaded CRRuntime_12_3_mlb.msi (X86) from SAP/CR and installed it on the web server without any issues.
    Our application pool on the web server for this application is set to 32-bit mode.  When I launch the
    application, it works properly with the database and displays data on web pages, but when I try to
    view a report on ShowReport, I get the following error message:
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.
    According to everything that I have read, I have properly matched the DLLs: On the development computer, "cr2008_sp3_fullbuild" was installed; On
    the web server, "CRRuntime_12_3_mlb.msi (X86)" was installed.  They are both Crystal Reports 2008 and not .NET.  CR.NET was not installed on our development computer, so our application was built with full Crystal Reports 2008 SP3.  On our development computer, .ENGINE is 12.0.2000.0 and
    the same version is on the web server.
    So, I am completely at a loss as to why we are encountering this error.  Help, Please!!!
    Thank you in advance,
    Mike

    Hi Mike,
    Did you set your project for X86 mode only? If not do so and rebuild and deploy your app.
    Thank you
    Don

  • Crystal Reports 2008 SP2 Install Error

    When I try to install Crystal Reports 2008 SP2 I receive the following error...
    The feature you are trying to use is on a CD-ROM or other removable disk that is not available.
    Insert the 'Crystal Reports 2008 SP1' disk and click OK.
    SP1 was installed via the upgrade utility that launches with the software.  I found the package folder in C:\Documents and Settings\%username%\Local Settings\Temp but it did not contain the MSI SP2 is looking for.
    I've tried installing SP2 by both letting the update utility attempt to automatically install it and by just downloading it from the update utility and running the installation manually.
    Anyone experience this issue?
    -Chris
    Edited by: chris.murphy on Oct 20, 2009 10:18 PM

    Hi Chris,
    This is not a support site but a public place for all users to help each other. If you would like to talk to a support Engineer then please purchase a case.
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551
    Try downloading SP1 and installing it from your local hard driver and then install SP2. I'll mention this issue to the install team and see what they say about your issue.
    Thank you
    Don

  • Crystal Reports 2008 - on Vista error  (Oracle db)

    I have problem when i try launch one report on Vista,
    when i'm using Oracle connection.(the report worked fine on SQL).
    - Using : Visual basic .net(Framework: 2.0 )
    - Windows Vista SP1
    - Crystal Reports 2008
        - CrystalDecisions.CrystalReports.Engine.ReportDocument
        - CrystalDecisions.Shared.ConnectionInfo
    Code:(details)
    'Oracle provider
    dbAttributes.Collection.Set("Server", "ORCL")
    dbAttributes.Collection.Set("Trusted_Connection", False)
    con.ServerName = odbConfig.DataSource
    con.DatabaseName = ""
    con.UserID = odbConfig.UserId
    con.Password =  odbConfig.Password
    con.Attributes.Collection.Set("Database DLL", "crdb_oracle.dll")
    con.Attributes.Collection.Set("QE_DatabaseName", "")
    con.Attributes.Collection.Set("QE_DatabaseType", "Servidor de Oracle")
    con.Attributes.Collection.Set("QE_ServerDescription", "ORCL") con.Attributes.Collection.Set("QE_SQLDB", True)
    con.Attributes.Collection.Set("SSO Enabled", False)
    con.Attributes.Collection.Set("QE_LogonProperties", dbAttributes)
    ..crTableLogOnInfo.ConnectionInfo = con
    crTable.ApplyLogOnInfo(crTableLogOnInfo)..
    After..CRViewer.Show()
    Error :
    (Crystal error) : "Failed to retrieve data from the database"
    Details : [Código de proveedor de base de datos: 942.
    RAS
    Using usar Report App Server, i have problems too,
    using Oracle connection.
    - Using : Visual basic .net(Framework : 2.0 )
    - Windows Vista SP1
    - Crystal Reports 2008
    - CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo
    - CrystalDecisions.ReportAppServer.DataDefModel.PropertyBag
    - CrystalDecisions.ReportAppServer.DataDefModel.Controllers
    Code :
    .. boAttributesPropertyBag("QE_DatabaseType") =
    "Oracle Server"..
    ..boLogonPropertyBag.Add("Provider", "MSDAORA")
    boLogonPropertyBag.Add("Server", odbConfig.DataSource) 'Service name
    boLogonPropertyBag.Add("Trusted_Connection", False)...
    Error on : ..boDatabaseController.SetTableLocation(boTable, boTableNew)..
    Error details (RAS) :Failed to retrieve data from the database. xxxxxxx.rpt: StackTrace: CrystalDecisions.ReportAppServer.Controllers.DatabaseControllerClass.SetTableLocation(u2026.
    I haven`t problem when i launch the report from Crystal Reports designer.(on Oracle, the same server and DB).
    Regards
    Ismael
    Edited by: Ismael Ramirez Rodriguez on Oct 14, 2008 5:20 PM

    Ismael, a few suggestions;
    1) Remeber that Oracle is case sensitive, so ensure that is in order.
    2) Have a look at the following threads and see if they help:
    https://forums.sdn.sap.com/click.jspa?searchID=17494545&messageID=6325240
    https://forums.sdn.sap.com/click.jspa?searchID=17494545&messageID=5919267
    https://forums.sdn.sap.com/click.jspa?searchID=17494765&messageID=6023461
    3) As a test, comment out the logon code, let the report prompt and fill in the logon parameters when prompted. Does that work?
    4) You do not mention if this is a web or a win app. If this is a web app, try a simple win app. If the win app works, you are looking at permissions issue
    5) Ensure that you have SP 0 for CR 2008 applied. SP 0 is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100007528552008E/cr2008_sp0.zip
    6) When you say he report works inthe designer, is this designer on the same Vista box as where you get the runtime error?
    Ludek

  • Crystal Reports 2008 Web Application Error

    Post Author: Jeff Clark
    CA Forum: .NET
    Hello,
    I am using Crystal Reports 2008 and Visual Studio 2005 to create and deploy CR web applications. These applications are installed on a Windows 2003 R2 server with .Net 3.0. I have previously used CR XIR2 for this purpose but upgraded to 2008 because I needed the added functionality in cross-tab reports.
    Some of the reports in the web application are pulling from a MySQL database. I am using a JDBC driver (version 5.1.5) to connect Crystal to the database. When I was using CR XIR2, all I needed to do was add the path for the JDBC driver in the CRConfig.xml in "C:\Program Files\Business Objects\common\3.5\java" directory and everything worked great.
    The runtime files for CR2008 create a "C:\Program Files\Business Objects\common\4.0" directory, but there is no "java" subfolder and no CRConfig.xml. When I attempt to load one of the MySQL reports I get the following error.
    "Error in File %Report Name%.rpt: Failed to load database information. "
    Is there a way to load JDBC drivers in the CR2008 runtime files?

    Post Author: Argan
    CA Forum: .NET
    I do not believe any java dlls are packaged in the runtimes for .net (same goes for the crdb_xml.dll, which is a java dll). I do not have a cr 2008 deployed server at the moment so I can not verify this.
       If you want to use java based db connectivity you will probably need to deploy them with your application.

  • Crystal Reports 2008 SP1 Install Error 1402 on Vista 64

    I just downloaded and tried to install the Crystal Reports 2008 SP1 and when I try to run the setup I get a error 1402, could not open key error and the service pack rolls back.  I also tried to reinstall from my original CD and I not get the same error.  I have tried to  run the install using the run as administrator and with Norton 360  disabled and I still get the error.  How do I correct this problem so I can update and correct my version of Crystal Reports 2008 Pro?

    Hi David,
    The link above seems to only refer to deploying runtime. I suggest you un-install Crystal Reports, go into the registry and delete all of our keys. Assuming you only have CR 2008 installed and the usual warnings about backing up or exporting your registry before making any changes:
    HKEY_CURRENT_USER\Software\Business Objects
    And
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects
    And then download a full build of SP1 from this link:
    https://smpdl.sap-ag.de/~sapidp/012002523100006556612009E/cr2008v1win_rf.exe
    Make sure you do have full Admin rights and check with your IT department to confirm they have not modified the local Administrator profile.
    SP1 is DEP aware so it's not required to disable it.
    Before you do all of the above You may also want to copy the SP to your local PC rather than running it from a network share point. Network delays can also cause issues like this.
    Thank you
    Don

  • Crystal Reports 2008 Loading Failed Error in Windows 7

    Hi,
    We are using Crystal Reports 2008 in our application. These are working fine in XP Professional OS. But the Same code is not working in Windows 7 operating system. When I debug, I found report Load is failing. Error is at below line of code.
    CR.Load( "D:\Sample_Win7.rpt", OpenReportMethod.OpenReportByTempCopy)  ' CR is Report Document
    Can any one suggest me, what settings are required in Win 7 OS to get out of this issue.
    Thanks inadvance,
    Kiran

    Hi,
    Thanks for the reply. Here is the exact issue description.
    CrystalDecisions.Shared.CrystalReportsException was caught
      Message="Load report failed."
      Source="CrystalDecisions.CrystalReports.Engine"
      StackTrace:
           at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()    at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)    at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod)    at SampleReportInWin7.Form1.Button1_Click(Object sender, EventArgs e) in D:\Brookledge SW\SampleReportInWin7\Form1.vb:line 22
      InnerException: System.Runtime.InteropServices.COMException
           ErrorCode=-2147467259
           Message="The system cannot find the path specified. "
           Source="Analysis Server"
           StackTrace:
                at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)    at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)    at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
           InnerException:
    Thanks for your time,
    Kiran

  • Crystal Reports 2008 Viewer Syntax error number: -2146827286

    I have CrystalReportViewer12 installed on Apache/Tomcat 6. I have configured all components as necessary: installed jars and setup web.xml/CRConfig.xml. I can get the report to display appropriately in my jsp page. But when I try to use the Go To Next Page button I receive the following error:
    name: SyntaxError
    message: Syntax error
    number: -2146827286
    description: Syntax error
    Any assistance will be appreciated.
    Thanks.

    Translating the error message on bablefish I get:
    Mistake with the store of the data bank information. Mistake in the file Report {C6512421-348A-4621-B1ED-895D28646A0A} .rpt
    Which I'm sure is not 100% accurate, but it gives a good hint. As well, because of this:
    "Do I need to install an additional / diffrent runtime than 2008 Runtime"
    I wonder how you installed the CR 12 runtime on that computer? For more info on CR runtimes, see [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] wiki.
    If my suggestion above does not help, make sure the Win\temp directory can be accessed buy the application. Crystal Reports runtime needs to write and read files from the temp directory.
    Ludek

  • Crystal Reports 2008 SP2 Installation Error

    Howdy Folks...
    I have been trying to install the SP2 for Crystal Reports.
    I get the following error...
    "The installaion source for this product is not available.  Verify that the source exists and that you can access it."
    Running the downloaded file, unpacks the contents, starts the installer, then the error message is displayed.
    System is with Windows Vista SP2
    Your help and advice is needed...
    Thanks,
    Jim

    Yes, mapping the network drive on the install PC works, technically.  Unfortunately, it doesn't resolve my core problem for two reasons.
    1.  I'm trying to make the install procedure as touchless as possible for an install base of potentially hundreds of users.  Having them all map a network drive would defeat the purpose.
    2.  I oversimplified the explanation of my situation to make the question easier to ask.  We actually have a home-grown, web-based client software distribution tool from which I'm trying to setup the installation.  The network drive, and generally all details of the installation are transparent to the installer, so that's another strike against mapping the network drive.
    Here's the command line script (nothing fancy) and the code of the supplemental .ini file that I'm using.  (This assumes that the self-extracting Crystal SP2 file has already been extracted and that I'm working directly with the setup.exe, setup.ini, and package files.)
    And to reiterate, this scripting procedure has worked like a charm for Xcelsius SP3 and Crystal SP1.  It just falls flat on its face for Crystal SP2
    Batch Script:
    setup.exe -r Crystal2008SP2.ini
    Crystal2008SP2.ini:
    [OTHER]
    QUIET=/qb+
    [INSTALL]
    CLIENTLANGUAGE="EN"
    DISABLEWEBUPDATE="1"
    ENABLELOGFILE="1"
    INSTALLDIR="C:\Program Files\Business Objects\"
    REINSTALL="ALL"
    [FEATURES]
    REMOVE=""
    ADDLOCAL=""
    ADDSOURCE=""
    ADVERTISE=""
    Thanks,
    Josh
    Edited by: Josh Crawford on Jan 20, 2010 8:44 AM

  • Crystal Reports XI R2 Javascript error when viewing web report

    Post Author: msilka
    CA Forum: General
    I have an ASP web application that was working fine with XI but when I upgraded to XI R2 I received the following error when displaying a report in the report viewer.
    Line: 461
    Char: 1
    Error: Object expected
    Code: 0
    URL: my report URL
    When I debug with a javascript debugger the line in question reads as
    addOnloadFunction(reportViewerNamebobjInit);
    I need to get the reports to run without this error.
    Thank you

    The only personal folders visible from under Admin panel are for users Administrator and Guest. I've tried to query CMS tables but these store entries not in plain text so I cannot identify entries connected to personal folders. I have also tried to do this via Query Repository tool but all returned entries were ok.
    I have also noticed that when trying to load group from LDAP after it returns error "LDAP: Failed to commit objects to server : Duplicate object name in the same folder." entry for this group is created in CMS table. Also this group is then visible in admin Groups panel. No users are created with the group and when I'm trying to list users belonging to added group it returns "internal secLDAP security plug-in error" but without any other suggestion what went wrong.

  • Crystal Reports 2008 Trial Version Runtime Error

    Hello
    Yesterday I've downloaded Crystal Reports 2008 (Trial Version). The installation was successful. I've got no error.
    Anyway, I'm unable to start Crystal Reports. I get the following error:
    Microsoft Visual C++ Runtime LIbrary
    Runtime Error!
    Program: ...ects\BusinessObjects Enterprise 12.0\win32x86\crw32.exe
    Abnormal Program Termination
    I've already tried all "solutions" mentioned in Re: Crystal Reports 2008 trial version ERROR (DEP, HW acceleration, etc.) but without success (I'm running Windows XP with SP2). I've also updated Microsoft Visual C++ 2005 resp. 2008 redistributables...
    Can someone help me?
    Thank you!

    Hi Patrick,
    Nothing Strange about it. You need local Admin rights to access registry and other parts and CR needs the same.
    Check anti-virus or possibly firewall settings. When you installed did the installer ask you to allow All users to run CR?
    You may want to check with your IT guys, they may have modified your local user group to not allow some rights.
    Bottom kine is your PC security is blocking access that CR needs under your local user account.
    When you do try to run it does UAC pop up a message to allow you to run CR Designer? If not then it may be you have customer settings for that also.
    Search Microsofts site on more info on user rights.
    Thanks
    Don

  • Crystal Report 2008 / JavaScript hyperlink formula/ Issue

    Hi,
    We've developed the Crystal Report using the Crystal Reports 2008 software & integrated it in asp.net web page and also deployed in IIS web server. We have a requirement like opening the sub report in a new window. We have integrated the sub report also in a asp.net web page & passing the parameters in URL & acheived it..
    For the above, we have used JavaScript code like "javascript:window.open('SubReport.aspx','...','..' ...)" in the hyperlink formula field of main report. It works fine while running using VS 2005 in the development box.
    But in production serer (Windows 2003 server), the JS URL in the formula field is not working properly. Instead , it is rendered as a drill down JS url. Like javascript:bobj.event.publish('drilldown',........)
    Can you please help us to resolve this issue?
    (OR) Do we have any other approach to open the web page in new window from CR (same like a popup window)
    Thanks
    Jeyakumar
    Edited by: Jeyakumar Seenivasagam on Nov 21, 2008 12:02 PM

    I understand that the point of this is to allow the URL link to open the Subreport.aspx page in a new window. This can be problematic due to cross-site scripting restrictions. A few years ago we found that it was possible for report writers to add JavaScript to reports. This isn't a problem if the report writers are honest and nice. However, it is possible for JavaScript to be malicious so that ability to include JavaScript was turned off when the app uses our webform viewers. There may be a way to turn it off in the registry though. This is documented for CR XI r2 [here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do].
    I am not sure if this reg key works for the .NET viewer, though the note specifies DHTML and .NET InfoView, so CR should work also. As you are using CR 2008, I suspect the key would be:
    HKLMSoftwareBusiness ObjectsSuite 12.0Crystal Reports
    You will most likely have to add the Export folder, then add the HTML folder, then add the EncodeHTMLForSingleLineFieldObjects and set it to "no".
    Please note that this is a hack / workaround found for CR XI r2. The functionality you are looking to exploit was removed for a reason. As such if the above does not work for CR 2008, it will not be considered to be a "bug" and we will not be able to send this to R&D for a resolution.
    Ludek

  • Crystal Reports 2008-Vista-ERROR-crw32.exe Entry Point Not Found in dll

    Hi Experts,
    I just installed the Crystal Reports 2008 (with SP0) on my Vista (Home) machine.  When I try to start the CR 2008, I am getting the below error message:
    Error Title: crw32.exe - Entry Point Not Found
    Error Message: The procedure entry point ?PrintLegend@CMapXLegend@CSLib300@@QAEXJJJJJ@Z could not be located in the dynamic link library cslibu-3-0.dll
    Here are the things I tried to resolve the above problem:
    1) Uninstall and Reinstall the CR 2008.  -  No change.
    2) I configured the DEP to accept Crystal Reports (Performance - Advanced - DEP allow). 
    None of these seem fix the problem. 
    Can you please help me kick start the Crystal Reports 2008? 
    Thanks,
    Arun

    Please try with this:
    Run a command prompt as administrator. From the start menu, select "All Programs", then "Accessories" and right-click on the "Command Prompt" shortcut and choose "Run As Administrator". From here you can use the following command to disable Data Execution Prevention (DEP) with the following command:
    bcdedit.exe /set nx AlwaysOff
    Keeping your command prompt open, run your setup or other process being stopped by DEP. Then, to turn it back on again, do the same and run the following:
    bcdedit.exe /set nx AlwaysOn
    Regards,
    Shweta

  • Server error in printing in server using crystal report 2008 with VS2008

    Hi,
    We are using Crystal report 2008 in VS 2008. Everything working fine in local but when we deployed it in the server we are getting the below while print the report.
    "An error occurred on the server. Printing will be stopped. Would you like to view the error information"
    Anyhow the report is printing but I don't know why this error is occur and how to stop this. I had installed the CR runtime in the server. I dont know what is going wrong. The same we tested locally in a non crystal report installed PC.
    Please help me to get rid out of this error.
    Thanks
    Natraj

    Soemthing strange going on here.
    Typically this Integrated vs Classic is an issue with images where Classic uses web.config tags between <system.web><httpHandlers><u2026 crystalimagehandler../></httphandlers></system.web>
    Integrated uses tags between <system.webserver>u2026<handlers><..crystalimagehandler/></handlers></system.webserver>
    Not sure why this would affect printing.  Do you have tags that specifying where to download the printcontrol from?  On the other hand, I would think that if images had anything to do with it, then you'd get red Xs when viewing.  As far as I know, the printcontrol.cab doesnu2019t need to be specified in the <system.webserver> tags.
    This one may be best resolved over the phone. Phone support can be obtained here:
    http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100?resid=S6I@hgoHAkEAAGsiyVkAAAAR&rests=1282226845369
    Ludek

  • Crystal Report 2008 error in generating existing reports

    HI,
    I have just now migrated my server from Win 2003, 32 bit to Win 2003, 64 bit. I was holding a valid license in the old server. Using the Product key and the registration number, I installed Crystal Report 2008 SP3 Build in the new server since Crystal report is supported in 64 bit version too. Now, while generating the existing reports from my application, I am getting error in event viewer as-
    "The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
    Can someone please suggest me how to resolve this error? Actually, while opening the crystal report from application, a pop-up comes as - "Internet Explorer Script error......._pe is undefined......Do you want to continue with this? " If I say Yes/No, it opens up the required page but drop down does not contain any info and 'OK' or 'CANCEL' button does not appear....
    I need to solution ASAP. Please help.
    Thanks
    kmoondra

    Crystal report is supported in 64 bit version too
    Support on 64 bit OS does not necessarily mean that the product is 64 bit. E.g.; CR 2008 (12.x) is still only 32 bit. Only CRVS2010, CR 10.2 and CR 10.5 come in both 32 bit and 64 bit flavors.
    If you are using 32 bit Crystal Report, make sure your app is compiled as 32 bit, not "Any CPU". If you compile as "Any CPU" the 64 bit oS will want 64 bit runtime for the app by definition. This will fail as there is no 64 bit runtime for CR 2008. E.g.; follow the advice in Don's post.
    - Ludek

Maybe you are looking for

  • Need Help with Flash Video

    Hi, I have a template set up for a site with editable regions for text. I have been trying to insert Flash Video Content, and once I complete entering it in the popup window with settings, etc. I get the following message "Making this change would re

  • Hi all of a sudden all my bookmarks have "F" and if I click on one it goes to facebook!!!

    Hi all of a sudden all my bookmarks have "F" and if I click on one it goes to facebook!!! And I cannot add more bookmarks. How can this be fixed??? Please help. I mean, I mean what the F :-) Alices restaurant. I do not know how the F got in front of

  • How to make first row of JTable bold

    I am working with JTable and unable to change to 1st row to BOLD

  • New to Mac - parrallels help

    can anyone tell me how to rightclick in parralels using a macbook pro.

  • Photobooth/FaceTimeE problems in mavericks

    Since I upgraded to mavericks, whenever I choose an effect in photobooth, for example sunset, it will say "please move out of the picture" or whatever... So that part works fine, but after I take the picture, the camera gets super dark, almost so dar