"object required" - calling vb6 COM object method (works ok in ASP)

  • Thread starter Thread starter mrrrk
  • Start date Start date
M

mrrrk

I have just installed the ASP.NET 1.1 June 2003 Hotfix Rollup Package
(http://support.microsoft.com/default.aspx?kbid=821156)

I am trying to call a method from a third party COM object.

If I try:

sessWorksOrderCompletion.GetOrders("","6")

the call works but if I try:

sessWorksOrderCompletion.GetOrders("000143","6")

I get an exception:

Object required

Both calls are *successful* in an old school ASP page.

Has anyone seen anything like this? Has the hotfix broken my machine?
 
Back
Top