Results 1 to 4 of 4

Thread: Microsoft.NET framework error

  1. #1
    Senior Member osci's Avatar
    Join Date
    Jan 2008
    Posts
    1,998
    Thanks
    579
    Thanked 340 Times in 170 Posts
    Rep Power
    296
    Reputation
    1560

    Default Microsoft.NET framework error

    Hi all, I don't know what has casued this error....I don't know how to fix it?, I'm prseumming it has something to do with .NETFRAME but haven't tried re-loading this as yet? any ideas anyone?

    " Unhmadled exception error ahs occurred in your application.If you clickContinue, the application will ignore this error and attempt to continue, If you click Quit, the applicatioon will close immediately.
    Could not load file or assembly "Microsoft.mshtml, Version=7.0.3300.0. Culture=neutral. PublicKey token=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    File name: 'Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
    at maper.From1.msn_Tick(Object sender, EventArgs e)
    at System.Windows.Forms.Timer.OnTick(EventArgs e)
    at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    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].



    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    maper
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Home%20Browsing/IE%20Internet%20Helper/maper.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Democracy & Ignorance = A Winning Combination



Look Here ->
  • #2
    Senior Member
    best4less's Avatar
    Join Date
    Jan 2008
    Location
    Australia
    Posts
    7,684
    Thanks
    3,487
    Thanked 2,207 Times in 1,132 Posts
    Rep Power
    758
    Reputation
    15165

    Default

    Found this might be what your looking for "BIG MAYBE"


    This is a problem with Microsoft.mshtml.dll 7.0


    When you do things right, people won't be sure that you have done anything at all

  • #3
    Senior Member osci's Avatar
    Join Date
    Jan 2008
    Posts
    1,998
    Thanks
    579
    Thanked 340 Times in 170 Posts
    Rep Power
    296
    Reputation
    1560

    Default

    Quote Originally Posted by best4less View Post
    Found this might be what your looking for "BIG MAYBE"


    This is a problem with Microsoft.mshtml.dll 7.0


    I say this cautiously, appears to have fixed the problem...everytime over the past week I started the PC this error would come up, I downloaded it and installed and restarted the pc again and no more so far.

    thanks heaps B4L
    Democracy & Ignorance = A Winning Combination

  • #4
    Premium Member
    OSIRUS's Avatar
    Join Date
    Jul 2008
    Location
    NSW
    Posts
    3,592
    Thanks
    10,571
    Thanked 2,467 Times in 958 Posts
    Rep Power
    1072
    Reputation
    38001

    Default

    Just an Idea,

    Go into Event Viewer, (Right click My Computer - Manage - Event Viewer)

    Examine The Logs in:
    1. Anti-virus
    2. Application.
    3. System

    Double click on any Warnings (yellow) or Error (red), then read the description (looking for something related to net framework), then click on the link for more information,

    If you do not find a solution in the more information link above, copy & paste the Event description (or part of) into google, & do a search,

    I have found solutions to errors sometimes doing this,

    Good Luck

    Edit: Problem Fixed by best4less, he is very good, Cheers
    Last edited by OSIRUS; 28-06-09 at 10:17 PM.
    Become a Premium Member and support the Austech Forum

  • The Following User Says Thank You to OSIRUS For This Useful Post:

    osci (28-06-09)

  • Similar Threads

    1. Looking For Microsoft Word 2003
      By Conor in forum PC Hardware and Printers (including 3D Printers)
      Replies: 4
      Last Post: 28-04-09, 12:14 AM
    2. microsoft and another piracy case
      By problem child in forum General Chat
      Replies: 0
      Last Post: 10-04-09, 09:15 AM
    3. Microsoft Mce Wireless Kb
      By loanrangiel in forum PC Hardware and Printers (including 3D Printers)
      Replies: 1
      Last Post: 08-04-09, 12:03 PM
    4. DFL-800 with Microsoft ISA Server
      By CrownClit in forum Security and Privacy
      Replies: 0
      Last Post: 04-02-08, 01:11 PM

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •