culture.dll

I continue to receive the followimg error message and don't know what to fix:

C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\culture.dll is not designed to run on windows or it contains an error. try to install the program by using the original installation media or contact your system administrator or the provider of software for support. I don't know what this applies to the but returns shows before the weather channel is displayed. If it's the weather channel application you could tell me how to remove the application of weather channel? You can provide any help is greatly appreciated because of me being a novice with computerd

Hello

Method 1:
Try the SFC (System File Checker) scan on the computer.
Reference:
How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
 
 
Method 2:
You can try to uninstall reinstall the app and check:
Reference:
Uninstall or change a program
 

http://Windows.Microsoft.com/en-us/Windows-Vista/uninstall-or-change-a-program

 
 

Tags: Windows

Similar Questions

  • How many DLLs can use a sequence?

    I created a class / DLL (FOO. (DLL) which is implemented by a file of sequence via the TOOLS menu on measure.  The version "hello world" of this DLL works fine.  When I update this DLL to use classes from other classes / dll, I created (BAR. (DLL) I get the error: has no load file or Assembly BAR, Version = 1.1.0.0, Culture = neutral, PublicKeyToken = null' or one of its dependencies. The system cannot find the specified file.

    I added to the bar. DLL directory to the list of Configuration-> directories of research... and of course its check box has been activated, but he has not made a difference.

    Is a DLL that is activated by a sequence file allow the use any other dll 'home-made '?  Or must be a DLL activated by a completely self-contained movie file?

    The .NET assemblies depends on your specified assembly loaded by the algorithm of the .NET framework to find assemblies, not the search directories TestStand. They are not directly loaded by TestStand; they are loaded by the .NET
    framework. Generally, the .NET framework will find dependent assemblies if they are in the same directory that your assembly is specified, in the application base directory (i.e. the directory of the executable), or in the GAC.

    Hope this helps,

    -Doug

  • NationalInstruments. version of the common dll 8.7.35.131

    Hello

    I'm using Visual Studio 2010, and I try to access ports digial on my NI USB-6210.

    below I have c# code.  Try to access the data acquisition.  It's simple, but I can't use any device OR because of the dll I have.

    I have the 9.0.35.6 version that I think that it works with previous versions for capatibility backward.

    When I Isaiah to compile the program, it gives me this error.

    Error 2 the type 'NationalInstruments.ISynchronizeCallbacks' is defined in an assembly that is not referenced. You must add a reference to assembly ' NationalInstruments.Common, Version = 8.7.35.131, Culture = neutral, PublicKeyToken = 18cbae0f9955702a "."

    I don't know if I need a dll different reference or if there is something wrong with the dll.

    Thank you.

    using

    {

    (Task TRD = new Task()) //Task TRD = new Task();

    find the right port and use the first value by default. DaqSystem.Local.GetPhysicalChannels (PhysicalChannelTypes.DIPort, PhysicalChannelAccess.External) [0];

    DRT. () DIChannels.CreateChannel

    "port0."

    ChannelLineGrouping.OneChannelForAllLines);

    DigitalSingleChannelReader reader = new DigitalSingleChannelReader (TDD. Stream);

    int = reader data. ReadSingleSamplePortInt32();

    Looks like you need to add a reference to the DAQmx driver.  Here is another forum that deals with this. http://forums.NI.com/T5/Multifunction-DAQ/DAQmx-API-Reference-Visual-Studio-2010-Windows-7/TD-p/1408...

  • "Name of file or assembly ' System.Windows.Forms, Version = 2.0.0.0, Culture = neutral, PublicKeyToken = B77A5C561934E089", or one of its dependencies was not found

    Hello

    Im having a problem. I write a program in Visual studio 2008 c# for Windows CE language in a machine of liliput.

    When I run the program in windows 7, I have no problem, but when I try to run my program in Windows CE I get the following exception (the projecto for Windows CE was created to run in this operating system):

    MissingMethodException is unmanaged

    "Name of file or assembly ' System.Windows.Forms, Version = 2.0.0.0, Culture = neutral, PublicKeyToken = B77A5C561934E089", or one of its dependencies was not found.

    The references from my program are:

    mscorlib.dll (Version 2.0.0.0) (length versio 2.0.0.0) - this dll do not exist in the program for Windows 7, appeared when I created the project for windows CE

    NationalInstruments.Vision.dll (Version 11.0.35.102)

    NationInstruments.Vision.Common.dll (Version 11.0.35.102)

    System.dll (Version 2.0.0.0)

    System.Data.dll (Version 2.0.0.0)

    System.Deployment.dll (Version 2.0.0.0)

    (Version 2.0.0.0)-System.Drawing.dll

    System.Windows.Forms.dll (Version 2.0.0.0)

    System.XML.dll (Verision 2.0.0.0)

    Throughout this reference is the Version of the Runtime: v2.0.50727 (it is the versions of Windows CE of liliput machine can run?)

    Can someone help me? I don't know why I get this exception

    Thank you for your help

    Hello UH and thank you for your message.

    I'm sorry I don't really understand what you are doing, you develop applications with Visual Studio 2008 and then deploy it on Windows CE or use directly in windows THIS? (I ask that, because Visual Studio is not supported on Windows CE: http://www.microsoft.com/en-us/download/details.aspx?id=7940)

    In addition, what device OR do you use? What is the fat of your project?

    Thanks for the responses,

  • Access to COM Port via DLLS in Labview is not possible

    Hello.

    I wrote my own DLL in c# for communication during the production process.

    But if I want to Labview to use this DLL communication still fails at the first step: open the COM port.

    So I removed all my code and made only a small DLL that opens/closes the COM port.

    When I run the command line tool that uses exactly the same dll such as Labview, COM port opening is possible.

    The com port can be selected by adding a parameter like 'COM1' in the .exe file.

    The function inside the dll should be called as: communication.open ("COM1") and returns a 'real' error.

    It would be nice if someone could help me and find the error.

    Best regards

    Chosun

    Hi again.

    I changed my dll except for my post of try-catch during the opening of the port to an output string.

    System.Security.SecurityException: Fehler bei der Anforderung des Berechtigungstyps "System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
       bei System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
       bei System.Security.CodeAccessPermission.Demand()
       bei System.IO.Ports.SerialPort.Open()
       bei OpenComPortTest.communication.open(String port_selection)
    Die Aktion, bei der ein Fehler aufgetreten ist:
    Demand
    Der Typ der ersten Berechtigung, bei der ein Fehler aufgetreten ist:
    System.Security.Permissions.SecurityPermission
    Die Zone der Assembly, bei der ein Fehler aufgetreten ist:
    Intranet
    

    The problem, the dll has been on a mapped network drive.

    He moved to a local drive, it works.

    Concerning

    Chosun

  • Windows 7 update error 80246008 - qmgr.dll deleted by avast...

    Hi, I have problems to download updates for Windows 7.

    I have looked through the forum already answers but I am certain that badly.

    I use Avast antivirus software and it picked up the qmgr.dll in 32 system as root kit folder? Since then, I read that it is called a false positive. In my naivety, I have instructed Avast to delete.  I understand this to be part of the program BITS used for the update of windows.

    Is there anyway to download and install this file qmgr.dll? And how do I do it?

    I tried the fix it solutions assume but these don't work because Avast has been deleted and the registry? I did the sfc and it is the report in detail below.

    2011-02-15 19:33:52, info CSI 00000009 [SR] components check 100 (0 x 0000000000000064)

    2011-02-15 19:33:52, CSI information 0000000 transaction [SR] beginning verify and repair

    2011-02-15 19:33:54, information 0000000 c [SR] audit CSI complete

    2011-02-15 19:33:54, CSI to 0000000 d [SR] 100 audit information (0 x 0000000000000064) components

    2011-02-15 19:33:54, Info CSI 0000000e transaction [SR] beginning verify and repair

    2011-02-15 19:33:55, info CSI 00000010 [SR] verification complete

    2011-02-15 19:33:56, info CSI 00000011 [SR] components check 100 (0 x 0000000000000064)

    2011-02-15 19:33:56, transaction Info CSI 00000012 [SR] beginning verify and repair

    2011-02-15 19:33:59, info CSI 00000014 [SR] verification complete

    2011-02-15 19:33:59, info CSI 00000015 [SR] components check 100 (0 x 0000000000000064)

    2011-02-15 19:33:59, transaction Info CSI 00000016 [SR] beginning verify and repair

    2011-02-15 19:34:01, info CSI 00000018 [SR] verification complete

    2011-02-15 19:34:02, info CSI 00000019 [SR] components check 100 (0 x 0000000000000064)

    2011-02-15 19:34:02, CSI Info 0000001 a transaction [SR] beginning verify and repair

    2011-02-15 19:34:04, CSI Info 0000001 c [SR] verification complete

    2011-02-15 19:34:04, components of CSI Info 0000001 d [SR] 100 audit (0 x 0000000000000064)

    2011-02-15 19:34:04, Info CSI 0000001e transaction [SR] beginning verify and repair

    2011-02-15 19:34:07, info CSI 00000020 [SR] verification complete

    2011-02-15 19:34:08, info CSI 00000021 [SR] components check 100 (0 x 0000000000000064)

    2011-02-15 19:34:08, transaction Info CSI 00000022 [SR] beginning verify and repair

    2011-02-15 19:34:10, info CSI 00000024 [SR] verification complete

    2011-02-15 19:34:10, info CSI 00000025 [SR] components check 100 (0 x 0000000000000064)

    2011-02-15 19:34:10, transaction Info CSI 00000026 [SR] beginning verify and repair

    2011-02-15 19:34:12, info CSI 00000028 [SR] verification complete

    2011-02-15 19:34:12, info CSI 00000029 [SR] components check 100 (0 x 0000000000000064)

    2011-02-15 19:34:12, CSI Info 0000002a transaction [SR] beginning verify and repair

    2011-02-15 19:34:15, CSI Info 0000002 c [SR] verification complete

    2011-02-15 19:34:15, info CSI 0000002d [SR] components check 100 (0 x 0000000000000064)

    2011-02-15 19:34:15, Info CSI 0000002e transaction [SR] beginning verify and repair

    2011-02-15 19:34:21, info CSI 00000031 [SR] verification complete

    2011-02-15 19:34:21, info CSI 00000032 [SR] components check 100 (0 x 0000000000000064)

    2011-02-15 19:34:21, transaction Info CSI 00000033 [SR] beginning verify and repair

    2011-02-15 19:34:24, info CSI 00000035 [SR] cannot repair the military record [l:16 {8}] "qmgr.dll" Microsoft-Windows-Bits-Client, Version 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 = (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "

    2011-02-15 19:34:25, CSI Info 0000003a [SR] cannot repair the military record [l:16 {8}] "qmgr.dll" Microsoft-Windows-Bits-Client, Version 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 = (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "

    2011-02-15 19:34:25, CSI Info 0000003b [SR] this element is referenced by [l:202 {101}] "Microsoft-Windows-Foundation-Package ~ 31bf3856ad364e35 ~ amd64 ~ ~ 6.1.7600.16385.WindowsFoundationDelivery '.

    2011-02-15 19:34:25, info CSI 0000003d [SR] could not reproject corrupted file [ml:520 {260}, l:46 {23}] '------? \C:\Windows\System32"\[l:16{8}]"qmgr.dll '; source file in the store is also corrupted

    2011-02-15 19:34:25, CSI Info 0000003f Verify [SR] full

    Thanks a lot if you can help.

    Alex

    See if a Restore Point available that is earlier than deleting the file solves your problem. If no joy, please contact the Avast Support or post to the Avast forum to get help.

    Or try a Startup Repair: http://windows.microsoft.com/en-US/windows7/Startup-Repair-frequently-asked-questions

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Can I fix CRYPTSVC just manually. DLL?

    Windows Vista Home Premium SP2 - McAfee running from the first day.

    I had a problem for a while where some Windows updates work, but not all. I ran SFC and found the following:

    "... Cannot repair the military record [l:24 {12}] "cryptsvc.dll" Microsoft-Windows-cryptsvc-dll, Version = 6.0.6002.18643, pA = PROCESSOR_ARCHITECTURE_INTEL (0), the Culture neutral, VersionScope is 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35} ", type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch '"

    The file in Windows\system32 has length zero and a modification date of 01/06/2012, which is long before the issue of the update begins.  In a restore partition supplied with the computer, I found a copy of cryptsvc.dll, but this is the version 6.0.6000.16386. I have a zero another copy of length and a file manifest in also dated Windows\winsxs\x86_microsoft-windows-cryptsvc-dll_31bf3856ad364e35_6.0.6002.18643_none_77bddd9098134535 from 01/06/2012. I have several other copies with the last version 6.002.22869 in C:\Windows\winsxs\x86_microsoft-windows-cryptsvc-dll_31bf3856ad364e35_6.0.6002.22869_none_7837de25b13bb212 in date from 02/06/2012.

    It is an old computer and I'd rather not start from scratch, if I can just copy the original or most recent file in windows\system32 and perhaps to reregister but I had problems in the past trying to patch manually a single dll without also replacing a bunch of DLLs associated with those of the same vintage. I do not know what dll associated may be involved, and I see at least 3 that changed the same day that so-called cryptsvc became corrupt.

    So, what should I do to make this correction "simple"?

    Thank you.

    So it's probably too late for the OP, but I had a similar problem with cryptsvc.dll on machine windows server 2008 R2, preventing windows updates running, among other things. I suspect that in our case it was a residual problem with removing antivirus (such as a problem with this time and I know that we had serious problems remove Avast!)

    I just copied the dll and a good registry settings, the same system of work

    c:\windows\system32\cryptsvc.dll

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\CryptSvc

    So in regedit, right click on the key cryptsvc, and then export. Copy the .reg file that is saved on the wrong server as well as the .dll file

    And then double-click the .reg file to import, and then save the file .dll to an elevated command prompt window.

    Regsvr32.exe c:\windows\system32\cryptdlg.dll

    (NB: also use the command line rather than explore to copy the dll)

    The failed service, then started immediately and in my case (Server 2008 r2) I was able to then start appidsvc (service application identity).

  • Sfc/scannow - d3d10core.dll, xpsservices.dll, C:\windows\system32\opcservices.dll, d3d10.dll errors

    Hello!

    After you run the sfc/scannow, long story short, I get the following:

    2012-10-16 20:46:26, 000001e3 CSI Info [SR] cannot repair the military record [l:30 {15}] "xpsservices.dll" Microsoft-Windows-component-XpsOMAndStreaming, Version = 7.0.6002.18392, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2012-10-16 20:46:26, 000001e5 CSI Info [SR] cannot repair the military record [l:30 {15}] "C:\windows\system32\opcservices.dll" Microsoft-Windows-component-OpcOM, Version = 7.0.6002.18392, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2012-10-16 20:46:26, 000001e7 CSI Info [SR] cannot repair the military record [l:18 {9}] "d3d10.dll" Microsoft-Windows-DirectX-Direct3D10, Version = 7.0.6002.22573, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2012-10-16 20:46:26, 000001e9 CSI Info [SR] cannot repair the military record [l:26 {13}] "d3d10core.dll" Microsoft-Windows-DirectX-Direct3D10, Version = 7.0.6002.22573, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2012-10-16 20:46:26, 000001eb CSI Info [SR] cannot repair the military record [l:30 {15}] "xpsservices.dll" Microsoft-Windows-component-XpsOMAndStreaming, Version = 7.0.6002.18392, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2012-10-16 20:46:26, 000001ec CSI Info [SR] this element is referenced by [l:154 {77}] "' Package_21_for_KB2505189 ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.1.2.2505189 - 82_neutral_GDR" "
    2012-10-16 20:46:26, 000001ef CSI Info [SR] could not reproject corrupted file [ml:520 {260}, l:46 {23}] '------? \C:\Windows\System32"\[l:30{15}]"XPSServices.dll '; source file in the store is also corrupted
    2012-10-16 20:46:26, 000001f1 CSI Info [SR] cannot repair the military record [l:30 {15}] "C:\windows\system32\opcservices.dll" Microsoft-Windows-component-OpcOM, Version = 7.0.6002.18392, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2012-10-16 20:46:26, 000001f2 CSI Info [SR] this element is referenced by [l:154 {77}] "' Package_21_for_KB2505189 ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.1.2.2505189 - 84_neutral_GDR" "
    2012-10-16 20:46:26, 000001f5 CSI Info [SR] could not reproject corrupted file [ml:520 {260}, l:46 {23}] '------? \C:\Windows\System32"\[l:30{15}]"OpcServices.dll '; source file in the store is also corrupted
    2012-10-16 20:46:26, 000001f7 CSI Info [SR] cannot repair the military record [l:18 {9}] "d3d10.dll" Microsoft-Windows-DirectX-Direct3D10, Version = 7.0.6002.22573, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2012-10-16 20:46:26, 000001f8 CSI Info [SR] this element is referenced by [l:154 {77}] "' Package_22_for_KB2505189 ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.1.2.2505189 - 85_neutral_LDR" "
    2012-10-16 20:46:26, 000001fa CSI Info [SR] cannot repair the military record [l:26 {13}] "d3d10core.dll" Microsoft-Windows-DirectX-Direct3D10, Version = 7.0.6002.22573, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    2012-10-16 20:46:26, 000001fb CSI Info [SR] this element is referenced by [l:154 {77}] "' Package_22_for_KB2505189 ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.1.2.2505189 - 85_neutral_LDR" "
    2012-10-16 20:46:26, 000001fe CSI Info [SR] could not reproject corrupted file [ml:520 {260}, l:46 {23}] '------? \C:\Windows\System32"\[l:18{9}]"D3D10.dll '; source file in the store is also corrupted
    2012 10-16 20:46:26, info CSI 00000201 [SR] could not reproject corrupted file [ml:520 {260}, l:46 {23}] '------? \C:\Windows\System32"\[l:26{13}]"d3d10core.dll '; source file in the store is also corrupted
    2012 10-16 20:46:26, info CSI 00000203 [SR] repair complete
    2012-10-16 20:46:27, info CSI 00000204 [SR] validation of transaction
    2012 10-16 20:46:27, info CSI 00000208 [SR] check and complete repair operation. All of the files and registry keys listed in this operation were repaired successfully

    No idea how I can fix these? I can't even bother?

    Thank you for your time.

    Hello

    Read the last line:

    «2012-10-16 20:46:27, info CSI 00000208 [SR] check and complete repair operation.» " All the files and registry keys listed in this operation were repaired successfully '

    See you soon.

  • Dll missing thanks to malwarebytes, help?

    Hello, I put in quarantine a file malwarebytes, considered a trojan.agent.GGEP which was located in the winsxs folder mfvdsp.dll. I don't know if this is a false positive or not because malwarebytes won't let me restore the file, it disappears and then comes back if I click on the quarantine tab. After trying to restore the quarantined file, I ran a sfc/scannow which came with corrupt files that it could not solve. As you can see below the file that could not be repaired was the file Mbam nuked and don't give back.

    Can you please help me figure out if it was in fact a Trojan horse or it was a false positive. If it was a false positive can explain you how I can fix my windows install now that the file has disappeared? Which is linked to the missing file to? Are there risks if I simply continue to use the facility?

    I posted this on the forum of malwarebytes, but they refuse to help or even bother with an answer. Any help is greatly appreciated.

    The sfcdetails.txt after the sfc/scannow command file. :

    000002ee CSI [SR] cannot repair the military record [l:20 {10}] "mfvdsp.dll" Microsoft-Windows-MFVDSP, Version 6.0.6001.18000, pA = PROCESSOR_ARCHITECTURE_AMD64 = (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, neutral public key in the store, file is missing "
    000002f2 CSI [SR] cannot repair the military record [l:20 {10}] "mfvdsp.dll" Microsoft-Windows-MFVDSP, Version 6.0.6001.18000, pA = PROCESSOR_ARCHITECTURE_AMD64 = (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, neutral public key in the store, file is missing "
    000002f3 CSI [SR] this element is referenced by [l:164 {82}] "' Package_47_for_KB936330 ~ 31bf3856ad364e35 ~ amd64 ~ ~ 6.0.1.18000.936330 - 293_neutral_GDR" "

    Hello vista... sigh.

    I was looking on this question and noted that the dll is not a standard.

    The message you see is likely a remnant of this file in the registry or startup.

    You can find and get rid of this through boot minimum troubleshooting, a process detailed in the following article:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    Let us know how it works.

    Best regards

    Matthew_Ha

  • Win 7 x 64 Explorer.exe crash on ntdll.dll

    All - here's what's happening... Every morning that I have to restart my laptop because explorer.exe crashes, the laptop screen becomes partially black and makes it unusable. Relieves temporarily restart them the problem until the next day. Here is the info of Appcrash.

    Version = 1
    EventType = APPCRASH
    EventTime = 130613872684994098
    ReportType = 2
    Consent = 1
    UploadTime = 130613872688164279
    ReportIdentifier = 48c3f23a-7493-11e4-a8fb-74e54321084a
    IntegratorReportIdentifier = 48c3f239-7493-11e4-a8fb-74e54321084a
    Response.BucketId = 134239895
    Response.BucketTable = 4
    Response.Type = 4
    SIG [0]. Name = name of the Application
    SIG [0]. Value = Explorer.exe
    GIS [1]. Name = Version of the Application
    GIS [1]. Value = 6.1.7601.17567
    GIS [2]. Name = timestamp of the Application
    GIS [2]. Value = 4d672ee4
    GIS [3]. Name = name of the Module fault
    GIS [3]. Value = ntdll.dll
    GIS [4]. Name = Fault Module Version
    GIS [4]. Value = 6.1.7601.18247
    GIS [5]. Name = Fault Module Timestamp
    GIS [5]. Value = 521eaf24
    GIS [6]. Name = Exception Code
    GIS [6]. Value = c000041d
    GIS [7]. Name = offset of the Exception
    GIS [7]. Value = 000000000004e4e4
    DynamicSig [1]. Name = OS Version
    DynamicSig [1]. Value=6.1.7601.2.1.0.256.4
    DynamicSig [2]. Name = locale ID
    DynamicSig [2]. Value = 1033
    DynamicSig [22]. Name = additional Information 1
    DynamicSig [22]. Value = fa41
    DynamicSig [23]. Name = additional Information 2
    DynamicSig [23]. Value = fa41cd2feced06e3463e16a4b7f9339c
    DynamicSig [24]. Name = additional Information 3
    DynamicSig [24]. Value = 7fd2
    DynamicSig [25]. Name = additional Information 4
    DynamicSig [25]. Value = 7fd20199592f7a580c1651f5f34e3098
    UI[2]=C:\Windows\Explorer.exe
    UI [3] = Windows Explorer has stopped working
    UI [4] = Windows can search for a solution to the problem online and try to restart the program.
    UI [5] = check online for a solution, and then restart the program
    UI [6] = check online for a solution later and close the program
    UI [7] = close the program
    LoadedModule[0]=C:\Windows\Explorer.EXE
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\system32\kernel32.dll
    LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\system32\ADVAPI32.dll
    LoadedModule[5]=C:\Windows\system32\msvcrt.dll
    LoadedModule[6]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[7]=C:\Windows\system32\RPCRT4.dll
    LoadedModule[8]=C:\Windows\system32\GDI32.dll
    LoadedModule[9]=C:\Windows\system32\USER32.dll
    LoadedModule[10]=C:\Windows\system32\LPK.dll
    LoadedModule[11]=C:\Windows\system32\USP10.dll
    LoadedModule[12]=C:\Windows\system32\SHLWAPI.dll
    LoadedModule[13]=C:\Windows\system32\SHELL32.dll
    LoadedModule[14]=C:\Windows\system32\ole32.dll
    LoadedModule[15]=C:\Windows\system32\OLEAUT32.dll
    LoadedModule[16]=C:\Windows\system32\EXPLORERFRAME.dll
    LoadedModule[17]=C:\Windows\system32\DUser.dll
    LoadedModule[18]=C:\Windows\system32\DUI70.dll
    LoadedModule[19]=C:\Windows\system32\IMM32.dll
    LoadedModule[20]=C:\Windows\system32\MSCTF.dll
    LoadedModule[21]=C:\Windows\system32\UxTheme.dll
    LoadedModule[22]=C:\Windows\system32\POWRPROF.dll
    LoadedModule[23]=C:\Windows\system32\SETUPAPI.dll
    LoadedModule[24]=C:\Windows\system32\CFGMGR32.dll
    LoadedModule[25]=C:\Windows\system32\DEVOBJ.dll
    LoadedModule[26]=C:\Windows\system32\dwmapi.dll
    LoadedModule[27]=C:\Windows\system32\slc.dll
    LoadedModule[28]=C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_2b283fd671e9bf4d\gdiplus.dll
    LoadedModule[29]=C:\Windows\system32\Secur32.dll
    LoadedModule [30] = C:\Windows\system32\SSPICLI. DLL
    LoadedModule[31]=C:\Windows\system32\PROPSYS.dll
    LoadedModule [32] = C:\Windows\system32\QIPCAP64. DLL
    LoadedModule[33]=C:\Windows\system32\WINSTA.dll
    LoadedModule[34]=C:\Windows\system32\CRYPTBASE.dll
    LoadedModule[35]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll
    LoadedModule[36]=C:\Windows\system32\WindowsCodecs.dll
    LoadedModule[37]=C:\Windows\system32\profapi.dll
    LoadedModule[38]=C:\Windows\system32\apphelp.dll
    LoadedModule[39]=C:\Windows\system32\CLBCatQ.DLL
    LoadedModule[40]=C:\Windows\system32\EhStorShell.dll
    LoadedModule [41] = C:\PROGRA~1\MICROS~1\Office14\GROOVEEX. DLL
    LoadedModule[42]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll
    LoadedModule[43]=C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCP90.dll
    LoadedModule[44]=C:\Windows\WinSxS\amd64_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_0a1fd3a3a768b895\ATL90. DLL
    LoadedModule[45]=C:\PROGRA~1\COMMON~1\MICROS~1\OFFICE14\Cultures\office.odf
    LoadedModule[46]=C:\PROGRA~1\MICROS~1\Office14\1033\GrooveIntlResource.dll
    LoadedModule[47]=C:\Windows\System32\cscui.dll
    LoadedModule[48]=C:\Windows\System32\CSCDLL.dll
    LoadedModule[49]=C:\Windows\system32\CSCAPI.dll
    LoadedModule[50]=C:\Windows\system32\QIPOverlay.dll
    LoadedModule[51]=C:\Windows\system32\ntshrui.dll
    LoadedModule[52]=C:\Windows\system32\srvcli.dll
    LoadedModule[53]=C:\Windows\system32\IconCodecService.dll
    LoadedModule[54]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[55]=C:\Windows\system32\rsaenh.dll
    LoadedModule[56]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[57]=C:\Windows\system32\SndVolSSO.DLL
    LoadedModule [58] = C:\Windows\system32\HID. DLL
    LoadedModule[59]=C:\Windows\System32\MMDevApi.dll
    LoadedModule[60]=C:\Windows\system32\timedate.cpl
    LoadedModule [61] = to C:\Windows\system32\ATL. DLL
    LoadedModule[62]=C:\Windows\system32\actxprxy.dll
    LoadedModule[63]=C:\Windows\system32\ntmarta.dll
    LoadedModule[64]=C:\Windows\system32\WLDAP32.dll
    LoadedModule[65]=C:\Windows\System32\shdocvw.dll
    LoadedModule[66]=C:\Windows\system32\LINKINFO.dll
    LoadedModule [67] = c: \ Program Files (x 86) \ThinkPad\Utilities\PWMTR64V. DLL
    LoadedModule[68]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[69]=C:\Windows\system32\COMDLG32.dll
    LoadedModule [70] = C:\Windows\system32\WINSPOOL. DRV
    LoadedModule[71]=C:\Windows\system32\oledlg.dll
    LoadedModule[72]=C:\Windows\system32\XmlLite.dll
    LoadedModule[73]=C:\Windows\system32\WTSAPI32.dll
    LoadedModule[74]=C:\Windows\system32\WINMM.dll
    LoadedModule [75] = C:\Windows\system32\PSAPI. DLL
    LoadedModule[76]=C:\Windows\system32\OLEACC.dll
    LoadedModule [77] = C:\PROGRA~2\ThinkPad\UTILIT~1\US\PWMRT64V. DLL
    LoadedModule [78] = C:\PROGRA~2\ThinkPad\UTILIT~1\PWMIF64V. DLL
    LoadedModule[79]=C:\Windows\system32\WINTRUST.dll
    LoadedModule[80]=C:\Windows\system32\CRYPT32.dll
    LoadedModule[81]=C:\Windows\system32\MSASN1.dll
    LoadedModule[82]=C:\Windows\system32\wbemcomn.dll
    LoadedModule[83]=C:\Windows\system32\WS2_32.dll
    LoadedModule[84]=C:\Windows\system32\NSI.dll
    LoadedModule[85]=C:\Windows\system32\wbem\wbemsvc.dll
    LoadedModule[86]=C:\Windows\system32\wbem\fastprox.dll
    LoadedModule[87]=C:\Windows\system32\NTDSAPI.dll
    LoadedModule [88] = C:\Windows\system32\IGFXEXPS. DLL
    LoadedModule[89]=C:\Windows\system32\Sensor64.dll
    LoadedModule[90]=C:\Windows\system32\USERENV.dll
    LoadedModule[91]=C:\Windows\system32\msls31.dll
    LoadedModule [92] = c: Files\microsoft shared\ink\tiptsf.dll
    LoadedModule[93]=C:\Windows\System32\ieframe.dll
    LoadedModule[94]=C:\Windows\system32\iertutil.dll
    LoadedModule[95]=C:\Windows\system32\authui.dll
    LoadedModule[96]=C:\Windows\system32\CRYPTUI.dll
    LoadedModule[97]=C:\Windows\system32\NetworkExplorer.dll
    LoadedModule[98]=C:\Windows\system32\MPR.dll
    LoadedModule[99]=C:\Windows\System32\gameux.dll
    LoadedModule[100]=C:\Windows\System32\wer.dll
    LoadedModule[101]=C:\Windows\system32\msiltcfg.dll
    LoadedModule[102]=C:\Windows\system32\VERSION.dll
    LoadedModule[103]=C:\Windows\system32\msi.dll
    LoadedModule[104]=C:\Windows\system32\urlmon.dll
    LoadedModule[105]=C:\Windows\system32\WININET.dll
    LoadedModule[106]=C:\Windows\system32\Normaliz.dll
    LoadedModule [107] = C:\Windows\system32\SFC. DLL
    LoadedModule [108] = C:\Windows\system32\sfc_os. DLL
    LoadedModule[109]=C:\Windows\System32\SyncCenter.dll
    LoadedModule[110]=C:\Windows\system32\wdmaud.drv
    LoadedModule[111]=C:\Windows\system32\ksuser.dll
    LoadedModule[112]=C:\Windows\system32\AVRT.dll
    LoadedModule [113] = C:\Windows\system32\AUDIOSES. DLL
    LoadedModule[114]=C:\Windows\system32\msacm32.drv
    LoadedModule[115]=C:\Windows\system32\MSACM32.dll
    LoadedModule[116]=C:\Windows\system32\midimap.dll
    LoadedModule[117]=C:\Windows\system32\netutils.dll
    LoadedModule[118]=C:\Windows\system32\MLANG.dll
    LoadedModule[119]=C:\Windows\system32\stobject.dll
    LoadedModule[120]=C:\Windows\system32\BatMeter.dll
    LoadedModule[121]=C:\Windows\system32\es.dll
    LoadedModule[122]=C:\Windows\system32\prnfldr.dll
    LoadedModule[123]=C:\Windows\system32\dxp.dll
    LoadedModule[124]=C:\Windows\system32\Syncreg.dll
    LoadedModule[125]=C:\Windows\ehome\ehSSO.dll
    LoadedModule[126]=C:\Windows\System32\netshell.dll
    LoadedModule [127] = C:\Windows\System32\IPHLPAPI. DLL
    LoadedModule [128] = C:\Windows\System32\WINNSI. DLL
    LoadedModule[129]=C:\Windows\System32\nlaapi.dll
    LoadedModule[130]=C:\Windows\System32\AltTab.dll
    LoadedModule[131]=C:\Windows\System32\pnidui.dll
    LoadedModule[132]=C:\Windows\System32\QUtil.dll
    LoadedModule[133]=C:\Windows\System32\wevtapi.dll
    LoadedModule[134]=C:\Windows\system32\wpdshserviceobj.dll
    LoadedModule[135]=C:\Windows\system32\PortableDeviceTypes.dll
    LoadedModule[136]=C:\Windows\System32\Actioncenter.dll
    LoadedModule[137]=C:\Windows\system32\PortableDeviceApi.dll
    LoadedModule[138]=C:\Windows\System32\cscobj.dll
    LoadedModule[139]=C:\Windows\System32\srchadmin.dll
    LoadedModule [140] = C:\Program Files\ThinkPad\Bluetooth Software\btncopy.dll
    LoadedModule[141]=C:\Windows\system32\mssprxy.dll
    LoadedModule[142]=C:\Windows\System32\msxml6.dll
    LoadedModule[143]=C:\Windows\system32\imapi2.dll
    LoadedModule[144]=C:\Windows\System32\bthprops.cpl
    LoadedModule [145] = C:\Windows\system32\dhcpcsvc6. DLL
    LoadedModule [146] = C:\Windows\system32\dhcpcsvc. DLL
    LoadedModule[147]=C:\Windows\system32\credssp.dll
    LoadedModule[148]=C:\Windows\System32\npmproxy.dll
    LoadedModule[149]=C:\Windows\System32\hgcpl.dll
    LoadedModule[150]=C:\Windows\System32\provsvc.dll
    LoadedModule[151]=C:\Windows\system32\SAMLIB.dll
    LoadedModule[152]=C:\Windows\system32\wkscli.dll
    LoadedModule [153] = C:\Windows\system32\SXS. DLL
    LoadedModule[154]=C:\Windows\system32\fxsst.dll
    LoadedModule[155]=C:\Windows\system32\FXSAPI.dll
    LoadedModule [156] = C:\Windows\system32\FXSRESM. DLL
    LoadedModule[157]=C:\Windows\system32\Wlanapi.dll
    LoadedModule[158]=C:\Windows\system32\wlanutil.dll
    LoadedModule[159]=C:\Windows\system32\wwanapi.dll
    LoadedModule[160]=C:\Windows\system32\wwapi.dll
    LoadedModule[161]=C:\Windows\System32\QAgent.dll
    LoadedModule[162]=C:\Windows\System32\UIAnimation.dll
    LoadedModule[163]=C:\Windows\system32\DEVRTL.dll
    LoadedModule[164]=C:\Windows\System32\wscinterop.dll
    LoadedModule[165]=C:\Windows\System32\WSCAPI.dll
    LoadedModule[166]=C:\Windows\System32\wscui.cpl
    LoadedModule[167]=C:\Windows\System32\werconcpl.dll
    LoadedModule[168]=C:\Windows\System32\framedynos.dll
    LoadedModule[169]=C:\Windows\System32\wercplsupport.dll
    LoadedModule[170]=C:\Windows\System32\hcproviders.dll
    LoadedModule [171] = C:\Program may Explorer\ieproxy.dll
    LoadedModule[172]=C:\Windows\system32\MsftEdit.dll
    LoadedModule[173]=C:\Windows\system32\cabview.dll
    LoadedModule [174] = C:\Program Files\ThinkPad\Bluetooth Software\btmmhook.dll
    LoadedModule[175]=C:\Windows\system32\thumbcache.dll
    LoadedModule[176]=C:\Windows\System32\StructuredQuery.dll
    LoadedModule[177]=C:\Windows\system32\zipfldr.dll
    LoadedModule[178]=C:\Windows\System32\drprov.dll
    LoadedModule[179]=C:\Windows\System32\ntlanman.dll
    LoadedModule[180]=C:\Windows\System32\davclnt.dll
    LoadedModule[181]=C:\Windows\System32\DAVHLPR.dll
    LoadedModule[182]=C:\Windows\system32\prnntfy.dll
    LoadedModule[183]=C:\Windows\system32\puiapi.dll
    LoadedModule[184]=C:\Windows\system32\printui.dll
    LoadedModule[185]=C:\Windows\system32\puiobj.dll
    LoadedModule[186]=C:\Windows\system32\mswsock.dll
    LoadedModule[187]=C:\Windows\System32\wshtcpip.dll
    LoadedModule[188]=C:\Windows\System32\wship6.dll
    LoadedModule[189]=C:\Windows\system32\DNSAPI.dll
    LoadedModule[190]=C:\Windows\system32\rasadhlp.dll
    LoadedModule[191]=C:\Windows\System32\fwpuclnt.dll
    LoadedModule [192] = C:\Windows\system32\kerberos. DLL
    LoadedModule[193]=C:\Windows\system32\cryptdll.dll
    LoadedModule[194]=C:\Windows\system32\bcrypt.dll
    LoadedModule[195]=C:\Windows\system32\bcryptprimitives.dll
    LoadedModule[196]=C:\Windows\system32\van.dll
    LoadedModule[197]=C:\Windows\system32\RasMM.dll
    LoadedModule[198]=C:\Windows\system32\RASAPI32.dll
    LoadedModule[199]=C:\Windows\system32\rasman.dll
    LoadedModule[200]=C:\Windows\system32\WWanMM.dll
    LoadedModule[201]=C:\Windows\system32\WlanMM.dll
    LoadedModule[202]=C:\Windows\system32\wlanhlp.dll
    LoadedModule[203]=C:\Windows\system32\OneX.DLL
    LoadedModule[204]=C:\Windows\system32\eappprxy.dll
    LoadedModule[205]=C:\Windows\system32\eappcfg.dll
    LoadedModule [206] = c: Files\Lenovo\lpu\lpu_lib.dll
    LoadedModule[207]=C:\Windows\system32\NETAPI32.dll
    LoadedModule [208] = C:\Windows\system32\SAMCLI. DLL
    LoadedModule[209]=C:\Windows\system32\wpdshext.dll
    LoadedModule[210]=C:\Windows\system32\ndfapi.dll
    LoadedModule[211]=C:\Windows\system32\wdi.dll
    LoadedModule[212]=C:\Windows\system32\EhStorAPI.dll
    LoadedModule[213]=C:\Windows\system32\imaadp32.acm
    LoadedModule[214]=C:\Windows\system32\msg711.acm
    LoadedModule[215]=C:\Windows\system32\msgsm32.acm
    LoadedModule[216]=C:\Windows\system32\msadp32.acm
    LoadedModule[217]=C:\Windows\System32\l3codeca.acm
    State [0]. Key = transport. DoneStage1
    State [0]. Value = 1
    State [1]. Key = DataRequest
    State [1]. Value = bucket = 134239895/nBucketTable = 4/nResponse = 1/n
    FriendlyEventName = Stopped Working
    ConsentKey = APPCRASH
    AppName = Windows Explorer
    AppPath=C:\Windows\Explorer.EXE

    Hi Jesse,.

    Thank you for your response. I can understand the disadvantages you've met on this issue. I'll be happy to help you with this problem.

    I appreciate your efforts for the difficult steps of troubleshooting and providing additional troubleshooting necessary details.

    This problem can be caused by infected files, drivers or conflicts with other programs, software malicious, and memory can cause starting problems.

    I suggest you read the article my computer hangs or freezes on Windows startup screen of link below to resolve this issue.

    https://support.Microsoft.com/kb/2681286?WA=wsignin1.0

    Article a steps to start troubleshooting repair, Startup Repair can detect and solve the problems that prevent the startup of your PC.

    Keep us informed of the results. Don't answer if you need assistance, we will be happy to help you.

  • Using GPMC dll without installing GPMC product

    Hi friends,

    I'm developing a c# application that compares the GPO of the current computer with the recommended. It should be a 'light' app that can run on multiple computers without installation.

    In order to read the GPO to the computer, I used "Microsoft.GroupPolicy.Management.dll" (it works well).

    I copied the exe and the dll (including the error message) in a folder to another computer, when I run it, I get the following error:

    Could not load file or assembly 'Microsoft.GroupPolicy.ServerAdminTools.GpmgmtLib, Version = 2.0.0.0, Culture = neutral, PublicKeyToken = 31bf3856ad364e35' or one of its dependencies. The system cannot find the specified file.

    Is it possible to use the GPMC dll without the product of the GPMC installed?

    Eyal.

    Reginiano,

    As you try to develop an application of C3, this query is best in the following MSDN forum.

    Thanks for posting the request here.

    Answer if you have other issues with Windows and we will be happy to help.

  • mscorwks.dll corrupt message found in the sfc results

    I cannot launch an application (Quicken) and was told to reinstall .NET Frameworks for my version of Windows 7 Home Premium.

    I've deleted and reinstalled, and it doesn't work.  I then tried the Microsoft Fix it 50736 and that has not worked.

    I ran the sfc verifyonly and sfc/scannow and found this message in two files.

    2013-07-13 17:20:12, 000002f0 CSI Info [SR] cannot repair the military record [l:24 {12}] "mscorwks.dll' of NetFx-MSCORWKS_DLL, Version = 6.1.7601.18140,
    pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope, neutral
    PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch
    2013-07-13 17:20:12, 000002f2 CSI Info [SR] cannot repair the military record [l:24 {12}] "mscorwks.dll' of NetFx-MSCORWKS_DLL, Version = 6.1.7601.18140,
    pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope, neutral
    PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch
    2013-07-13 17:20:12, 000002f3 CSI Info [SR] this element is referenced by [l:156 {78}]
    "Package_2_for_KB2833946 ~ 31bf3856ad364e35 ~ amd64 ~ ~ 6.1.1.1.2833946 - 18_neutral_GDR.
    2013-07-13 17:20:12, 000002f6 CSI Info [SR] could not reproject corrupted file
    [ml:520 {260}, l:98 {49}] « \ ?? \C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"\[l:24{12}]"mscorwks.dll ';
    source file in the store is also corrupted

    Other solutions?

    Try to perform a repair (upgrade locally) using a Windows 7 installation disc and check.

    http://support.Microsoft.com/kb/2255099/en-us

    Note: the programs and files will be retained after the upgrade on the spot.

    In addition, get in touch with Quicken support and check if there is a work around to get the software installed.

    http://Quicken.Intuit.com/support/

  • Did not find the manifesto for the en-US culture.

    I am trying to Remote Desktop in Citrix to work and I get this.  I have a new computer with Window 7 Ultimate in a Mid Tower.  I don't want to add a profile on my computer and I get the follow-up message after running sxstrace.  On the old computer with XP it's the same thing, so I added a profile, which makes me go through login and it works that way.  I will not allow a profile on my new computer.

    Here is the error on my new Windows 7 computer.

    NEWS: Try to detect manifest to C:\Windows\assembly\GAC_32\Microsoft.Windows.Common-Controls\6.0.0.0_en-US_6595b64144ccf1df\Microsoft.Windows.Common-Controls.DLL.
    INFO: Found no manifesto for the en-US culture.

    Is it possible that I can get this common = controls.dll on my computer?

    I spent a lot of time on it and if I don't use my old computer, then I won't be able to work from home.

    This is my home computer and I shouldn't have to put in place the way I don't want.

    Please can someone help me on this.

     

    Hello

    The Microsoft Answers community focuses on the context of use. Please reach out to the business community of COMPUTING in the TechNet forum below.

    http://social.technet.Microsoft.com/forums/en-us/category/w7itpro

  • SFC.exe Unable to fix the jscript9.dll

    Windows 8 x 64 professional

    Don't know what caused this problem, but I guess that jscript9.dll is corrupted. Internet Explorer and Skype (Win8 and office) wouldn't start, so I ran SFC. The CBS.log newspaper mentioned that jscript9.dll could be repaired. The event viewer does not seem to mention anything about well jscript9.dll.

    CBS.log
    2012-12-16 01:00:02, CSI Info 0000061f [SR] cannot repair the military record [l:24 {12}] "jscript9.dll" Microsoft-Windows-writing scripts-JScript9, Version = 10.0.9200.16453, pA = PROCESSOR_ARCHITECTURE_IA32_ON_WIN64 (10), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, type neutral, TypeName neutral, neutral to the public key in the store, hash mismatch "
    eventvwr.msc
    Mistake1 - App Microsoft.SkypeApp_kzf8qxf38zg5c! App not launched within the time limit.
    Error2 - Activation of Microsoft.SkypeApp_kzf8qxf38zg5c app! App failed with the error: the remote procedure call failed. See the Microsoft-Windows-TWinUI/operational log for more information.
    Error3 - failing application name: wwahost.exe, version: 6.2.9200.16420, time stamp: 0x505a90d6
    The failed module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Offset: 0x43195d6b
    ID of the process failed: 0xadc
    Start time of application vulnerabilities: 0x01cddb7cac4a90f0
    The failing application path: C:\Windows\syswow64\wwahost.exe
    Path of the failing module: unknown
    Report ID: ea303d84-476f-11e2-be82-6c626ddd8ddb
    Failed package name: Microsoft.SkypeApp_1.2.0.129_x86__kzf8qxf38zg5c
    On a package of faults application ID: App
    Same errors with Internet Explore (Desktop). WIN8 Internet Explorer seems to work very well however. Didn't find more applications that are affected.
    I can post more details if necessary.
    Similar questions:
    http://answers.Microsoft.com/en-us/IE/Forum/IE9-Windows_7/problem-event-name-APPCRASH-fault-module-name/213b9e1c-769D-4A18-bef8-74857ad75428

    What I might suggest at this stage is to uninstall KB2761465 and see if the problem resolves.

    Thereafter, you could reinstall KB2761465.

    General precautionary measure create a restoration system in advance.

  • Vista and DreamweaverCtls.dll

    I just installed Dreamweaver CS3 on my new Vista Ultimate desktop. I install my site OK, but when I try to view through a browser I get the error message:

    Could not load file or assembly 'DreamweaverCtrls, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = 836f606ede05d46a' or one of its dependencies. The system cannot find the specified file.

    I have this file in bin (placed there by Dreamweaver) and it works OK from my XP Pro system.

    I wonder if it is a Vista compatibility problem. Can anyone suggest anything?

    Git it! My IIS wwwroot folder has no a with the dll inside bin directory. I created and copied DreamweaverCtls.dll and bingo, everything works fine now.

    Thank you very much for the help, he me stimulated to look deeper.

Maybe you are looking for

  • Elegant themes for Tumblr works partially on Firefox 30.0.

    HelloI read a lot of forum discussions, but none of them solved my problem. Recently, I upgraded to the latest version of Firefox and it turns out that my Tumblr themes installed load as partially - background changes, but everything else remains the

  • Compaq CQ58: Key 72738988 disabled system BIOS

    Help me!!! BIOS system off key 72738988

  • that download files that I have to update to sp3

    I reset my computer to factory settings (xp home edition) is a package of service 1 I can't seem to load a sp2 update so I can upgrade to a sp3.   What can I do?

  • ERROR MESSAGE [OXC0150004]

    I DOWNLOADED AVG ANTI VIRUS DOWNLOAD ON MY COMPUTER AND I KEEP THIS ERROR MESSAGE HAPPEN WHEN I CLICK ON THE SHORTCUT.THE EXACT MESSAGE SE READS "THE APPLICATION COULD NOT INITIALIZE PROPERLY" [OXC150004]BUT THE TOOLBAR SEEMS TO HAVE DOWNLOADED AND W

  • The camera information

    Can someone help me...When I insert a photo in Lightroom, I get all my setting of the camera on the top left corner of the photo I want to change.I don't know how to get rid of this...Please help me...Thank you...Steve.