Failed to load a required step's associated module

"Failed to load a required step's associated module"
Has anyone seen the preceding error message when trying to run from a deployment system? Running on my development system I don't see any problems. I have created and deployed other sequences on the same system without a problem.
I've tried everything I can think of.......the message is rather vague so I don't know what else to try.
Thanks,
RG

Hi RG,
Are any other programs using the modules when running the system? Perhaps the module is locked by a calling program and therefore inaccessible by TS.
Are you using relative paths? Perhaps the steps cannot find the respective modules.
Do you know which step is reporting the error and what module is attempting to call?
Nestor

Similar Messages

  • Forms ERROR - FRM-18107: Failed to load the DE context for the module

    I have recently installed Oracle 10g (10.2.0) which is up and running fine (WinXP).
    I then installed Developer Suite 10g (10.1.2.0.2).
    When I try to open Forms I get the following error;
    'FRM-18107: Falied to load the DE context for the module'
    I have;
    DRIVE:oracle/product/10.2.0/oradb
    DRIVE:oracle/product/10.2.0/devsuite
    Can anyone advise?
    Many thanks in advance.

    Hello All,
    I would like to know more about the FRM-18107 error. I have tried getting rid of the error by altering my windows environment variable ORACLE_HOME, and going through numerous websites. But still no luck. I am about to de-install Forms 10g rel2 using the OUI. But I plan on leaving oracle 10g database on the system. Hope this will not cause any conflict. Also do I need to do anything in the registry after de-installation of forms 10g.Or is there any order of installation, i.e Do i need to install forms 10g before oracle 10g database.
    PLs also let me know if i will need to download any pathch for this to be sorted. But I didn't think so because during installation i noticed a few patches were being put to place as part of forms 10g rel2. Does it still needs a patch for it to work and get rid of the FRM-18107 error? If so, what is the name of the patch and how do i apply the patch. Pls let me know. Any comment on this will be well appreciated and valuable.
    Thanks.
    Cheers
    Aj
    Edited by: user9925154 on 25-Feb-2010 14:50
    Edited by: user9925154 on 25-Feb-2010 14:52
    Edited by: user9925154 on 25-Feb-2010 15:08

  • Teststand error states that a vi failed to load in the Labview Run-Time Engine

    I am getting an error in teststand that states that a vi failed to load in the Labview Run-Time Engine version '14.0.1'
    If I look at the software loaded on my system with the NI Measurement and Automation Explorer I have Labview Run Time engines for version 2009, 2010, 2011, 2012, 2013, & 2014 on my system.
    How do I get this VI to run on this system when it is called by test Stand?
    Thank you

    The RTE 14.0 was loaded as part of my deployment and after I ran this I got an update notice for the F1 patch which I also loaded.
    I do not have labview loaded on this system, only the run time engines from running my deployment.
    When I launch t he teststand sequence, when it calls the labview VI, I get the following error moessage:
    Error: Failed to load VI 'C:\builds\RelayVoltageMeaure.vi' in the LabVIEW Run-Time Engine version '14.0.1'. LabVIEW: The VI is not executable. This error may occur because the VI is either broken or contains a subVI that LabVIEW cannot locate. Select File>>Open to open the VI and verify that you can run it. VI Path: C:\builds\RelayVoltageMeaure.vi[Error Code: -17600, Failed to load a required step's associated module. ]
    I have attached the teststand sequence if this helps.
    Thanks
    Attachments:
    QuantumDigitalBd.seq ‏13 KB

  • Failed to load following objects error

    --Thread moved from Forms
    Hi all,
    I am working on Form builder 10g and our Applications version is 12.1.3.I happen to develop a form by taking template.fmb from AU_TOP and worked on my requirement,everything works fine.Only thing missing is,when i open the form which i developed in applications i don't see Oracle logo,instead i get some other logo and some other functionalities are missing.
    My observation:
    when i open the .err file while compiling with frcmp_batch command i see the below errors.
    FRM-18108: Failed to load the following objects.
    Source Module:APPSTAND
      Source Object: STANDARD_PC_AND_VA
    Source Module:APPSTAND
      Source Object: STANDARD_TOOLBAR
    Source Module:APPSTAND
      Source Object: STANDARD_CALENDAR
    Compiling package specification APP_CUSTOM...
       No compilation errors.For the above things,i added Template.fmb & APPSTAND.fmb to the forms_path but still i am getting the same errors and i won't see my form with oracle logo.
    So,somehow i did a hunch and find the solution myself..
    instead of using Template.fmb i used APPSTAND.fmb which is working fine for me.However,my doubt is in every single tutorial i saw they mentioned to use Template.fmb while developing the form from scratch.
    Can anyone explain me why APPSTAND.fmb is working for me instead of Template.fmb
    Any help is appreciated,
    Thanks in advance!!

    Thanks all for your replies..I followed your suggestions,i saw the forms_path under registry editor.The path which is over there points to all the required pll's and .fmb files.There are like 1000 objects.So,now coming back to developing the form
    1.Using TEMPLATE.fmb(err file)
    FRM-18108: Failed to load the following objects.
    Source Module:APPSTAND
      Source Object: STANDARD_PC_AND_VA
    Source Module:APPSTAND
      Source Object: STANDARD_TOOLBAR
    Source Module:APPSTAND
      Source Object: STANDARD_CALENDAR
    Compiling package specification APP_CUSTOM...
       No compilation errors.
    Compiling package specification APP_CUSTOM...
       No compilation errors.
    Compiling package body APP_CUSTOM...
       No compilation errors.
    Compiling WHEN-WINDOW-RESIZED trigger on form...
       No compilation errors.
    Compiling FOLDER_ACTION trigger on form...
       No compilation errors.
    Compiling FOLDER_RETURN_ACTION trigger on form...
       No compilation errors.
    Created form file RHCCUSTALLOWANCEDET.fmxWhat's missing here when i open the form in applications is Oracle Logo and some standard functionalities.
    2.Using APPSTAND.fmb (err file)
    Compiling package specification APP_CUSTOM...
       No compilation errors.
    Compiling package specification APP_CUSTOM...
       No compilation errors.
    Compiling package body APP_CUSTOM...
       No compilation errors.
    Compiling EXPORT trigger on form...
       No compilation errors.
    Compiling CLOSE_THIS_WINDOW trigger on form...
       No compilation errors.
    Compiling WHEN-FORM-NAVIGATE trigger on form...
       No compilation errors.
    Created form file RHCCUSTALLOWANCEDET.fmxIn this case,everything works normal.
    As per your suggestions,TEMPLATE.fmb should work for me not APPSTAND.So,where am i doing wrong?
    @Srini:Yes,everything is as per the doc which you suggested
    @Hussein:Pls see the above explanation
    Kindly note that the above error report is while compilation using frmcmp_batch command and not in the Form Builder.
    My Observation:
    In the Object groups section,when using TEMPLATE.fmb STANDARD_PC_AND_VA,STANDARD_TOOLBAR,STANDARD_CALENDAR are missing.But when i use APPSTAND.fmb these object groups are present.
    Can i copy paste these object groups or doing like that damages my Applications?
    Edited by: sandy on Dec 21, 2011 11:29 AM

  • Getting message failed to load the following objects when opening any fmb

    hi all,
    when ever i try to open any fmb to do some work i am getting the message unable to load the following objects and it gives the name like template.fmb.................
    on pressing ok i get another message unable to attach the following libraries and it gives the names of all the library.
    upon checking the forms60_path i find all these libraries are present in the source folder which is referred in forms60_path.
    i am stuck now as i dont knowe how to move further. please consider it as urgent and suggest me the solution.
    will be thankful.

    following are the messages:
    FRM-18108: Failed to load the following objects.
    Source Module:TEMPLATE.FMB
    Source Object: CHANGE_HISTORY
    Source Module:TEMPLATE.FMB
    Source Object: KEY-F0
    Source Module:TEMPLATE.FMB
    Source Object: FORM_PRINT
    Source Module:TEMPLATE.FMB
    Source Object: FORM_EXIT
    Source Module:TEMPLATE.FMB
    Source Object: FORM_ERREXIT
    Source Module:TEMPLATE.FMB
    Source Object: FORM_NAVIGATE
    Source Module:TEMPLATE.FMB
    Source Object: FORM_SUMMARY
    Source Module:TEMPLATE.FMB
    Source Object: WHEN-NEW-FORM-INSTANCE
    Source Module:TEMPLATE.FMB
    Source Object: WHEN-NEW-ITEM-INSTANCE
    Source Module:TEMPLATE.FMB
    Source Object: KEY-EXIT
    Source Module:TEMPLATE.FMB
    Source Object: KEY-HELP
    Source Module:TEMPLATE.FMB
    Source Object: WHEN-TIMER-EXPIRED
    Source Module:TEMPLATE.FMB
    Source Object: TRIG_SET_ROWID
    Source Module:TEMPLATE.FMB
    Source Object: KEY-EXEQRY
    Source Module:TEMPLATE.FMB
    Source Object: PRE-FORM
    Source Module:TEMPLATE.FMB
    Source Object: PRE-QUERY
    Source Module:TEMPLATE.FMB
    Source Object: WHEN-WINDOW-ACTIVATED
    Source Module:TEMPLATE.FMB
    Source Object: KEY-ENTQRY
    Source Module:TEMPLATE.FMB
    Source Object: ER_ABORT_ALERT_CANCEL
    Source Module:TEMPLATE.FMB
    Source Object: ER_WARN_ALERT_YESNO
    Source Module:TEMPLATE.FMB
    Source Object: ER_NOTE_ALERT_OK
    Source Module:TEMPLATE.FMB
    Source Object: ER_CAUTION_ALERT_OKCANCEL
    Source Module:TEMPLATE.FMB
    Source Object: BLK_TOOLBAR
    Source Module:TEMPLATE.FMB
    Source Object: EMPTY_VERT_CVS
    Source Module:TEMPLATE.FMB
    Source Object: EMPTY_HORI_CVS
    Source Module:TEMPLATE.FMB
    Source Object: TMPLCVS
    Source Module:TEMPLATE.FMB
    Source Object: CVS_MAINT_DETAIL
    Source Module:TEMPLATE.FMB
    Source Object: VERT_CVS
    Source Module:TEMPLATE.FMB
    Source Object: HORI_CVS
    Source Module:TEMPLATE.FMB
    Source Object: WINDOW_REFRESH_OBJECTS
    Source Module:TEMPLATE.FMB
    Source Object: ER_OBJECTS
    Source Module:TEMPLATE.FMB
    Source Object: TOOLBARS
    Source Module:TEMPLATE.FMB
    Source Object: LIST
    Source Module:TEMPLATE.FMB
    Source Object: OTHERS
    Source Module:TEMPLATE.FMB
    Source Object: LABEL
    Source Module:TEMPLATE.FMB
    Source Object: BUTTONS
    Source Module:TEMPLATE.FMB
    Source Object: TEXTITEMS
    Source Module:TEMPLATE.FMB
    Source Object: OG_PROPERTY_CLASSES
    Source Module:TEMPLATE.FMB
    Source Object: OG_LOV
    Source Module:TEMPLATE.FMB
    Source Object: TOOLBAR_BUTTONS
    Source Module:TEMPLATE.FMB
    Source Object: LIQUIDTVA
    Source Module:TEMPLATE.FMB
    Source Object: CURRENTRECVA
    Source Module:TEMPLATE.FMB
    Source Object: CLOSREVVA
    Source Module:TEMPLATE.FMB
    Source Object: BORROWVA
    Source Module:TEMPLATE.FMB
    Source Object: UNAUTHRECVA
    Source Module:TEMPLATE.FMB
    Source Object: VA_DISABLED_TAB
    Source Module:TEMPLATE.FMB
    Source Object: VA_ENABLED_TAB
    Source Module:TEMPLATE.FMB
    Source Object: MAXWIN
    Source Module:TEMPLATE.FMB
    Source Object: WINDOW0
    Source Module:TEMPLATE.FMB
    Source Object: WIN_QUERY
    Source Module:TEMPLATE.FMB
    Source Object: SMMDI_WIN2
    FRM-10102: Cannot attach PL/SQL library Svpkcs. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library cspkoscs. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library HLPKCS. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library D2kwutil. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library cleintpr. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library hint. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library smcs_hnt. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library Og. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library smpkcs. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library ovpkcs. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library environment. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library MBNT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library rppkcs. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library mspkcs. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library hasp. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library stpkcs. This library attachment will be lost if the module is saved.
    **********

  • Forms 10g compilatio error FRM-18108: Failed to load the following objects.

    Hi,
    I was compiling the Form on the server, could you let me know about below errors?
    FRM-18108: Failed to load the following objects.
    Source Module:APPSTAND
    Source Object: STANDARD_PC_AND_VA
    Source Module:APPSTAND
    Source Object: STANDARD_TOOLBAR
    Source Module:APPSTAND
    Source Object: STANDARD_CALENDAR
    Thanks.

    Hi,
    Oracle Apps: R12.1.3
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0
    OS: Linux
    This error is happening in development pc.
    Not sure if i missed any libraries, I had one more form which is working in development pc and it has similar libraries.
    Also, i see below errors in addition to the above mentioned.
    Compiling package body CTAARPRB...
    Compilation error on package body CTAARPRB:
    PL/SQL ERROR 49 at line 7, column 12
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 7, column 12
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 19, column 8
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 146, column 10
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 169, column 10
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 170, column 6
    bad bind variable 'parameter.G_query_find'
    Thanks.

  • Urgent: FRM - 18108: Failed to load the following objects.... in R12

    Hi,
    I am unable to open forms,
    even it opens with this following error, as well all form fields are not coming.
    anyone give information.
    Please see this following error message:
    FRM - 18108: Failed to load the following objects.
    Source Module: APPSTAND
    Source Object: STANDARD_PC_AND_VA
    Source Module: APPSTAND
    Source Object: STANDARD_TOOLBAR
    Source Module: APPSTAND
    Source Object: STANDARD_CALENDAR
    Cheers from..
    M.K.Thamaraiselvan

    Hi,
    i used to get this following error also, while connecting from windows desktop
    FRM - 18108: Failed to load the following objects.
    Source Module: APPSTAND
    Source Object: STANDARD_PC_AND_VA
    Source Module: APPSTAND
    Source Object: STANDARD_TOOLBAR
    Source Module: APPSTAND
    Source Object: STANDARD_CALENDAR
    FRM-10102: Cannot attach PL/SQL library APPCORE.pll. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library GLOBE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library JE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library FNDSQF. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library JA. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library JL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library CUSTOM. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPDAYPK.pll. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library GHR. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PQH_GEN. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library IGILUTIL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library GMS. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE2. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library FV. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OPM. This library attachment will be lost if the module is saved.

  • Reg FRM-18108: Failed to load the following objects Error

    Hi All,
    I am getting the following error when i open a form.
    FRM-18108: Failed to load the following objects.
    Source Module:Referenc.olb
    Source Object: POST-RECORD
    Source Module:Referenc.olb
    Source Object: KEY-CLRFRM
    Source Module:Referenc.olb
    Source Object: KEY-DOWN
    Source Module:Referenc.olb
    Source Object: KEY-DUP-ITEM
    Source Module:Referenc.olb
    Source Object: KEY-DUPREC
    Source Module:Referenc.olb
    Source Object: KEY-ENTQRY
    Source Module:Referenc.olb
    Source Object: KEY-EXEQRY
    Source Module:Referenc.olb
    Source Object: KEY-EXIT
    Source Module:Referenc.olb
    Source Object: KEY-HELP
    Source Module:Referenc.olb
    Source Object: KEY-MENU
    Source Module:Referenc.olb
    Source Object: KEY-UP
    Source Module:Referenc.olb
    Source Object: PRE-BLOCK
    Source Module:Referenc.olb
    Source Object: WHEN-NEW-FORM-INSTANCE
    Source Module:Referenc.olb
    Source Object: WHEN-NEW-ITEM-INSTANCE
    Source Module:Referenc.olb
    Source Object: WHEN-WINDOW-CLOSED
    Source Module:Referenc.olb
    Source Object: AL_ERROR
    Source Module:Referenc.olb
    Source Object: AL_INFORMATION
    Source Module:Referenc.olb
    Source Object: AL_WARNING
    Source Module:Referenc.olb
    Source Object: ABOUT
    Source Module:Referenc.olb
    Source Object: TOOLBAR
    Source Module:Referenc.olb
    Source Object: ABOUT
    Source Module:Referenc.olb
    Source Object: TOOLBAR
    Source Module:Referenc.olb
    Source Object: PM_STANDARD
    Source Module:Referenc.olb
    Source Object: PC_DISPLAY_ITEM
    Source Module:Referenc.olb
    Source Object: PC_FRAME
    Source Module:Referenc.olb
    Source Object: PC_ICON_BUTTON
    Source Module:Referenc.olb
    Source Object: PC_LIST_OF_VALUES
    Source Module:Referenc.olb
    Source Object: PC_OK_BUTTON
    Source Module:Referenc.olb
    Source Object: PC_TEXT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_RECORD
    Source Module:Referenc.olb
    Source Object: VA_SCROLLBAR
    Source Module:Referenc.olb
    Source Object: VA_ALERT
    Source Module:Referenc.olb
    Source Object: VA_BUTTON_TEXT
    Source Module:Referenc.olb
    Source Object: VA_CANVAS
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_BUTTON
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_DISPLAY_ITEM
    Source Module:Referenc.olb
    Source Object: VA_FRAME
    Source Module:Referenc.olb
    Source Object: VA_LOV
    Source Module:Referenc.olb
    Source Object: VA_PROMPT_TEXT
    Source Module:Referenc.olb
    Source Object: VA_TEXT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_TOOLTIP
    Source Module:Referenc.olb
    Source Object: VA_WINDOW
    Source Module:Referenc.olb
    Source Object: ABOUT
    But i have given the the path of the folder that has all the files in the Forms_Path registry and also in the default.env file. Still i am getting the above error. Any solution for this?.

    You are getting this error because the "Referenc.olb" object library (OL) is not in your FORMS_PATH. You can either add the directory where the OL resides to the PATH environment variable or (preferably) you add the directory to the FORMS_PATH in the Windows Registry (assuming you installed Forms on a Windows computer). Modifying the FORMS_PATH is dependent on the version of Forms you installed. For Forms 10g, modify: HKEY_LOCAL_MACHINE => SOFTWARE => Oracle => KEY_DevSuiteHome10g => FORMS_PATH String Value. For previous versions of Oracle Forms, modify: HKEY_LOCAL_MACHINE => SOFTWARE=> Oracle => HOME? => FORMS??_PATH (where ? = 0 - 9 depending on the number of Oracle products installed, and where ?? = 60, 90 if you have Forms 6 or Forms 9i installed (FORMS60_PATH or FORMS90_PATH).
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

  • Error occurred in deployment step 'Add Solution': Failed to load receiver assembly

    Guys,
    I've created a VS2010 sharepoint project and added a feature event receiver to my site definition. When I try to deploy it show me the error bellow:
    Error 1 Error occurred in deployment step 'Add Solution': Failed to load receiver assembly "SiteDefinitionProject2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a693a58979940483" for feature "SiteDefinitionProject2_Feature1" (ID: 9dce3ed9-5eb0-4bea-b42d-4dad84559a36).:
    System.IO.FileNotFoundException: Could not load file or assembly 'SiteDefinitionProject2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a693a58979940483' or one of its dependencies. The system cannot find the file specified.
    File name: 'SiteDefinitionProject2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a693a58979940483'
       at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
       at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
       at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
       at System.Reflection.Assembly.Load(String assemblyString)
       at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject()
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
      0 0 SiteDefinitionProject2
    9dce3ed9-5eb0-4bea-b42d-4dad84559a36
    Someone can hepl!?
    André Rentes

    I also just encountered this error while trying to deploy my feature from Visual Studio 2010. I found the solution for my situation. Perhaps it may help others as well.
    To see if your problem has the same cause as I encountered, open up the 14 hive and go to 14/template/features/<your-project-name_your-feature-name>. In this folder you will find a file Feature.xml. Open it up with notepad. On the second line
    you will find the XML node Feature. Scroll to the right untill you see the XML attribute ReceiverClass. This
    should show you a namespace, i.e. KoenZomers.MyProject.Branding.Features.Web.BrandingEventReceiver. In my situation it didn't show a namespace, but instead the following: $SharePoint.Type.<some-guid>.FullName$. If this is the same for
    you, read on as this might be the solution to your problem. If it does already show a namespace, this probably won't help you.
    This problem is caused because of a bug in Visual Studio 2010. It should replace the guid to match the guid found above the class declaration of your event receiver. For example:
    [Guid("ff9717e0-05c4-4e7e-9349-3f31d3919b9c")]
    public
    class
    BrandingEventReceiver
    : SPFeatureReceiver
    Probably because I recreated the event receiver class, it did generate a new Guid tag with a new Guid above my class declaration, but it did not update the feature file to reference this new guid. To do this manually, open up the folder on your development
    machine where your Visual Studio project files reside. In it you will find a subfolder named Features. Open it. In that folder you fill find subfolders with the names of your features as given in Visual Studio. Open up the one containing the non functional
    event receiver. In that folder you will find a file called <feature-name>.feature. Right click on it and choose Open with. Select to open it with notepad. On the second line you will find the XML node feature. Scroll to the right until you see the XML
    attribute receiverClass in the same line. Make sure the value of this XML node is built up using the following syntax: $SharePoint.Type.<guid-from-event-receiver-class-declaration>.FullName$. So in the above example it would be $SharePoint.Type.ff9717e0-05c4-4e7e-9349-3f31d3919b9c.FullName$.
    Save the file, close notepad. Close the solution in Visual Studio. Once closed, reopen the solution. Do a deploy of your solution. It should work this time. If you check the feature.xml file in the 14 hive now, it does display a namespace. This
    made it work for me.

  • A required application library failed to load and the product cannot continue

    Seems like I go through this problem time and again with Photoshop + Acrobat CS2 and still have yet to resolve a way of fixing it short of completely wiping my drive and re-installing Windows (XP Pro) The error is "application library failed to load and the product cannot continue"
    If there is anyone out there that has figured out a way to fix this issue please fill me in.
    This time I went as far as a complete and though removal of all Adobe products from the system and the registry and then completely reinstalled the product.
    I have forgone purchasing CS3 because of this issue as I am 99% sure that it has still not been resolved.
    Basically Photoshop and Acrobat are useless at this point and I am using an old version of Picture Publisher and Macromedia Fireworks to complete my work. This I assume is good advertising for Adobe :)
    Anyone have any ideas????
    See this post in the forum "could not complete your request because of a program error", PDF format, cs2, xp" as this is an ongoing Adobe issue that they have completely blown off!
    I am working on
    Adobe Photoshop Version: 9.0.2 (9.0.2x296)
    Operating System: Windows XP
    Version: 5.1 Service Pack 2
    System architecture: Intel CPU Family:15, Model:2, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, HyperThreading
    Physical processor count: 1
    Processor speed: 2798 MHz
    Built-in memory: 2559 MB
    Free memory: 1812 MB
    Memory available to Photoshop: 1758 MB
    Memory used by Photoshop: 55 %
    Image cache levels: 6
    Serial number: XXXXXXXXXXXXXXXXXX (I have a legal copy)
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS2\
    Temporary file path: C:\DOCUME~1\JIMSHE~1\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
    Startup, 128.0G, 65.5G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS2\Plug-Ins\
    Additional Plug-ins folder: not set
    Installed plug-ins:
    ADM 3.10x21
    ASDStrm 1.03x2
    Accented Edges 9.0
    Angled Strokes 9.0
    Average 9.0 (9.0x196)
    BMP 9.0 (9.0x196)
    Bas Relief 9.0
    Camera Raw 3.7
    Chalk & Charcoal 9.0
    Charcoal 9.0
    Chrome 9.0
    Cineon 9.0 (9.0x196)
    Clouds 9.0 (9.0x196)
    Color Halftone 9.0 (9.0x196)
    Colored Pencil 9.0
    CompuServe GIF 9.0 (9.0x196)
    Conditional Mode Change 9.0 (9.0x196)
    Contact Sheet II 9.0 (9.0x196)
    Conté Crayon 9.0
    Craquelure 9.0
    Crop and Straighten Photos 9.0 (9.0x196)
    Crop and Straighten Photos Filter 9.0 (9.0x196)
    Crosshatch 9.0
    Crystallize 9.0 (9.0x196)
    Cutout 9.0
    Dark Strokes 9.0
    De-Interlace 9.0 (9.0x196)
    Difference Clouds 9.0 (9.0x196)
    Diffuse Glow 9.0
    Displace 9.0 (9.0x196)
    Dry Brush 9.0
    Embed Watermark 1.70.19
    Export Transparent Image 9.0 (9.0x196)
    Extract 9.0 (9.0x196)
    Extrude 9.0 (9.0x196)
    FastCore Routines 9.0 (9.0x196)
    Fibers 9.0 (9.0x196)
    Film Grain 9.0
    Filmstrip 9.0 (9.0x196)
    Filter Gallery 9.0
    Fit Image 9.0 (9.0x196)
    Fresco 9.0
    Generic EPS 9.0
    Glass 9.0
    Glowing Edges 9.0
    Grain 9.0
    Graphic Pen 9.0
    HDRMergeAlign 9.0x001
    HDRMergeUI 9.0x001
    Halftone Pattern 9.0
    Ink Outlines 9.0
    Lens Blur 9.0
    Lens Correction 9.0
    Lens Flare 9.0 (9.0x196)
    Lighting Effects 9.0 (9.0x196)
    Liquify 9.0
    MMXCore Routines 9.0.1 (9.0.1x289)
    Merge to HDR 1.0x001
    Mezzotint 9.0 (9.0x196)
    Mosaic Tiles 9.0
    Multiprocessor Support 9.0 (9.0x196)
    NTSC Colors 9.0 (9.0x196)
    Neon Glow 9.0
    Note Paper 9.0
    Ocean Ripple 9.0
    OpenEXR 9.0 (9.0x196)
    PCX 9.0 (9.0x196)
    PNG 9.0 (9.0x196)
    PNG Icons 1.22x1
    Paint Daubs 9.0
    Palette Knife 9.0
    Patchwork 9.0
    Paths to Illustrator 9.0 (9.0x196)
    Pattern Maker 9.0 (9.0x196)
    Photo CD 9.0 (9.0x196)
    Photocopy 9.0
    Photomerge 9.0 (9.0x196)
    PhotomergeCylmap 9.0 (9.0x196)
    PhotomergeRender 9.0 (9.0x196)
    PhotomergeUI 9.0 (9.0x196)
    Picture Package 9.0 (9.0x196)
    Picture

    John,
    foud your message very helpfull. I experience the same problem when strating a CS2 program (Photoshop, Indesign,...) over a terminal server connection.
    It's weird because starting more than one instance is possible (despite what's written in the article ) as long as the users have administrative rights. I've encountererd this problem because my daughter of 11 wants to use Photoshop now. I have a terminal server set up so the kids may experiment with their own desktops whithout the risk to screw it up and because I can access all my programs from wherever I want.
    But as I found out now I must buy volume licensing instead of retail (even if it's for just one instance...)
    Want to know if possible how "difficult" it was to change your retail to a volume licensed version? Did you have to pay the full amount again? Hope an upgrade exist from Creative Suite CS2 - retail to Creative suite CS3 - volume licensed for the same price as from retail to retail... Or am I hoping to much?
    Kind regards and thanks for your info,
    Patrick

  • Sharepoint 2010 - Visual studio 2010 error - Error occurred in deployment step 'Add Solution': Failed to load receiver assembly

    Hello,
    I get the following error when trying to attach an event reciver ->
    Error occurred in deployment step 'Add Solution': Failed to load receiver assembly . The system cannot find the file specified.
    This happens only when i try to change the deployment target from "GlobalAssemblyCache" to "WebApplication".
    Steps to reproduce->
    1. Create a new feature and add an event receiver. Deploy the solution. Everything works fine.(Since deployment target is GlobalAssemblyCache). If you now change the deployment target to "WebApplication" , it works too.
    2. Now, restart visual studio. Change Deployment target to  "WebApplication" without deploying the solution. And you get the above error.
    3. Every time you restart your visual studio with deployment target as "WebApplication", you will receive this error.
    Any idea?? Manual deployment of the solution works fine too.
    When i go to virutal path bin directory, the dll is missing because of which the error occurs. Dont know why, it doesnt copy the dll to bin?
    Thanks in advance,

    Hi,
    Feature receivers must be deployed in the GAC & cannot be deployed to private bin of the WebApplication.
    Link: http://msdn.microsoft.com/en-us/library/ms469501.aspx 
    HTH !!!
    AnjaliCH-MSFT

  • ' failed to load book as required resources is missing' on my iphone

    i am getting error ' failed to load book as required resources is missing' on my iphone.
    Mine is the Iphone 3gs, It has iOS 4.3.3
    Does any body knows how to fix this issue?
    I have tried the re-downloading etc.

    I am having the same problem too. I have the iPhone 3GS and its running 4.3.3. I have tried re-downloding and re-installing and none seem to work. Would there be a way to fix this? I think that the problem is that it stores the book in the memory and I'm wondering if you can delete it from there.

  • Failed to load database operation

    Hello all, T
    One of our developers has an error on a new pc, with Crystal XI running on a Windows XP SP 3 machine. Whenever he tries to run a report in Crystal he gets an error of "Failed to load database information
         "Details: The database connector 'crdb_oracle.dll' could not be loaded"
    This only seems to happen for him when a report is ran, but he can do other work inside the program. He has uninstalled, then reinstalled the program to no avail. Trying to manually register that dll using regsvr32 also fails. We did find a link about moving a copy of the dll from the directory to overwrite a different version in the commonfiles directory, but that didn't help in the first installation. ( I believe it was a crystal 8 fix anyway )
    I apologize in advance for my lack of knowledge on this product, but I hope someone can help track this error down!
    Thank you,

    This error message appears because Crystal Reports is unable to find the Oracle file Oci.dll, which is
    required in order for Crystal Reports to connect natively to an Oracle database.
    To resolve this error message:
    1. Search your computer for Oci.dll.
    2. Depending on the number of copies of Oci.dll found, complete the appropriate step:
    If no copies are found, install the Oracle client.
    If one copy is found, reinstall the Oracle client
    If two copies are found, modify the value of the PATH system variable so that "'C:\Oracle\Bin;..." precedes "C:\OraForms\Bin;...".
    Two copies of Oci.dll on one computer indicate that the Oracle Client and Oracle Forms are both
    installed.
    If Oracle Forms is installed first, the value of the PATH system variable is set to "C:\OraForms\Bin;...". However, when the Oracle client is subsequently installed, it is changed to
    "C:\OraForms\Bin;c:\Oracle\Bin;...".
    When Crystal Reports attempts to connect natively to the Oracle database, it reads the value of the
    PATH variable as "C:\OraForms\Bin;", which is the Oracle Forms path, not the path to the Oracle Server connection.

  • HTTP.SYS fails to load after ProLiant NIC driver update on Server 2008 R2

    Hi team,
    This has been driving me crazy for a week and I can't find any reference to solving the problem in Technet or any forums...
    I have a ProLiant ML350G5 server that I installed Server 2008 R2 on and migrated all my domain AD, DNS, File Services, Shares and files from SBS2003 (end of life, so let's take that out of the network) - Exchange and SharePoint were not being used so Standard
    server 2008 was the choice seeing that the server hardware is 4 years old...
    Everything went well, migration was successful, AD was primary and active.
    Then (stupidly) I decided I'd better install all the updated drivers and management software from HP. The NIC is showing as an HP NC373i which is a Broadcom BCM5708C. I updated the FLASH in that card (HP utility) and updated the driver to the latest version
    7.8.52.0 along with a bunch of other updates all handled by HP's Support Solutions Framework (msi).
    After the reboot required, I noticed that the Print Spooler (set to Automatic) didn't start, neither did IIS or Web Services...
    Trying to manually start them gives the error that a dependency failed. Now Print Spooler only uses HTTP (no longer a "service" but integrated into the kernel for multiple http connections on the same port and controlled using netsh http command
    prompt...) DCOM and RPC. The last 2 are running, so that leaves HTTP as the culprit.
    The Event Log shows that HTTP failed to load as "the services cannot be started. Either because it is disabled or because
    it has no enabled devices associated with it"
    From an administrator cmd prompt, net start http gives the same failure error.
    netsh http show servicestate returns "The handle is invalid" - it's not seeing http at all...
    OK. If you've read this far, thank you - keep going...
    Here's my thinking... Updating the NIC driver has "broken" the association with HTTP.SYS - How to I get that association back?
    I uninstalled anything http related, IIS, BITS, Web, Printing Services. Reboot after reboot and still no HTTP. I deleted http.sys from \windows\system32\drivers and did sfc to get windows to give me a clean one. Reboot, still doesn't load so it's not a damaged
    http.sys.
    I uninstalled EVERYTHING ProLiant, uninstalled the NIC, deleted the bxnd60a.sys driver so Windows would use it's own, rebooted, let it load NIC drivers, set the IP's up again, reboot - still no http.sys loading...
    I've tried older versions of drivers from Broadcom, the latest version of drivers, still in the same hole...
    Does anyone know how I can get HTTP.SYS to associate with the NIC? Can I do anything in the registry to achieve this? Do I have to do a System State Backup (is that the only way to preserve the AD and DNS?) scrub the server and start from scratch and then
    restore the System State to get my AD and DNS back? If I do that will it bring the http.sys fault back?
    I'm really at a loss - please, someone, please help...

    Hi team,
    This has been driving me crazy for a week and I can't find any reference to solving the problem in Technet or any forums...
    I have a ProLiant ML350G5 server that I installed Server 2008 R2 on and migrated all my domain AD, DNS, File Services, Shares and files from SBS2003 (end of life, so let's take that out of the network) - Exchange and SharePoint were not being used so Standard
    server 2008 was the choice seeing that the server hardware is 4 years old...
    Everything went well, migration was successful, AD was primary and active.
    Then (stupidly) I decided I'd better install all the updated drivers and management software from HP. The NIC is showing as an HP NC373i which is a Broadcom BCM5708C. I updated the FLASH in that card (HP utility) and updated the driver to the latest version
    7.8.52.0 along with a bunch of other updates all handled by HP's Support Solutions Framework (msi).
    After the reboot required, I noticed that the Print Spooler (set to Automatic) didn't start, neither did IIS or Web Services...
    Trying to manually start them gives the error that a dependency failed. Now Print Spooler only uses HTTP (no longer a "service" but integrated into the kernel for multiple http connections on the same port and controlled using netsh http command prompt...)
    DCOM and RPC. The last 2 are running, so that leaves HTTP as the culprit.
    The Event Log shows that HTTP failed to load as "the services cannot be started. Either because it is disabled or because it has no enabled devices
    associated with it"
    From an administrator cmd prompt, net start http gives the same failure error.
    netsh http show servicestate returns "The handle is invalid" - it's not seeing http at all...
    OK. If you've read this far, thank you - keep going...
    Here's my thinking... Updating the NIC driver has "broken" the association with HTTP.SYS - How to I get that association back?
    I uninstalled anything http related, IIS, BITS, Web, Printing Services. Reboot after reboot and still no HTTP. I deleted http.sys from \windows\system32\drivers and did sfc to get windows to give me a clean one. Reboot, still doesn't load so it's not a damaged
    http.sys.
    I uninstalled EVERYTHING ProLiant, uninstalled the NIC, deleted the bxnd60a.sys driver so Windows would use it's own, rebooted, let it load NIC drivers, set the IP's up again, reboot - still no http.sys loading...
    I've tried older versions of drivers from Broadcom, the latest version of drivers, still in the same hole...
    Does anyone know how I can get HTTP.SYS to associate with the NIC? Can I do anything in the registry to achieve this? Do I have to do a System State Backup (is that the only way to preserve the AD and DNS?) scrub the server and start from scratch and then restore
    the System State to get my AD and DNS back? If I do that will it bring the http.sys fault back?
    I'm really at a loss - please, someone, please help...

  • Acrobat fatal error: failed to load core dll

    Hi,
    I have a problem with acrobat reader on my laptop.
    My OS is Vista Home Premium.
    I had Master collection CS4 installed.
    When starting up acrobat reader; i got following error:
    failed to load core dll.
    I went to the log and this is the explenatoin written in there: (i'm dutch speaking)
    Kan activeringscontext voor 'C:\Program Files\Adobe\Reader  9.0\Reader\AcroRd32.dll' niet maken. Fout in manifest of beleidsbestand  '' op regel . Een onderdeelversie die nodig is voor de toepassing  conflicteert met een andere onderdeelversie die reeds actief is.  Conflicterende onderdelen zijn: Onderdeel 1:  C:\Windows\WinSxS\manifests\x86_microsoft.vc80.crt   _1fc8b3b9a1e18e3b_8.0.50727.42_none_db5f52fb98cb24  ad.manifest.  Onderdeel 2: C:\Windows\WinSxS\manifests\x86_microsoft.vc80.crt   _1fc8b3b9a1e18e3b_8.0.50727.762_none_10b2f55f9bffb  8f8.manifest.
    Kan activeringscontext voor 'C:\Windows\system32\BHOManager.dll' niet  maken. Fout in manifest of beleidsbestand '' op regel . Een  onderdeelversie die nodig is voor de toepassing conflicteert met een  andere onderdeelversie die reeds actief is. Conflicterende onderdelen  zijn: Onderdeel 1: C:\Windows\WinSxS\manifests\x86_microsoft.vc80.crt   _1fc8b3b9a1e18e3b_8.0.50727.42_none_db5f52fb98cb24  ad.manifest.  Onderdeel 2: C:\Windows\WinSxS\manifests\x86_microsoft.vc80.crt   _1fc8b3b9a1e18e3b_8.0.50727.762_none_10b2f55f9bffb  8f8.manifest.
    I simultaneously had a problem with Dreamweaver.
    I think all this is caused by an Side By Side configuration issue.
    I've tried to do following steps:
    -redistibrutable 2008 c++ package geinstall
    -system recoverage tool
    -reinstall cs4 master collection
    -uninstall master collection, clean up, install reeware acrobat reader
    -uninstall acrobat reader, ccleaner register issues resolver , also older than 24 uur , reboot,  install acrobat reader freeware
    -revo uninstall tool to remove acrobat
    none of the above actions were successful.
    What could u suggest or give as a solution.
    Atm i'm using an altarnative pdf-reader.
    But as i bought the master collection,
    i'd rather have my adobe acrobat reader pro and dreamweaver working.
    Thanks in advance,
    With friendly regards
    Anton

    Hi Anton
    I am sorry, I do not have an answer just a similar problem.
    I am no expert, but all these manifest files are to ensure that different developers can ensure that the appropriate versions of common libraries are used by particular versions of their software.
    Deatils are below. The original problem was a corrupted manifest file, probably due to a disk error. This resulted in several programs failing to run. In particular I was unable to access backup on my Windows Home Server. From the logs I was able to identify the manifest file in error and located a copy of a file with the same name on another of my computers. Using notepad I then changed the file causing the problem to match the file on the other computer.
    This appeared to resolve all my problems.
    When the Acrobat Reader updated itself, however, the"failed to load core DLL" message appeared. Simply uninstalling all adobe programs and re-installing makes no difference.
    If you have the solution please post.
    If not, I will continue to research this problem.
    Very best wishes
    Graham
    Details from error log and manifest files:
    Acrobat failed to load its core DLL
    Log Name:      Application
    Source:        SideBySide
    Date:          29/10/2010 23:30:07
    Event ID:      80
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      9GHASUSP5QSEx64
    Description:
    Activation context generation failed for "C:\Program Files (x86)\Adobe\Reader 9.0\Reader\AcroRd32.dll".
    Error in manifest or policy file "" on line .
    A component version required by the application conflicts with another component version already active.
    Conflicting components are:.
    Component 1: C:\Windows\WinSxS\manifests\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d 08a205e442db5b5.manifest.
    Component 2: C:\Windows\WinSxS\manifests\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.762_none_10 b2f55f9bffb8f8.manifest.
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
        <noInheritable></noInheritable>
        <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.4927" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
        <file name="msvcr80.dll" hash="b2cd2205044f7cfd822da03b5f8d329ac5f4fcde" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Tra nsforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>niXcYiF5k0Z3fQ7PBFMJuaYHWTU=</dsig:DigestValue></a smv2:hash></file>
        <file name="msvcp80.dll" hash="984100dac2591da1a03c5146fecc47eb5deabec7" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Tra nsforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>aW9cDm76mbaI14MUAAx8P0auVdE=</dsig:DigestValue></a smv2:hash></file>
        <file name="msvcm80.dll" hash="34d9d81de781f7566e20e2bd33e410bc80837703" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Tra nsforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>pyazDrJIgYvW/Y3vCJt/9hpimHA=</dsig:DigestValue></a smv2:hash></file>
    </assembly>
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
        <noInheritable></noInheritable>
        <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
        <file name="msvcr80.dll" hash="10f4cb2831f1e9288a73387a8734a8b604e5beaa" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Tra nsforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>n9On8FItNsK/DmT8UQxu6jYDtWQ=</dsig:DigestValue></a smv2:hash></file>
        <file name="msvcp80.dll" hash="b2082dfd3009365c5b287448dcb3b4e2158a6d26" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Tra nsforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>0KJ/VTwP4OUHx98HlIW2AdW1kuY=</dsig:DigestValue></a smv2:hash></file>
        <file name="msvcm80.dll" hash="542490d0fcf8615c46d0ca487033ccaeb3941f0b" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Tra nsforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>YJuB+9Os2oxW4mY+2oC/r8lICZE=</dsig:DigestValue></a smv2:hash></file>
    </assembly>

Maybe you are looking for