COM ADD IN FOR VB 2005

I have added the Apple QuickTime Control 2.0 to a VB project; then added an AXQTControl to the project. I can then set and play an .mp3 file through AXControl.url = FN and AXControl.Movie.Play. But when I try to play an .m4a file, I get the error: "Object reference not set to an instance of an object." I have QuickTime 7.6.8 installed and it will play the .m4a files. How can I play .m4a files within my VB 2005 project?

Hello,
Why do you need to use the regasm utility from the post-build action?
There is a difference between signing the assembly with a strong name and digital signature. The
How to: Sign an Assembly with a Strong Name article in MSDN explains how to sign an assembly with a strong name (.snk). See
How to digitally sign a strong named assembly for adding a digital signature.
You may also find the
What's the Difference, Part Five: certificate signing vs strong naming article helpful.

Similar Messages

  • Couldn't find  Add Ons for ERP 2005 on marketplace.

    Hello Guys,
    I am implementing Duet on ERP IDES 2005 system for practice purpose. I couldn't find the following ERP Add Ons at the service marketplace.
    These are the 3 files i need.
    SAPK-100AGINOSPABAP ABAP Add On for Duet
    SAPK-10001INOSPABAP 01 ABAP Add On Support Package
    SAPK-60003INECCSE ECC-SE Add On or ESA Fast Track Add On
    Below is the location for ABAP Add On and its support package given in the pdf manual. But didn't find it there.
    Downloading Add-On Support Packages
    The Add-On Support Packages are available in the Software Centre.
    http://service.sap.com/swdc
    -> "Download"
    -> "Support Packages' and Patches"
    -> "Entry by Application Group"
    -> "SAP xApps"
    -> "SAP OSP"
    -> "SAP OSP 1.0"
    And i also looked for SAPK-60003INECCSE (ECC-SE 600 level 03) Add On but couldn't find it. I searched it the following way.
    On the SAP Support portal
    Selected
    -Downloads
    -Download
    -Support Packages and Patches
    -Search for Support Packages and Patches
    -Enter in 'ESA' in the Search Term fiels
    -Click the Search button
    I could only find ECC-SE 602.
    Does anybody have any idea where i could find them? Any help would be greatly appreciated.
    Thanks and Regards,
    Rahul

    SAPDUET has not a lot time, so i think the better way is that you request the BOX to SAP.

  • How do I sign my VB / VS 2010 based shared COM add-in for Excel so it loads when the user has checked "Require application add-ins to be signed by a trusted publisher"?

    My COM add-in is developed using VS 2010 and VB. It's a shared COM add-in (not VSTO) and it works with Excel 2007 - 2013. My installer is signed with a code signing certificate but it would appear that my add-in's .dll should also be signed if the user has
    checked the "Require application add-ins to be signed by a trusted publisher" option.
    The "Sign the assembly" option is checked in my add-in's VB -> My Project -> Signing. I have a .snk file selected which I seem to recall generating 6 or 7 years ago when I ported the COM add-in from VB6 to .NET. 
    I have an up-to-date Comodo code signing certificate (a pfx file called MyCompanyCodeSigningCertificatePrivateKey.pfx) which I purchased to use with the installer and was wondering if and how I could use this.
    I tried selecting my pfx file in the My Project -> Signing -> "Choose a strong name key file" dialog. It made a copy of the pfx file in my project folder but when I tried to build the project, I got the following error:
    Error 1 Cannot import the following key file: MyCompanyCodeSigningCertificatePrivateKey.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the
    following key container name: VS_KEY_C0B6F251F0FB6016
    After a little research, I found out I might be able to use signtool to sign the dll in a post-build step.
    I added the following command to the post-build event, before the command I use to regasm the assembly.
    "path to signtool\signtool" sign /f "MyCompanyCodeSigningCertificatePrivateKey.pfx" /p "xxxx" /v "$(TargetPath)"
    When I built the project, the dll appeared to get signed (the output window showed a bunch of confirming text as well as "Successfully signed: c:\MyAddIn\bin\Release\MyAddIn.dll") but the next step in the post-build (regasm myaddin.dll /codebase)
    issued a warning RA0000 (see below) but reported "Types registered successfully".
    Here's the message I get from regasm, even though the output window says the dll was sucessfully signed:
    RegAsm : warning RA0000: Registering an unsigned assembly with /codebase can cause your assembly to interfere with other applications that may be installed on the same computer. The /codebase switch is intended to be used only with signed assemblies. Please give your assembly a strong name and re-register it.
    Types registered successfully
    I'm not using a shim if that makes a difference.
    How do I sign my add-in so it loads when the user has checked "Require application add-ins to be signed by a trusted publisher"?
    Any tips would be appreciated.

    Hello,
    Why do you need to use the regasm utility from the post-build action?
    There is a difference between signing the assembly with a strong name and digital signature. The
    How to: Sign an Assembly with a Strong Name article in MSDN explains how to sign an assembly with a strong name (.snk). See
    How to digitally sign a strong named assembly for adding a digital signature.
    You may also find the
    What's the Difference, Part Five: certificate signing vs strong naming article helpful.

  • Add on for SAP 2005 B one run in the SAP 2005 A

    Hi to all,
             I have one Doubt.the add on for sap b1 2005 B shall we run in the sap b1 2005A.      
            If Anybody know reply quickly please !!!
    Regards,
    Ramya.S

    Ramya,
    It will depend on which Addon's you are referring.  Certain Addon only apply to certain localizations while others are common to both A and B.
    Example: Outlook integration would work for both A and B, while the Fixed Asset add-on might not be applicable to all localization within A or B.  It all depends.
    Suda

  • Compile Add-On for SBO 2005 and 2007

    Hi All,
    I am looking for a document that I downloaded a while ago on steps how to compile add-ons for SBO version 2005 and 2007 on the same machine. I don't want to run both versions (I can be running either) just want to be able to compile add-ons on both version 2005 and version 2007 on my local machine. I also don't want to use virtual machine or something like that.
    Thanks for the help,
    Adele

    Hi Adele,
    usually it is enough to change the .dll reference in your code and recompile it.
    you can also decide which diapi connection you use
    when creating the company object
    //The object OComp is defined as company object of the selected version
    Dim OComp As SAPbobsCOM.Company
    Set OComp = New SAPbobsCOM.Company
    or
    //The object OComp is defined as company object of version 2005
    Dim OComp As SAPbobsCOM.Company
    Set OComp = CreateObject("SAPbobsCOM.Company.6.8")
    // for 2007 it should be
    Dim OComp As SAPbobsCOM.Company
    Set OComp = CreateObject("SAPbobsCOM.Company.8")

  • Adobe Acrobat v8.1.2 - PDFMaker COM Add-in not loading in Word 2007

    PDFMaker COM Add-in is now not loading in Word 2007 at startup. But, it loads just fine for the rest of the Office 2007 apps. It loaded just fine, all operational, until 1-2 months ago. Now I have no access to Acrobat in Word 2007 except for print to that printer. There are now no buttons on the ribbon for direct access to Adobe Acrobat functions as there used to be. When I look in the COM add-ins area of Word 2007, it tells me PDF Maker is not loaded and that I cannot change the connected state of Office Add-ins registered in HKEY_LOCAL_MACHINE in the Regedit.
    Am running MS Office 2007 SP-1 on Vista SP-1 x82. This behavior was going on before the recent SP-1's were installed, so pre-existing condition. Everything else is performing quite well. REALLY! I am very pleased with Vista.
    Guidance, help, etc is most appreciated. THANKS!!!

    I had the same issue. The COM Add-In for PDFMaker was disabled by Word 2007 due to an unexpected crash during the creation of a PDF. I have searched all over the place trying to find a way to get the PDFMaker functionality active again in Word 2007 including the solutions mentioned in this post. In the end I found a solution myself.
    1. Go to Word Options > Add-ins
    2. Go to the Manage drop down dialog at the bottom of the page and select Disabled Items. Click Go.
    3. A dialog will open that displays all the disabled add-ins. Select Acrobat PDFMaker Office COM Addin.
    4. Click the Enable button.
    5. Close and reopen MS Word and the Acrobat menu should be available again.

  • XL reporter error-requried COM add-in program for XL reporter has not ben l

    Dear All,
    I am getting this error could anyone please let me know the solution:
    "A requried COM add-in program for XL reporter has not been Loded and prohibuit Microsoft Excel from running.

    Hi,
    try to use the solution from the SAP note 893307:
    XLR - Activation of Other Microsoft Excel Add-Ins
    Symptom
    When Microsoft Excel is launched from within the XL Reporter application, other add-ins selected in Microsoft Excel's Add-Ins window are not automatically loaded into Microsoft Excel upon start.
    Other terms
    XLR, Business One, Addins, deactivated
    Reason and Prerequisites
    When Microsoft Excel is started through Automation (COM), Add-ins are not loaded by default. This is by design and XL Reporter follows this behaviour.
    The following is a workaround solution that is avalible in SAP Add-On XL Reporter 2004 SP02 patch 2 and SAP Add-On XL Reporter 2005 SP00 patch 1 and subsequent releases.
    Solution
    If you need to have other add-ins automatically loaded upon start, a workaround solution is now possible:
    In the Microsoft Registry Editor on your client machine, change the following settings in your system registry: in the registry tree underHKEY_CURRENT_USER/Software/iLytix/XLReporter/Settings/SBOOEM, add a key with the following name: StartExcelAddins. The key can have two values: the value, 1, which activates other add-ins upon start, and the default value, 0, which leaves the other add-ins inactivated.
    Incorrectly editing the registry may damage your system. System registry changes should therefore only be performed by an advanced user who is prepared to both edit and restore the registry. For details about the system registry, please refer to Microsoft Registry Editors help system
    if not solve yet, just let me know
    JimM

  • Error running XL Reporter: 'a required COM add-in program..' for Excel 2007

    I have 2 users running Excel 2007 that can't run XL reporter.  They get the message 'a required COM add-in program for XL Reporter has not been loaded'.  I have instructions for Excel 2003, but not for 2007.  Does anyone know how to resolve this for Excel 2007?

    Gordon,
    I have instructions to get the IXXLReporter.dll file in the installation area, but 2007 has completely different layout. I can't find where to go???  Can you please give me the procedure?
    Edited by: Pat Frohlich on Apr 1, 2009 10:12 AM

  • Required COM add-in program for XL Reporter

    Hi everyone,
    Is SBO 2007A XL Reporter compatible with MS-EXCEL 2007? How can I configure the settings if the system would prompt a message "A required COM add-in program for XL Reporter has not been loaded and prohibits MS -Excel from running"
    Thanks in advance...
    Malu

    Hi,
    SOLUTION FOR THE PROBLEM:
    Reason and Prerequisites
    You need to be an administrator on the local machine to add COM add-ins.
    Solution
    The user should be added as a member of the administrator role on the
    local computer the first time you start Excel from XL Reporter the first
    time so that the COM addin are registered, then you can remove the user
    from the administrator group again.
    Manually Loading the XL Reporter Excel COM Add-In
    Symptom
    If you install Microsoft Office after installing the XL Reporter
    application or use another Windows user than the one you used when
    installing XL Reporter, you can get an error message.
    Reason and Prerequisites
    The reason for this is that the report writer COM Add-in has not been
    loaded, which prohibits Microsoft Excel from running.
    Solution
    1. Start Microsoft Excel. If you already have the COM Add-ins command on
    the Tools menu, go to step 7.
    2. In the Tools menu, choose Customize.
    This opens the Customize window.
    3. Choose the Commands tab and select Tools from the Categories pane on
    the left.
    4. In the Command pane on the right, scroll down to the COM Add-ins
    command.
    5. Select the COM Add-ins command, hold down the mouse button, and drag
    COM Add-ins from the Commands pane over to the Tools menu on the Microsoft
    Excel men bar. When the Tools menu commands appear, point to where you
    want the COM Add-ins command to appear on the menu and release the mouse
    button.
    6. To close the Customize window, choose Close.
    7. On the Tools menu, choose the new COM Add-ins option.
    This opens the COM Add-ins window.
    8. In the window, choose Add to open the Add Add-in window.
    9.Select the IXXLReporter.dll file located in the Client directory in the
    XL Reporter program installation area and choose OK.
    10. In the COM Add-ins window, select the XL Reporter checkbox and choose
    OK.
    Note: This is only a link from SAP Business One Reporting and Printing Forum. Cant paste the forum no.
    Regards,
    Clint

  • A Required COM Add-in program for XL Reporter has not been loaded and ....

    A Required COM Add-in program for XL Reporter has not been loaded and prohibits Microsoft Excel from running. For more information, click help.
    XL 2007, with the Trust level for macros set to minimum. SBO 2007 PL 42.
    Thanks
    Charles

    Read the following solution from SAP for your problem:
    When we open XL Reporter we get an error
    message "A required COM add-in program for XL Reporter has not been loaded
    and prohibits Microsoft Excel from running." when trying to open a report
    definition.
    SOLUTION FOR THE PROBLEM:
    Reason and Prerequisites
    You need to be an administrator on the local machine to add COM add-ins.
    Solution
    The user should be added as a member of the administrator role on the
    local computer the first time you start Excel from XL Reporter the first
    time so that the COM addin are registered, then you can remove the user
    from the administrator group again.
    Manually Loading the XL Reporter Excel COM Add-In
    Symptom
    If you install Microsoft Office after installing the XL Reporter
    application or use another Windows user than the one you used when
    installing XL Reporter, you can get an error message.
    Reason and Prerequisites
    The reason for this is that the report writer COM Add-in has not been
    loaded, which prohibits Microsoft Excel from running.
    Solution
    1. Start Microsoft Excel. If you already have the COM Add-ins command on
    the Tools menu, go to step 7.
    2. In the Tools menu, choose Customize.
    This opens the Customize window.
    3. Choose the Commands tab and select Tools from the Categories pane on
    the left.
    4. In the Command pane on the right, scroll down to the COM Add-ins
    command.
    5. Select the COM Add-ins command, hold down the mouse button, and drag
    COM Add-ins from the Commands pane over to the Tools menu on the Microsoft
    Excel men bar. When the Tools menu commands appear, point to where you
    want the COM Add-ins command to appear on the menu and release the mouse
    button.
    6. To close the Customize window, choose Close.
    7. On the Tools menu, choose the new COM Add-ins option.
    This opens the COM Add-ins window.
    8. In the window, choose Add to open the Add Add-in window.
    9.Select the IXXLReporter.dll file located in the Client directory in the
    XL Reporter program installation area and choose OK.
    10. In the COM Add-ins window, select the XL Reporter checkbox and choose
    OK.

  • Acrobat PDFMaker Office COM Addin for Microsoft Office 365 does not work. When I check the cox for COM Add-ins, it unchecks it. "A runtime error occurred during the loading of the COM Add-in." I use Adobe X Professional. The Add-in worked fine in Office 2

    I recently upgraded to Microsoft 365 Home and use Outlook 2013. The Acrobat PDFMaker Addin worked fine in Office 2010. Now, I get an error message: Not loaded. A runtime error occurred during the loading of the COM Add-in.
    I use Adobe Acrobat X Professional.
    I have restarted Outlook, restarted my computer, and nothing changes.
    Does anyone have a solution?
    Steve

    I do not think that AA X is compatible with the newest versions of OFFICE and such. Your only choice is to print to the Adobe PDF printer or use the MS plugins to create PDFs.

  • Com Add-In problem for XL Reporter

    Dear All,
    I am facing problem in running the XL reports from the TS server. The COM ADD-IN proble m throws up. I have followed the steps written in the SAP note and also tried to follow to add the XL reporter dll file from the Com Add-In option in excel. When try to add the XL reporter dll, it is not getting added means when i choose the file it is not getting checked
    Can anyone help me in this regards.
    Regards,
    Gary

    Hi Forum,
    i have XL Report and Office 2010. i am getting an error when i want to refresh the data in exce.
    I've done the "ComAddIn_per_User_RegKey" and i am still getting the error.
    Works fine with Office 2003  (another laptop)... this is the message that i am getting
    The Specified Module cannot be found
    HR = 8007007e
    any clues?
    Regards,
    Manuel roman

  • SRM Server as an Add on to ERP 2005

    Hi
    I have installed my SAP ERP 2005 ? Now how it is possible to include SRM as an Add on to the ERP server so that it runs in seperate client
    Is the same possible in ERP 2004 ?
    Thanks in advance
    Prateek

    Hi
    <b>Please read this -></b>
    <u>SRM ADD ON for ECC 6.00</u>
    <b>ECC 5.0 does not come with EBP or SRM.
    ECC 6.0 (ERP 2005) comes with SRM Server as an add-on.
    Only self service procurement and supplier enablement scenarios are supported.
    Not recommended for sourcing scenarios and multi-backend deployment options.
    Please look at http://help.sap.com/erp
    Then click on SAP SRM for ERP.
    you will find very good documentation here.</b>
    <u>SRM 5.5 as an add-on on ECC 6.0 vs SAP SRM 5.5 server
    SRM@ERP2005
    Re: EBP 3.5 to SRM 5.0 upgrade
    SRM add-on configuration
    BI on SRM 2005
    SRM server 5.5 installation Help
    SRM-Add-on and Self Service Procurement scenario
    Re: SRM as ADD On in ECC6.0
    Help needed in SRM upgrade to SRM server 5.0
    Re: ECC 5.0 & SRM / EBP</u>
    Hope this will help.
    Regards
    - Atul

  • Retrieving the COM class factory for component with CLSID {85DE1C45-2C66-101B-B02E-04021C009402} fai

    I get the following error when i try and access a site I'm working on through internet explorer, but it works fine when i run it in the visual studio 2005 environment.<br /><br />(I'm trying to complete a pdf with form fields)<br /><br />======<br /><br />Retrieving the COM class factory for component with CLSID {85DE1C45-2C66-101B-B02E-04021C009402} failed due to the following error: 80070005. <br />Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br /><br />Exception Details: System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {85DE1C45-2C66-101B-B02E-04021C009402} failed due to the following error: 80070005. <br /><br />ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. <br /><br />To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.<br /><br />======<br /><br />       // Initialize Acrobat by creating App object.<br />        CAcroApp acroApp = new AcroAppClass();      //<- Break happens here  <br /><br />       // Create an AVDoc object<br />        CAcroAVDoc avDoc = new AcroAVDocClass();<br /><br />Does anyone know of a way to solve this? I'm trying to swap over from iTextSharp to the actual adobe sdk, as I've had some bugs with iText.

    A lot to try and cover here.
    >I saw that the one pdf was created in Adobe Designer 7.1 and the other in Amgraf OneForm Designer Plus.
    Ok, we can only say anything about the first one. But you must find
    out what kind of form it is if you want to work with it
    programmatically: they are utterly unlike each other.
    You cannot use FDF format with an a form made with Designer (also
    called an XFA form or XML form). But you can import an XML file in
    Acrobat.
    >
    >Based on the second part of your reply i'm assuming the way i'm currently passing the data to the pdf is the reason i get the following message
    >
    >"This document enabled extended features in Adobe Reader. The document has been changed since it was created and use of extended features is no longer available"
    No, completely different issue. This file has been prepared specially
    so it can be saved in Adobe Reader. Any change to the file will break
    this. The only exception is Acrobat, which you cannot use.
    No third party product can repair this, but Adobe's server product
    LiveCycle Reader Extensions can put back the rights. You might use
    this in conjunction with LiveCycle Forms.
    Aandi Inston

  • Install of Unicode J2EE add-in for ABAP system

    We are trying to install the Unicode J2EE add-in for ABAP system in netweaver '04 and are getting the following error when the install tries to deploy the SDM:
    Jan 14, 2005 11:06:07... Info: Starting to execute deployment action (deploy) for "com.sap.lcr.saprfc".
    Jan 14, 2005 11:06:07... Info: SDA to be deployed: /usr/sap/NDV/DVEBMGS00/SDM/root/origin/sap.com/com.sap.lcr.saprfc/SAP AG/6.3003.00.0000.20031223155421.0000/lcrsaprfc.ear
    Jan 14, 2005 11:06:07... Info: Software type of SDA: J2EE
    Jan 14, 2005 11:06:10... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Jan 14, 2005 11:06:26... Info: Begin of log messages of the target system:
    05/01/14 11:06:11 -  ***********************************************************
    05/01/14 11:06:13 -  Start updating EAR file...
    05/01/14 11:06:13 -  EAR file updated successfully for 319s.
    05/01/14 11:06:13 -  Start deploying ...
    05/01/14 11:06:18 -  EAR file uploaded to server for 687ms.
    05/01/14 11:06:26 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/com.sap.lcr.saprfc..
                         Reason: Cannot load EJBHomeImpl or EJBObjectImpl of bean LCRBEAN_GET_BUSINESS_SYSTEM.; nested exception is:
                              com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: Cannot load EJBHomeImpl or EJBObjectImpl of bean LCRBEAN_GET_BUSINESS_SYSTEM.
    We have been working onthis for quite some time and would very much appricate any help.
    Thanks,
    Ken

    Hi,
    I'll take a guess that you are on HP-UX. If so try these patches:
    PHSS_26560   1.0  ld(1) and linker tools cumulative p..
    PHSS_26946   1.0  HP aC++ -AA runtime libraries (aCC..
    The patches are mentioned at www.hp.com/go/java.         
    If these do not help, I would suggest you open a customer mesage with support.
    Cheers,
    Mike

Maybe you are looking for