Browse by Tags

All TagsASPCOM objects (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: Active X error can't create object

    Frankly, there are any number of reasons why the object can't be created. It could be a permissions issue (which doesn't seem to be the case here), or your DLL has a dependency on some other binary or API that doesn't exist in Windows Server 2008. You'll have to debug it further to see...
    Posted to Forum by davcox on 12-11-2007, 7:00 PM
  • Re: Active X error can't create object

    The VBScript would be a file named test.vbs containing: dim myobj set myobj = WScript.CreateObject("YourCOMObjectsProgID") WScript.Echo("success") Then use the "runas" command to run the script as different users ... it's one way to isolate the issue. Dave
    Posted to Forum by davcox on 12-11-2007, 2:50 PM
  • Re: Active X error can't create object

    Can you instantiate the object in a simple VBScript? (try running the vbscript as different users, to see if it's a permissions issue) Also, try using Failed Request Tracing (a new feature in IIS7) to see potentially more details. http://www.iis.net/articles/view.aspx/IIS7/Managing-IIS7/Diagnostics...
    Posted to Forum by davcox on 12-10-2007, 5:46 PM
Page 1 of 1 (3 items)
Page view counter