Hi
Upgraded my version of Perl (and the relevant modules) but it brings IIS down when I
call a PerlScript via the net. Reverted to 5.6 and no problems. It's not critical. But
if anybody has any ideas?
ActiveState 5.8
on WinNT Server 6a
Application Log Reports:
An object call caused an exception. (IID:
{51372AEF-CAE7-11CF-BE81-00AA00A2FA25}) (Method: 3) (Microsoft Transaction Server
Internals Information: File: i:\viper\src\runtime\mtxex\activity.cpp, Line: 889)
(Exception: C0000005) (Address: 0x090321a1) OLE!CreatePerlObject + 0x45
PerlSE + 0x54B3
PerlSE + 0x733B
PerlSE + 0x518F
PerlSE + 0x24F4
My PerlScript uses:
use DBI;
use Data::Dumper;
use Win32::ASP;
use Mail::Sender;
use LWP::UserAgent;
Regards
Clinton