Error message when compiling WinHelp 2000

Hello,
I'm working a project in RoboHelp X5 using WinHelp 2000 to
create context-sensitive help. I have been working on this project
for about a week now, and just this afternoon started getting an
error whenever I attempted to compile. The error pop-up reads:
"hpj2hlp
The WinHelp Wizard encountered an unexpected error when
attempting to generate WinHelp."
Is anyone else familiar with this error message? How can it
be fixed?
Thanks!

Kathryn,
The two or so times I got that kind of message, they turned
out to be due to corrupted .rtf files. The solution that I found
and applied successfully was to delete all of the .rtf files from
my project folder in Windows Explorer (not in the RH environment),
open the project, make a minor change to the default .doc file
(simply add a space, then delete it), click the Save All button in
the RH Explorer pane, then the button for compiling and generating
the WinHelp file - doing all that forced RH to regenerate the .rtf
files for all of the .doc files (the source files), and the
regenerated .rtf files were "clean" - the project compiled nicely
and resulted in a good WinHelp file. I hope the same works for you.
Good luck!

Similar Messages

  • Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    I did copy it to my desktop, but it still won't let me open it.  I think the file on the disc might be corrupt or something like that though the cd itself checks out fine as far as viruses go.  I was able to verify the disc, but that's about it.  My husband tried it on his iMac and we have the same issue.  It's unzipping the folder, but won't let us open the folder on both the Mac Book Pro or the iMac by double clicking, going to file/open or right clicking.  It just keeps saying the same message as I posted above.  I think I'm just going to have the client put the pictures on either a memory card or a USB memory stick so she won't have to compress the files for zipping purposes.  It's been too frustrating trying to open this folder on this cd she gave me.  She said she created/zipped the cd on her Mac Book Pro but it sure won't open on mine.

  • Strange error message when compiling an IPA ("multiple L$start$ labels found at same address in...")

    I get this message when compiling an IPA with AIR 3.6:
    ld: warning: multiple L$start$ labels found at same address in __ZN9NetStream12DispatchProcEP10NativeInfo at offset 0x06C0
    Googling a bit, it seems it's an error message from this C++ class:
    http://opensource.apple.com/source/ld64/ld64-133.3/src/ld/LinkEdit.hpp
    So I suppose it's a bug in the AIR for iOS compiler. Any clues about why am I getting that warning message?

    I've been getting this message for quite a while, but I think a fix will soon be needed. I got the following message from Apple:
    ==============
    Dear developer,
    We have discovered one or more issues with your recent delivery for "Quazar". Your delivery was successful, but you may wish to correct the following issues in your next delivery:
    Non-PIE Binary - The executable 'Quazar.app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables.
    ===============================================

  • Error message when compiling invalid packages and procedures

    Hi.
    I have a routine for copying certain data from a production database to a test database. To do this I disable constraints and triggers, truncate tables, copy tables and enable triggers and constraints again.
    Now several of my functions, procedures and packages are made invalid and marked with a red cross. In SQL Developer I can compile invalid functions, procedures and packages. When I compile functions it works fine, but when compiling procedures and packages I get the following error message:
    An error was encountered performing the requested operation:
    ORA-00904: "ATTRIBUTE": Invalid identifier
    Vendor code 904
    When I click OK on this message I get a confirmation saying:
    Packages have been compiled with #0.CNT# errors.
    I had this error in both the previous and the new version. Is this a bug or is there a way to come around it? When I copy and modify the SQL generated to perform this task and run it in SQL Plus it works fine.
    I use Windows 2000 5.00.2195 Service Pack 4, SQL Developer version 1.2.1, Oracle 9.2.0.8.0 and Java version 1.5.0_11
    Message was edited by:
    SvSig

    i have now upgraded to Java 1.6 update 2. I still get basically the same error, but it is presented a little bit differently:
    An error was encountered performing the requested operation:
    ORA-00904: "ATTRIBUTE": invalid identifier
    00904. 00000 - "%s: invalid identifier"
    *Cause:
    *Action:
    Vendor code 904
    Are there other possible error causes than the operating system version and the database version?
    We are going to install an Oracle 10 test database in a couple of weeks, so then I will find out whether the database version is the problem.

  • Error message when compiling oracle 11g reports

    Hello Team
    When we are trying to compile a oracle 11g report we are getting the below message.
    "Could not read report properties"
    But compile status of the report is Success and we are able to run the report in our environment.
    Could you please advise us how to fix the above error message?
    Thanks ,
    Salaithenagan J

    Hello,
    How do you compile the Reports ? Do you use rwconverter.sh in ORACLE_INSTANCE/config/reports/bin ?
    If yes , could you copy the content of this script in this thread ?
    Regards

  • Error message when compiling

    Hello
    I am totally new to Java, but very fascinated. My first attempts however have failed and I do not know why:
    When compiling like:
    javac SystemInfo.java
    I get following Error Message:
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/tools/javac/Main
    My OS is Windows XP and I am pretty sure that I have set the path-variable correct (just followed the instructions of the book and had no problems).
    Could anyone help me with this problem, please?
    Thanks a lot
    mazarata

    Thanks a lot. The info, I have found about the error message is:
    If you see the error message "java.lang.NoClassDefFoundError: com/sun/tools/javac/Main" when you distribute an application, the JAVA_HOME variable is pointing to a J2SE JRE directory, not a J2SE SDK directory, as it should be. This module requires the JAVA_HOME variable to point to a J2SE SDK directory to resolve all library JAR file references.
    Well, I guess I folllow your advice and re-install Java, as I have not distributed any application.
    Thanks for your help
    mazarata

  • Error Message - when compiling WebHelp

    When created WebHelp excluding a condition build tag brings
    up an "RoboHelp HTML Application has encountered a problem and
    needs to cllose. We are sorry for hte inconvenience. I have two
    single source layouts one for the full help and one that I am
    trying to compile excluding a Conditional Build Tag and the error
    message keeps popping up.
    Using RoboHelp 6. What can I do to resolve the issue?

    See Snippets on my site. It's covered there and there is a
    solution.

  • REUSE SETTINGS supresses error messages when compiling an invalid object

    Hello,
    my test:
    Create a table and a packaged procedure referencing the table. Then drop the table and recompile the package:
    CREATE TABLE x (
        y     NUMBER
    CREATE OR REPLACE PACKAGE y
    AS
    PROCEDURE z;
    END y;
    SHOW ERRORS
    CREATE OR REPLACE PACKAGE BODY y
    AS
    PROCEDURE z
    IS
      v_count PLS_INTEGER;
    BEGIN
      SELECT COUNT(*)
      INTO v_count
      FROM x;
    END z;
    END y;
    SHOW ERRORS
    DROP TABLE x;
    PROMPT 1.Compile package
    ALTER PACKAGE y COMPILE;
    SHOW ERRORS
    PROMPT 2.Compile package body
    ALTER PACKAGE y COMPILE BODY;
    SHOW ERRORS
    PROMPT 3.Compile package with "REUSE SETTINGS"
    ALTER PACKAGE y COMPILE REUSE SETTINGS;
    SHOW ERRORS
    PROMPT 4.Compile package body with "REUSE SETTINGS"
    ALTER PACKAGE y COMPILE BODY REUSE SETTINGS;
    SHOW ERRORS
    SELECT object_name
          ,object_type
    FROM   user_objects
    WHERE  status = 'INVALID';
    --DROP PACKAGE y;Partly unexpected output
    Tabelle wurde erstellt.
    Package wurde erstellt.
    Keine Fehler.
    Package Body wurde erstellt.
    Keine Fehler.
    Tabelle wurde gelöscht.
    1.Compile package
    Warnung: Paket wurde mit Kompilierungsfehlern geõndert.
    Keine Fehler.
    2.Compile package body
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern geõndert.
    Fehler bei PACKAGE BODY Y:
    LINE/COL ERROR
    8/3      PL/SQL: SQL Statement ignored
    10/8     PL/SQL: ORA-04044: procedure, function, package, or type is not
             allowed here
    3.Compile package with "REUSE SETTINGS"
    Warnung: Paket wurde mit Kompilierungsfehlern geõndert.
    Keine Fehler.
    4.Compile package body with "REUSE SETTINGS"
    Warnung: Paketrumpf wurde mit Kompilierungsfehlern geõndert.
    Keine Fehler.
    OBJECT_NAME     OBJECT_TYPE
    Y               PACKAGE BODY
    1 Zeile wurde ausgewõhlt.It says
    - Table created
    - Package created
    - Package body created
    - Table dropped
    - Package header compiled with errors (why?)
    - Package body compiled with errors (shown error is expected)
    - Package header compiled with errors (again why?)
    - Package body compiled with errors (no errors shown)
    So why is the header compiled with errors, when the object is valid.
    And why is no error shown for COMPILE REUSE SETTINGS when there are errors for the body?
    I use REUSE SETTINGS when recompiling invalid objects that were compiled for debug with
    ALTER PACKAGE abc COMPILE PLSQL_DEBUG = TRUE REUSE SETTINGSRegards
    Marcus
    Version:
    SQL*Plus: Release 10.2.0.1.0 - Production on Di Jan 27 12:45:20 2009
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options

    Hi,
    From SQL Reference Manual [REUSE SETTINGS|http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_1007.htm#BGBGEIGD]:
    Specify REUSE SETTINGS to prevent Oracle from dropping and reacquiring compiler switch settings. With this clause, Oracle preserves the existing settings and uses them for the recompilation of any parameters for which values are not specified elsewhere in this statement.
    For backward compatibility, Oracle Database sets the persistently stored value of the PLSQL_COMPILER_FLAGS initialization parameter to reflect the values of the PLSQL_CODE_TYPE and PLSQL_DEBUG parameters that result from this statement.
    Regards,

  • Getting a "Return" error message when compiling

    I have the following code below that works when I don't use any methods.
    When I insert the side method(), I always get an error message "missing return statement".
    I can't figure out what I am doing wrong.
    It runs fine as it is but I am trying to modify it by using separate methods (just to learn how to use and call methods).
    I am trying to replace what I have in the main method in separate method called "side".
    Here is the code
    import javax.swing.*;
    public class Round
    private String output = "";
        //message error occurs when this method is added;   
       public String side()
             for (int row  = 1; row <=5 ; row ++)
               if (row == 1 || row == 5)
                return output += "      * *  \n"; 
        public static void main(String args[])
            String output = "";
      //the for loop (before the else) is copied into the side method. 
             for (int row  = 1; row <=5 ; row ++)
               if (row == 1 || row == 5)
                 output += "      * *  \n"; 
               else
                 if (row == 2 || row ==4)
                 output += " *           * \n"; 
               else                     
                 output += "*              *\n";
            JOptionPane.showMessageDialog(null,output); 
            System.exit(0);
    }Thanks for your help.

    I did as you suggested and still get the same results.
    I also tried using on one return statement after the for loop but still got an error message.
    Do you know how I can fix this?
    thanks
         public String side()
             for (int row  = 1; row <=5 ; row ++)
               if (row == 1 || row == 5)
                return output += "      * *  \n"; 
               else
                 if (row == 2 || row ==4)
                 return output += " *           * \n"; 
               else                     
                return output += "*              *\n";
    [\code]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • I keep gettin this error message when i try to compile can't fix

    MY CODE
    import java.text.DecimalFormat;
    public class MotelBase{
    private int nite;
    private int numadult;
    private int numchild;
    final double ADULT_RATE = 25.0;
    final double CHILD_RATE = 8.0;
    public MotelBase (int inNite, int inNumAdult, int inNumChild){
         nite = inNite;
         numadult = inNumAdult;
         numchild = inNumChild;}
    public int getNumAdult(){return numadult;}
    public int getNumChild(){return numchild;}
    public int getNite(){return nite;}
    public double getAchg(){return numadult * nite * ADULT_RATE;}
    public double getCchg(){return numchild * nite * CHILD_RATE;}
    public double getBase;{return (getAchg + getCchg);}
    public double getTax;{return (getBase) * .10;}
    public double getTotal;{return (getTax) + (getBase);}
    public void setNite(int inNite){nite = inNite;}
    public void setNumAdult(int inNumAdult){numadult = inNumAdult;}
    public void setNumChild(int inNumChild){numchild = inNumChild;}
    public String toString(){return "Number of Adults: " + this.numadult + "\n" +
                                    "Number of Children: " + this.numchild + "\n" +
                                    "Number of Nights: " + this.nite + "\n" +
                                    "Base rate: " + this.getBase + "\n" ;}}
    **Here are the error messages when i compile**
    javac -d . -g -classpath . MotelBase.java
    MotelBase.java:17: return outside method
    public double getBase;{return (getAchg + getCchg);}
    ^
    MotelBase.java:18: return outside method
    public double getTax;{return (getBase) * .10;}
    ^
    MotelBase.java:19: return outside method
    public double getTotal;{return (getTax) + (getBase);}
    ^
    3 errors
    Can anyone help me

    so i removes the semi's and added ()'s
    public double getBase(){return (getAchg) + (getCchg);}
    public double getTax(){return (getBase) * .10;}
    public double getTotal(){return (getTax) + (getBase);}
    and this happened
    javac -d . -g -classpath . MotelBase.java
    MotelBase.java:17: cannot find symbol
    symbol : variable getAchg
    location: class MotelBase
    public double getBase(){return (getAchg) + (getCchg);}
    ^
    MotelBase.java:17: illegal start of type
    public double getBase(){return (getAchg) + (getCchg);}
    ^
    MotelBase.java:17: cannot find symbol
    symbol : variable getCchg
    location: class MotelBase
    public double getBase(){return (getAchg) + (getCchg);}
    ^
    MotelBase.java:17: illegal start of type
    public double getBase(){return (getAchg) + (getCchg);}
    ^
    MotelBase.java:17: incompatible types
    found : java.lang.String
    required: double
    public double getBase(){return (getAchg) + (getCchg);}
    ^
    MotelBase.java:18: cannot find symbol
    symbol : variable getBase
    location: class MotelBase
    public double getTax(){return (getBase) * .10;}
    ^
    MotelBase.java:18: illegal start of type
    public double getTax(){return (getBase) * .10;}
    ^
    MotelBase.java:19: cannot find symbol
    symbol : variable getTax
    location: class MotelBase
    public double getTotal(){return (getTax) + (getBase);}
    ^
    MotelBase.java:19: illegal start of type
    public double getTotal(){return (getTax) + (getBase);}
    ^
    MotelBase.java:19: cannot find symbol
    symbol : variable getBase
    location: class MotelBase
    public double getTotal(){return (getTax) + (getBase);}
    ^
    MotelBase.java:19: illegal start of type
    public double getTotal(){return (getTax) + (getBase);}
    ^
    MotelBase.java:19: incompatible types
    found : java.lang.String
    required: double
    public double getTotal(){return (getTax) + (getBase);}
    ^
    MotelBase.java:26: cannot find symbol
    symbol : variable getBase
    location: class MotelBase
    "Base rate: " + this.getBase + "\n" ;}}
    ^
    13 errors
    it seem like everytime i fix something there is a virtual landrush of errors, i appreciate all of your help thank you for taking the time to answer my questions

  • Error messages when I compile a Visual C++ 2010 project that includes the Atlcomcli.h file

    Hello,
    I am getting error messages when I compile a Visual C++ 2010 project that includes the Atlcomcli.h file.
    The error messages are:
    Error    1    error C2338: CVarTypeInfo< char > cannot be compiled with /J or _CHAR_UNSIGNED flag enabled    c:\program files\microsoft visual studio 10.0\vc\atlmfc\include\atlcomcli.h
    Search and found link to download hotfix KB982517. But no download available.
    https://connect.microsoft.com/VisualStudio/feedback/details/613888/i-would-like-to-receive-hotfix-kb982517-or-make-this-available-in-the-downloads-section
    Please help me to resolve this issue.
    Thanks,
    Gagan

    I would have to ask: why are you using _CHAR_UNSIGNED? Is this really necessary? I have to admit that the fact that by default char in C++ is signed is an annoying fact, but most of us have just gotten used to it.
    Have you tried the workaround
    #pragma push_macro("ATLSTATIC_ASSERT")
    #undef ATLSTATIC_ASSERT
    #define ATLSTATIC_ASSERT(x,y)
    #include <atlcomcli.h>
    #undef ATLSTATIC_ASSERT
    #pragma pop_macro("ATLSTATIC_ASSERT")
    that is described in the link
    https://support.microsoft.com/kb/982517?wa=wsignin1.0
    David Wilkinson | Visual C++ MVP

  • "Error Compiling movie: Unknown Error" message when rendering

    I've read forums and tried several things but still getting this error message when I try to render footage on my timeline. I was copying footage from one sequence that had a "yellow" bar in the top part of the timeline window into another sequence and the bar turned "red". I've never got this message before. How do I fix so that I can render? Thank you.

    Hello
    I encounter the same problem and render crash.
    The only way I discovered is :
    - save the job,
    - close PP CC (or CS 6 if you use pp CS 6),
    - relaunch PP CC,
    - resume the render,
    generally the render goes to the end of the sequence, if not resume as above.
    The Adobe support has no answer.

  • Error messages when booting up

    Receive 3 error messages when booting up PS using Win 8. "Could not load the FastCore Routines Module, could not load the MMX Core, could not load the Multiprocess Support Module." Any explanation?

    Ah-ha! Seems there are two Adobe program folders, one under Program Files and one under Program Files (x86). I did not know about the one under Program Files.
    According to System Info:
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Creative Cloud app keeps wanting to update Photoshop CC but keeps failing. The error code is U44M1P7.
    Following is all of the System Info, showing the third-party plug-ins that I installed a few hours ago from onOne and Topaz. I can't see anything odd in this, and System Info says all the plug-ins loaded.
    Thanks for your help.
    Quote
    Adobe Photoshop Version: 14.1.2 (14.1.2 20130923.r.427 2013/09/23:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 3093 MHz
    Built-in memory: 6088 MB
    Free memory: 4429 MB
    Memory available to Photoshop: 5289 MB
    Memory used by Photoshop: 59 %
    Image tile size: 1024K
    Image cache levels: 4
    Display: 1
    Display Bounds: top=0, left=0, bottom=900, right=1600
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    NumGPUs=1
    gpu[0].OGLVersion="3.0"
    gpu[0].MemoryMB=2108
    gpu[0].RectTextureSize=8192
    gpu[0].Renderer="Intel(R) HD Graphics 2000"
    gpu[0].RendererID=258
    gpu[0].Vendor="Intel"
    gpu[0].VendorID=32902
    gpu[0].HasNPOTSupport=1
    gpu[0].DriverVersion="9.17.10.3347"
    gpu[0].Driver="igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd32"
    gpu[0].DriverDate="20131031000000.000000-000"
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLSupported=0
    gpu[0].CUDASupported=0
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.30 - Intel Build 9.17.10.3347"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1447]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[512]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[1024]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[41]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=0
    Serial number: 96040202581963319193
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\RUSSEL~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 1.35T, 1.10T free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
       ACE.dll   ACE 2013/07/14-12:09:50   79.543790   79.543790
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/03/03-12:10:08   5.0.13   79.533484
       AdobePDFL.dll   PDFL 2013/03/13-12:09:15   79.499517   79.499517
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1786  
       AdobeXMP.dll   Adobe XMP Core 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPFiles.dll   Adobe XMP Files 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPScript.dll   Adobe XMP Script 2013/03/13-12:09:15   79.151481   79.151481
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/07/14-12:09:50   79.543790   79.543790
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       amtlib.dll   AMTLib (64 Bit)   7.0.0.169 BuildVersion: 7.0; BuildDate: Mon Apr 8 2013 2:31:50)   1.000000
       ARE.dll   ARE 2013/07/14-12:09:50   79.543790   79.543790
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/07/14-12:09:50   79.543790   79.543790
       BIBUtils.dll   BIBUtils 2013/03/19-12:09:02   79.535293   79.535293
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30929   2.1.6.30929
       CITThreading.dll   Adobe CITThreading   2.1.6.30929   2.1.6.30929
       CoolType.dll   CoolType 2013/07/14-12:09:50   79.543790   79.543790
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/03/21-12:10:31   79.535742   79.535742
       FileInfo.dll   Adobe XMP FileInfo 2013/03/19-12:09:02   79.151561   79.151561
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.116  
       JP2KLib.dll   JP2KLib 2013/02/19-12:28:44   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OMP Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1785  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/03/15-13:25:52   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       ONCore7.dll   ONCore   7.0.0.0  
       ONCore8.dll   ONCore   7.0.0.0  
       ONCoreFoundation7.dll   ONCoreFoundation7   7, 0, 0, 0  
       ONCoreFoundation8.dll   ONCoreFoundation7   7, 0, 0, 0  
       ONDocument7.dll   ONDocument   7.0.0.0  
       ONDocument8.dll   ONDocument   7.0.0.0  
       ONProxySupport7.dll   ONProxySupport   1.0.0.0  
       ONProxySupport8.dll   ONProxySupport   1.0.0.0  
       PatchMatch.dll   PatchMatch 2013/06/11-12:08:08   79.542390   79.542390
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.0.1.34  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/03/21-12:10:31   79.535742   79.535742
       ScriptUIFlex.dll   ScriptUIFlex 2013/03/21-12:10:31   79.535742   79.535742
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Required plug-ins:
       3D Studio 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Accented Edges 14.0
       Adaptive Wide Angle 14.0
       Angled Strokes 14.0
       Average 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Bas Relief 14.0
       BMP 14.0
       Camera Raw 8.0
       Camera Raw Filter 8.0
       Chalk & Charcoal 14.0
       Charcoal 14.0
       Chrome 14.0
       Cineon 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Clouds 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Collada 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Color Halftone 14.0
       Colored Pencil 14.0
       CompuServe GIF 14.0
       Conté Crayon 14.0
       Craquelure 14.0
       Crop and Straighten Photos 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Crop and Straighten Photos Filter 14.0
       Crosshatch 14.0
       Crystallize 14.0
       Cutout 14.0
       Dark Strokes 14.0
       De-Interlace 14.0
       Dicom 14.0
       Difference Clouds 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Diffuse Glow 14.0
       Displace 14.0
       Dry Brush 14.0
       Eazel Acquire 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Embed Watermark 4.0
       Entropy 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Extrude 14.0
       FastCore Routines 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Fibers 14.0
       Film Grain 14.0
       Filter Gallery 14.0
       Flash 3D 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Fresco 14.0
       Glass 14.0
       Glowing Edges 14.0
       Google Earth 4 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Grain 14.0
       Graphic Pen 14.0
       Halftone Pattern 14.0
       HDRMergeUI 14.0
       IFF Format 14.0
       Ink Outlines 14.0
       JPEG 2000 14.0
       Kurtosis 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Lens Blur 14.0
       Lens Correction 14.0
       Lens Flare 14.0
       Liquify 14.0
       Matlab Operation 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Maximum 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Mean 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Measurement Core 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Median 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Mezzotint 14.0
       Minimum 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       MMXCore Routines 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Mosaic Tiles 14.0
       Multiprocessor Support 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Neon Glow 14.0
       Note Paper 14.0
       NTSC Colors 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Ocean Ripple 14.0
       Oil Paint 14.0
       OpenEXR 14.0
       Paint Daubs 14.0
       Palette Knife 14.0
       Patchwork 14.0
       Paths to Illustrator 14.0
       PCX 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Photocopy 14.0
       Photoshop 3D Engine 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Picture Package Filter 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Pinch 14.0
       Pixar 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Plaster 14.0
       Plastic Wrap 14.0
       PNG 14.0
       Pointillize 14.0
       Polar Coordinates 14.0
       Portable Bit Map 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Poster Edges 14.0
       Radial Blur 14.0
       Radiance 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Range 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Read Watermark 4.0
       Reticulation 14.0
       Ripple 14.0
       Rough Pastels 14.0
       Save for Web 14.0
       ScriptingSupport 14.0
       Shake Reduction 14.0
       Shear 14.0
       Skewness 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Smart Blur 14.0
       Smudge Stick 14.0
       Solarize 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Spatter 14.0
       Spherize 14.0
       Sponge 14.0
       Sprayed Strokes 14.0
       Stained Glass 14.0
       Stamp 14.0
       Standard Deviation 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       STL 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Sumi-e 14.0
       Summation 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Targa 14.0
       Texturizer 14.0
       Tiles 14.0
       Torn Edges 14.0
       Twirl 14.0
       Underpainting 14.0
       Vanishing Point 14.0
       Variance 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Variations 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Water Paper 14.0
       Watercolor 14.0
       Wave 14.0
       Wavefront|OBJ 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       WIA Support 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       Wind 14.0
       Wireless Bitmap 14.0 (14.0 20130423.r.221 2013/04/23:23:00:00)
       ZigZag 14.0
    Optional and third party plug-ins:
       Perfect Batch 8 8.1.0
       Perfect BW 8 8.1.0
       Perfect BW 8 Filter 8.1.0
       Perfect BW 8 Smart Filter 8.1.0
       Perfect Effects 4 4.0.4
       Perfect Effects 4 Filter 4.0.4
       Perfect Effects 4 Smart Filter 4.0.4
       Perfect Effects 8 8.1.0
       Perfect Effects 8 Filter 8.1.0
       Perfect Effects 8 Smart Filter 8.1.0
       Perfect Enhance 8 8.1.0
       Perfect Enhance 8 Filter 8.1.0
       Perfect Enhance 8 Smart Filter 8.1.0
       Perfect Mask 8 8.1.0
       Perfect Mask 8 Filter 8.1.0
       Perfect Mask 8 Smart Filter 8.1.0
       Perfect Portrait 8 8.1.0
       Perfect Portrait 8 Filter 8.1.0
       Perfect Portrait 8 Smart Filter 8.1.0
       Perfect Resize 8 8.1.0
       Perfect Resize 8 Engine Automation 8.1.0
       Perfect Resize 8 Engine Filter 8.1.0
       Perfect Resize 8 Filter 8.1.0
       Topaz Adjust 5 10.0
    Plug-ins that failed to load: NONE
    Flash:
       Kuler
       Adobe Exchange
    Installed TWAIN devices: NONE

  • Getting error message when i am trying to update the excel file using script task in ssis package

    Hi Guys,
    I am getting error message when I am trying to update the excel. Please find the error messages as below
    Error at Update File [Update File]: Failed to compiled scripts contained in the package. Open the package in SSIS Designer and resolve the compilation errors.
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Application' is not defined., ScriptMain.vb, 32, 32
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Workbook' is not defined., ScriptMain.vb, 33, 25
    Error at Update File [Update File]: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.
    Warning at Update File [Update File]: Found SQL Server Integration Services 2008 Script Task "ST_050fcae972904039b4f0fe59b7528ece" that requires migration!
    and the code that   I am using is
    Dell - Internal Use - Confidential
    ' Microsoft SQL Server Integration Services Script Task
    ' Write scripts using Microsoft Visual Basic
    ' The ScriptMain class is the entry point of the Script Task.
    Imports System
    Imports System.Data
    Imports System.Math
    Imports Microsoft.SqlServer.Dts.Runtime
    Imports Microsoft.Office.Interop.Excel
    <System.AddIn.AddIn("ScriptMain", Version:="1.0", Publisher:="",
    Description:="")> _
    <System.CLSCompliantAttribute(False)> _
    Partial
    Public Class ScriptMain
    Inherits Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
    Enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success
    Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
    End Enum
    Public Sub Main()
            Dts.TaskResult = ScriptResults.Success
    'Dim proc As System.Diagnostics.Process
    'kill all instances of excel
    'For Each proc In System.Diagnostics.Process.GetProcessesByName("EXCEL")
    ' proc.Kill()
    'Next
    Dim excelnacomm As
    New Microsoft.Office.Interop.Excel.Application
    Dim wbnacomm As Microsoft.Office.Interop.Excel.Workbook
            wbnacomm = excelnacomm.Workbooks.Open("http://test.xlsx")(renamed
    the excel)
            wbnacomm.RefreshAll()
            wbnacomm.Save()
            wbnacomm.Close()
            excelnacomm.Quit()
            Runtime.InteropServices.Marshal.ReleaseComObject(excelnacomm)
    End Sub
    End
    Class
    Please let me know what could be the reason
    Smash126

    Download:
    Microsoft Office 2010: Primary Interop Assemblies Redistributable
    How to: Add or Remove References By Using the Add Reference Dialog Box  /  How to:
    Add and Remove References in Visual Studio (C#)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Error message when trying to view/print Crystal reports in B1

    I get the following Error message when trying to view/print crystal reports in SAP B1/Crystal Reports Integration Tool for SAP Business One:   
    " Could not load file or assembly 'Crystal Decisions Windows Forms, version=12.0.2000.0, Culture=neutral, Public Key Token=692fbea551e1304'  or one of its dependencies.  The system cannot find the file specified.  ????

    Hi
    Common issues for this :
    1. Once you install crystall add on ,you need to go to Crystal report Administration >Account setup .
    Put on the user name and password and click on creating ext tables
    Try then running the report .
    If not the case ,
    make sure you install runtime .
    You need :
    1.Crystal report basic from SAP download -(Not necessary if you want only report viewer >
    2.You need to have crystal integration addon (I think service pack is SP1)
    3.Make sure you have runtime install
    When you are installing ,make sure you restart your PC before you do or remove temporary file s
    Hope this solves your issue
    Bishal

Maybe you are looking for

  • Unable to update iPhoto and other iLife products

    Hi, I bought a MacBook Air last year, which came with iLife pre- installed. The iPhoto version is 9.1.1. But for some reason I can't get auto update for it.  I tried to register it, hoping that this may solve the problem, but it requires a MPN number

  • I have 2 apple I d 1is my email address the other is not  I can't sign into that one how do I convert it to analog account

    I have 2 apple I d 's one is my email address the other is not I can not sign in to this account I was told I need to convert this to an aol account how do I do this

  • Anyone with ULRASOUNDS PROBLEMS?

    I have a K8T Neo2 FIR system with an Athlon 64 3000+, graphic card Gigabyte Radeon 9550 128 MB 128 bits, 2x512 MB Kingmax DDR memory a NEC 3500 DVD writer and a floppy. I dont' mention the HD's and the power supply because I ruled them out as the pro

  • SP23 Impact on Seeburger Message Splitter

    HI All, We have recently upgraded to SP23 patch , after that seeburger message splitter is not able to identify the spliiter configuration . I am getting messge as 11.06.2009 07:24:01 Error SEEBURGER/MSGSPLITTER: No configuration found for Has anybod

  • Help with frozen mail program

    When I open mail, I cannot get past the spinning ball. There is one email open in the program that appears to be the culprit. Cannot delete or do anything to eliminate the spinning ball.. Have to force quit mail each time after I open it. All other a