Ask a Question related to ASP Components, Design and Development.
-
curt504 #1
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
-
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... -
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... -
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... -
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... -
#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... -
Alexey Smirnov #2
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



Reply With Quote

