XP SP2 breaks .ASP calling .NET .DLL??

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default XP SP2 breaks .ASP calling .NET .DLL??

    Greetings,

    This works in XP SP1:

    regasm cominteroptest.dll /tlb:cominteroptest.tlb

    set obj = CreateObject("COMInteropTest.TestClass")

    But on XP SP2 boxes, I have to go through the registry entries for each
    ..NET interface and right-click - permissions - add my ISS user for All
    Prives.

    I have to do the registry edit every time I deploy new .DLLs. Is there
    a generalized solution that doesn't require customizing the .NET
    interface previleges? I tried running the IIS user as administrator,,,
    but this didn't work either.

    Thanks for any tips, curt

    curt504 Guest

  2. Similar Questions and Discussions

    1. FMS breaks at over 2 GB
      I'm using the latest version of FMS trying to do a basic stream of a 2+ GB file. At anything over 2 GB it plays for 1.5 seconds or so then freezes...
    2. Page Breaks
      The website that i work on has a page which is updated by several users with a CMS (not Contribute). This page is then printed off each day by a...
    3. MX 7 breaks CF 4 Jscript on NS 4.79
      I've integrated a javascript-based popup menu function from www.dynamicdrive.com into my Cold Fusion 4.01 CFM file. This is a cross-platform site...
    4. 1.8.0preview5 breaks VIM
      Ian Macdonald wrote: Indeed, I've found the same thing. I'm not familiar with Ruby internals, but I'm hoping Shugo Maeda will step forward to...
    5. #24812 [NEW]: Calling exit() from a destructor breaks next executed script
      From: vma1 at abv dot bg Operating system: Slackware Linux 9.0 PHP version: 5CVS-2003-07-25 (dev) PHP Bug Type: Zend Engine 2...
  3. #2

    Default Re: XP SP2 breaks .ASP calling .NET .DLL??

    have you tried to register your dll at Component Services in Administrative
    Tools, Control Panel?


    "curt504" <chsmith@speakeasy.net> wrote in message
    news:1143816155.185598.165830@u72g2000cwu.googlegr oups.com...
    > Greetings,
    >
    > This works in XP SP1:
    >
    > regasm cominteroptest.dll /tlb:cominteroptest.tlb
    >
    > set obj = CreateObject("COMInteropTest.TestClass")
    >
    > But on XP SP2 boxes, I have to go through the registry entries for each
    > .NET interface and right-click - permissions - add my ISS user for All
    > Prives.
    >
    > I have to do the registry edit every time I deploy new .DLLs. Is there
    > a generalized solution that doesn't require customizing the .NET
    > interface previleges? I tried running the IIS user as administrator,,,
    > but this didn't work either.
    >
    > Thanks for any tips, curt
    >

    Alexey Smirnov Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139