Automation error (MicroSoft Visual Basic

Hi All
Recently MS Office 2007 is installed and BI Publisher desktop is installed. when trying to see properties in rtf template getting error message
Automation error
Tried possible solutions provided on forum
option A
Click the Microsoft Office Button, click Word Options, and then click Trust Center.
Click Macro Settings.
Under Macro Settings, click Enable all macros.
option B
click the Microsoft Office Button,
click Word Options, and then click Add-Ins. At the bottom of the Add-Ins pane,
select Templates from the Manage drop down list, and then click Go.
In the Templates and Add-ins dialog box, click either Attach or Add.
If the macro is not in the template, you may need to copy the macro from one template to another.
Click the Organizer button at the bottom of the Templates and Add-ins dialog box to start the Organizer utility
but it has not helped issue remains
Any hints in resolving this will be of great help
Thanks
Kamalakar

Well... Maybe I don't get the point but XMLP Desktop 5.6.2 - Template Builder is a plugin for MS Word isn't it? So which .exe to run it do you mean?
Anyway i installed XMLP in a path without spaces: C:\OracleXML\XML_Publisher_Desktop and it doesn't work. But the installation directories inside it contain spaces anyway (i.e. the path to Template Builder is C:\OracleXML\XML_Publisher_Desktop\Template Builder for Word), so it is Oracle who designed it to have spaces... So i guess it should not be a problem...
Thanks anyway. Tell me if I have misunderstood you.

Similar Messages

  • Excel Error: Microsoft Visual Basic Application: "Compile error in hidden module: Module 11

    i am enable to creat XML file in excel when ever try to creal the XML file it shows  Microsoft Visual Basic : "Compile error in hidden module MODULE 11
    can any one help me to solve this issue

    Hi,
    For the error message, this problem may occur when the following conditions are true:     
    The Microsoft Office Startup folder or the Microsoft Excel Startup folder contains either or both of the following Adobe Acrobat PDFMaker add-in template files:
    Pdfmaker.dot
    Pdfmaker.xla
    Norton AntiVirus software is installed.
    No full installed
    Please try the following methods:
    Method 1: Download the latest version of the add-in for Adobe Acrobat 5.0
    Method 2: Move the files
    Method 3: Visit the Symantec Web site for Norton Antivirus information   and product updates
    Method 4: Repair from the CD disk.
    For more detail information, please refer to the following link:
    http://support.microsoft.com/kb/307410/en-us
    Regards,
    George Zhao
    TechNet Community Support

  • Excel Error: Microsoft Visual Basic Application: "Compile error in hidden module: Importedfunctions

    When i open excel 2010 i am getting the above mentioned error please help

    Firstly, You can check startup directory: c:\Users\UserName\AppData\Roaming\Microsoft\Excel\XLSTART\ 
    And remove files from it.
    Also  try to run excel in safe mode:  press ‘Win+R’   -> Enter  Excel.exe \Safe .
    If this issue goes away is safe mode, it  should  caused by some third party add-ins. Try to disable it.
    In addition, you can refer to the following KB:
    http://support.microsoft.com/kb/307410

  • Microsoft Forms and Microsoft Visual Basic while opening the Excel file

    Hello,
    I have issues with 2010 64 bit Office Pro Plus Excel. Whenever I open an Excel file (97-2003 worksheet) which has macros then I get below 2 errors in sequence.
    Please note that all macro settings are enabled and below are my system configs.
    Win 7 Ultimate 64 bit,
    MS Office Pro Plus 2010 64 bit with SP2.
    Googled all and tried but in vein and also note that I dont have any .exd files under ../forms to delete. Please help.
    Please note that for others with same system config/office versions and same 97-2003 worksheet it works so issues is only in my system.
    First Error
    Microsoft Forms
    Could not load an object because it is not available on this machine.
    Second Error
    Microsoft Visual Basic for Applications
    Compile error in hidden module:  MainUtilities2.
    This error commonly occurs when code is incompatible with the version, platform, or architecture of this application.  Click "Help" for information on how to correct this error.
    Thanks.

    Your macro's will not run in a Office 64 environment only in a 32bit environment. The 64bit environment has a whole different setup and macro's created in an earlier 32 bit environment will stop working.
    So if you want to use them in a 64 Office environment you have to rewrite the macro's.
    have a look here:
    http://msdn.microsoft.com/en-us/library/gg264421.aspx
    Maurice

  • How do i use directX in microsoft visual basic studio 2010 express ?

    i am writing code to graph stock market prices using microsoft visual basic studio express
    i want fast response (i do machine language) using directX
    this is my problem
    i have never used directX, and i have never used directX in visual basic studio
    i followed a tutorial that went like this
      Reference: Microsoft.DirectX
                 Microsoft.DirectX.Direct3D
                 Microsoft.DirectX.Direct3DX
        Imports: Microsoft.DirectX
                 Microsoft.DirectX.Direct3D
                 Microsoft.DirectX.Direct3DX
        Declare: Private D3Ddev As Device = Nothing
                 Private D3Dpp As PresentParameters = Nothing
                 Private DP As DisplayMode = Nothing
    i found the reference dll's at C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0
    when i imported microsoft.directX.direct3DX i got error #1
    namespace or type specified in the imports 'microsoft.directX.direct3DX' doesn't contain any public member or cannot be found...
    the same error occurs wether i use direct3DX \1.0.2911.0 or \1.0.2902.0
    when i built and ran, i got error #2
    microsoft visual basic 2010 express is waiting for an operation to complete ...
    it hangs and i have to soft reset ctrl-alt-del
    error #3
    when i reference
      Microsoft.DirectX
      Microsoft.DirectX.Direct3D and
      Microsoft.DirectX.Direct3DX
      from C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2902.0,
    all my declares work:
            D3Dpp = New PresentParameters()                             'Initialize
    some stuff for the Presentation parameters
            D3Dpp.BackBufferFormat = DP.Format
            D3Dpp.BackBufferWidth = DP.Width
            D3Dpp.BackBufferHeight = DP.Height
            D3Dpp.SwapEffect = SwapEffect.Discard                       'There's flip, copy, and discard. Flip and Discard
    are used most often.
            D3Dpp.PresentationInterval = PresentInterval.Immediate      'Present the scene immediately
    but when i start debugging (f5), i get this error message:
    mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information
    i dont fully understand the visual studio process, but i think 'mixed mode' means run and debug. two seperate app's
    i know this is a long question, but the forums don't answer it properly
    i want it answered concisly. i am running windows 7 basic, and this is my question
    can somebody give me a dozen lines of directX code that will work with my system, so that i can at least draw a line using directX 2D and 3D ?
    thanks everybody :)

    Hi,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Since your issue is related to DirectX, I suggest you consult on DirectX forum:
    http://xboxforums.create.msdn.com/forums/ for better response.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I loaded actions into my PSE 10, then when I restarted my PC (windows 7) and PSE 10 I got a Runtime Error (Microsoft Visual C    Runtime Library)

    I loaded actions into my PSE 10, then when I restarted my PC (windows 7) and PSE 10 I got a Runtime Error (Microsoft Visual C    Runtime Library)

    Are these actions you put into the C:\ProgramData\Adobe\Photoshop Elements\10.0\Photo Creations\photo effects folder?
    If so, did you delete both the
    ThumbDatabase.db3  in C:\ProgramData\Adobe\Photoshop Elements\10.0
    and
    MediaDatabase.db3 in C:\ProgramData\Adobe\Photoshop Elements\10.0\Locale\en_us
    after installing the actions?
    Then let the pse 10 editor run for about 10 to 20 minutes to rebuild the effects database.

  • I am recieving a runtime error microsoft visual c++ terminate in an unusaual way

    I am recieving a runtime error microsoft visual c++ terminate in an unusaual way

    Check the user tip below.
    https://discussions.apple.com/docs/DOC-6562

  • I get this error--"Microsoft Visual C++ Runtime Error, Program: c:\programfiles\mozillafirefox\firefox.exe, abnormal program termination" any ideas???

    I get this error--"Microsoft Visual C++ Runtime Error, Program: c:\programfiles\mozillafirefox\firefox.exe, abnormal program termination" any ideas???
    no specific web site causes this to happen.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Microsoft Visual Basic Compiler - MAC and also IPHONE

    I work for a company that manufactures traffic calming products. Our software development for the sign has been in Microsoft Visual Basic which is then compiled for the windows environment.
    I need to locate a compiler that will hopefully compile it for use on the MAC and also possibly the IPHONE. Many of our customers are looking for a MAC version of the code. It is a simple program that uses bluetooth to communicate to the bluetooth modem in the sign, sending and receiving data and settings.
    Thank any of you that can help me with this project. Rich Garrett [email protected] 678-925-3555 www.radarsign.com

    xnav is right. RealBASIC is a good one to check out. I have a small amount of experience with it, as well as Visual Basic and Liberty BASIC. So, I don't really care for BASIC or any of its variants, but I think that if you to program BASIC on the Mac then RealBASIC is a good way to go. It's similar to Visual Basic, and provides a simple way to build basic (and maybe not-so-basic) apps on the Mac. I'm not sure if it supports iPhone development or not, but it's definitely worth looking into if you need to program BASIC on Mac, and it's the only BASIC-based development environment on the Mac that I know of (there could be more that I don't know of though).

  • Alternative of Microsoft visual basic power packs

    Hello there,
    Is there any alternate to Microsoft visual basic power packs??
    Now i am using visual basic power packs for displaying email details in proper manner like sender name,subject,date & time in one particular row. So is there any other option for doing such things apart from Microsoft visual basic power packs?? 
    Thank in advance.

    The AutoCad Tutorial in the below link says you can use Visual Studio Express
    Jesus Espiga. For 2010 Visual Studio for Visual Basic express version was called Visual Basic 2010 Express.
    Autodesk - My First Plug-in Training
    You don't provide a link to the Tutorial you are using which of course makes it difficult to know much about the issues you may be having.
    Maybe the Tutorial is using a different year of Visual Studio Express or Visual Studio in the video Tutorial. So of course the Visual Studio IDE (GUI, whatever) would appear different, the controls and other things may be different than the Visual Basic
    Express 2010 IDE.
    That doesn't mean Visual Basic 2010 Express can not do what you need to do. Mostly it means you are probably unfamiliar with Visual Basic programming and therefore do not understand how to implement the desired capabilities shown in the tutorial on one version
    of Visual Studio with the version of Visual Studio you are using.
    So unless you can explain in more detail why you are having issues I will guess it is because you can't follow along due to differences in the Visual Studio used in the tutorial and the Visual Basic 2010 Express you are using with regard to limited knowledge
    on your part of using Visual Basic 2010 Express in the first place. Therefore unable to transfer what is going on in the video to what you need to be doing in Visual Studio.
    La vida loca

  • Error on Visual Basic 6.0 and Crystal Reports 9.2 on XP SO

    We need support to resolve an error on a system made with Visual Basic 6.x and Crystal Reports 9.2.
    Error '-2147417848 (80010108)'
    Automation Error
    Not always give these errors.
    Often occurs after request two reports followed and SO is XP
    When SO is Windows 2000 professional this error not occurs.
    These are versions of the products used:
    Versión Visual Basic:  6.0.9782
    Versión Cristal Reports:  9.2.0.448

    Hello,
    This forum is for community use and is not considered a support site. For assistance you need to purchase a case from our support site. But 9 is no longer a supported version so this is your only place to get assistance.
    Try downloading the only patches available from:
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90actxwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90dbexwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90devwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90mainwin_en.zip
    Thank you
    Don

  • HT1349 I get an R6034 error (Microsoft Visual C++ Runtime Library) when I try to start iTunes on my HP.  Any suggestions on how to resolve this problem?

    When trying to open iTunes I get an R6034 error for the iTunes.exe.  It appears to be caused by Microsoft Visual C++ Runtime Library.  I'm using an HP DOS machine.  When downloading an update to iTunes, an iTunes Error 7 (Windows error 1114) appears stating that iTunes did not install correctly.  Does anyone have a suggestion for resolving this situation?

    This is one link.   Please go through Microsoft and find a safe repair to the problem.
    http://www.errorrepair.com/?t202kw=runtime%20error%20r6034%20fix

  • Runtime Error - Microsoft Visual C++ Runtime Library

    Each time I login to my Windows Server 2012 machine, after few minutes I keep getting the Runtime Error, even if I close the dialog box, it keeps repeating for 3-4 times.
    Below is the error description
    Runtime Error!
    Program: C:\Windows\system32\wbem\wmiprvse.exe
    This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
    Can somebody help on this?
    Thanks,
    Vishwanath

    Hi Vishwanath,
    Based on my research, this issue could be caused by missing or corrupt system files, please try to run the "sfc /scannow" without the quotes in cmd to fix it.
    If this can not work, please also check this forum to fix:
    Need fix for Microsoft Visual C++ Runtime Library Runtime
    Error
    Best Regards,
    Anna

  • Unable to install DM6 - asks for Microsoft Visual Basic+++2008 Redistributable

    Laptop Dell 1764 Win7Pro - DM5.
    Just got a 9900 Bold yesterday to replace my Tour 9630. 
    I attempted to install DM6 and received the same error message I received when I had tried to install DM6 a few months ago.   I click file 610_b034_multilanguage.exe and installation begins. Half way through installation a window appears saying that Microsoft Visual C++2008 Redistributable must be installed - Microsoft Visual C++2008 Redistributable - x64 9.0.30729 is listed in the Control Panel>Programs and Features as being installed.
    I noticed that Microsoft Visual C++2005 Redistributable (x-64 Version 8.0.56336 is also installed together with SQL Server 2005.
    I installed DM6 on my XP laptop without any problems.
    I need to install DM6 so that I can back up my 9900 and synchronize.
    Your recommendations would greatly be appreciated.
    Pierre
    <removed>
    EDIT: Personal Information such as e-mail is prohibited for your security. Please review User Guidelines  under section "Be careful."
    Solved!
    Go to Solution.

    It's a pity you didn't post the actual error message you receive...that always helps in searching for solutions...but, perhaps this one helps:
    KB03744 How to silently install BlackBerry Desktop Software
    It's not exact, but perhaps it has a better hint.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Runtime Error - Microsoft Visual C++

    Guys,
    Trying to install Robohelp 9.0 for our users.  Robohelp works fine, its just Robohelp for Word does not work at all and throws up an error every single time.  We have applied the 9.0.1 patch also. These are Dell 980 boxes with Windows 7 64bit - Office 2007. 
    We are admins and have installed, and Robohelp for Word works fine for us admins.  However, when a user logs in and launches Robohelp for Word, they always get a "microsoft visual C++ runtime library error".  Every single time. 
    We have uninstalled, made the user an admin, logged in as them and installed only to get the same result.
    Is it something in the appdata folder?  Some kind of permissions somewhere since us admins can launch Robohelp for Word, but a general user (even with admin priv's) cannot?
    Thanks for any info!

    Hi there
    Perhaps you might also give some thought to abandoning use of RoboHelp for Word and instead consider using RoboHelp HTML?
    Pretty much the only reason I would ever consider advising folks to use RoboHelp for Word would be if they were a holdout and still creating WinHelp. Nearly everything these days is HTML based and if what you will be creating is also HTML based, it would behoove you to seriously consider using RoboHelp HTML as you will find yourself frustrated with trying to do things using RoboHelp for Word that are stupid simple in RoboHelp HTML.
    Just a thought to consider... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • RAW Data Type mapping to BI infoobject

    Dear Experts, We are trying to extract CRM data into BI,  the Datasource  have a field type 'RAW' . In BI which data type to consider for this field to info object mapping. Pls let me know. I've taken infoobject of type CHAR with length 60, still get

  • Linking USERID to PERNR in IT01015 - Error - OBJECTS_OBJREF_NOT_ASSIGNED

    Hello all, Facing strange runtime error with a basic transaction when creating System User Name in Communication Infotype with my userid. Infact I am working on ECC6 connected to EP7 on EHP3. My User ID is with super admin role having all authorizati

  • How to transport objects from one server to another server?

    How to transport objects from one server to another server.ie..from development to testing sewrver....

  • Java Code to Download files

    Dear Sir, I would kindly like to know whether any java classes are existent ,avliable for download ,which would provide the facility to download a file from the server to the client machine.If not,kindly advise me on how to perform this task and kind

  • How the "Java System Properties" are populated in "About this Page"

    Hi Gurus, We are facing a very intriguing issue and want to find out the way self service pages shows information in tab "Java System Properties" on clicking "About This Page" link ( bottom left corner of any EBSO selef service page) Thanks, Ajay