C# DLL Error - Server 2003

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • zeplynne

    C# DLL Error - Server 2003

    I have a C# DLL that targets the 1.1 Framework. This dll
    is called by unmanged code (ASP, windows apps, etc...).
    When the dll is on almost any OS it works fine, except
    when it is on Server 2003.

    The error I receive is:

    error '80131418'
    Execution permission cannot be acquired.

    This dll was originally created with 1.0 then modified to
    target 1.1. It has been in production over a year and a
    half with no complications.

    Has anybody seen this error before? Not much about how to
    resolve on the Internet, actually I couldn't find anything
    that helped on softy's site. Can anybody let me know what
    may be the cause of the error stated above.

    Thanks.

    *Uninstalling MDAC security or IE sp1 updates does not
    always solve the problem.
  • zeplynne

    #2
    C# DLL Error - Server 2003

    OK. Here's the fix.

    Security update (828750) which replaces (822925). But the
    kicker, it doesn't work if you have previously installed
    (822925). Removed (822925), registered dll's and it
    worked.

    Spoke to Microsoft, they said that 828750 should fix the
    problem regardless, now they need to know that removing a
    patch to make a patch work is unacceptable.
    [color=blue]
    >-----Original Message-----
    >I have a C# DLL that targets the 1.1 Framework. This dll
    >is called by unmanged code (ASP, windows apps, etc...).
    >When the dll is on almost any OS it works fine, except
    >when it is on Server 2003.
    >
    >The error I receive is:
    >
    >error '80131418'
    >Execution permission cannot be acquired.
    >
    >This dll was originally created with 1.0 then modified to
    >target 1.1. It has been in production over a year and a
    >half with no complications.
    >
    >Has anybody seen this error before? Not much about how[/color]
    to[color=blue]
    >resolve on the Internet, actually I couldn't find[/color]
    anything[color=blue]
    >that helped on softy's site. Can anybody let me know[/color]
    what[color=blue]
    >may be the cause of the error stated above.
    >
    >Thanks.
    >
    >*Uninstallin g MDAC security or IE sp1 updates does not
    >always solve the problem.
    >.
    >[/color]

    Comment

    Working...