CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2003
    Location
    Republic of Ireland
    Posts
    383

    .NET Framework SP1

    Hi,
    I've installed SP1 for .NET Framework 1.1 - after instalation, when I ran my app I get: "An unhandled exception of type 'System.NullReferenceException' occurred in Unknown Module". So, I can't see call stack because module is Unknown. What is worse, this error occurs not always, but sometimes...

    There were no changes to app code - only difference is SP1 for .NET Framework.

    Does someone have encountered similar problem? Please give me some advice or comment.

    Thanx in advance.

  2. #2
    Join Date
    Dec 2003
    Location
    Republic of Ireland
    Posts
    383

    Exclamation .NET Framework SP1 (bug)

    I've searched the net and I have found that it is known error and SP1 for .NET Framework should fix it. Alas in my case it is the cause. After uninstalling .NET Framework and reinstaling it (without SP1) all returns to normal. So, I assume that there is a bug in SP1 for .NET Framework 1.1

  3. #3
    Join Date
    Oct 2004
    Posts
    5

    Arrow Re: .NET Framework SP1

    I have a stranger error similar to that. I believe I have SP1.

    And it claims that system.ArgumentException: Invalid parameter used

  4. #4
    Join Date
    Dec 2003
    Location
    Republic of Ireland
    Posts
    383

    Post Re: .NET Framework SP1

    My problem is solved, but I really don't know how it was done Becaues of this error I have uninstalled .NETSP1 and continue my work without it. After number of days, I were tyring to reproduce the problem (by installing .NETSP1) but I can't. Everything works OK.

    I don't thing that my project have changed so much. Maybe it is effect of some others fixes I have installed form WindowsUpdate since then.

    So first update your Windows.

    Also try this:
    http://support.microsoft.com/?id=318608
    http://support.microsoft.com/?id=328557
    http://support.microsoft.com/?id=816497
    http://support.microsoft.com/?id=815635
    http://support.microsoft.com/?id=316180
    http://support.microsoft.com/?id=316138
    http://support.microsoft.com/?id=837318
    http://support.microsoft.com/?id=837698
    http://support.microsoft.com/?id=837222

    Hope it helps you.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured