Hi Thomas,
I think the problem here is that the CLSID is not
consistent between versions of StarTeam. I think it would be best to rewrite the
starteam tasks as wrappers for a command line tool.
Gert
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas P Morgan
Sent: woensdag 24 november 2004 16:25
To: [EMAIL PROTECTED]
Subject: [NAntC-Dev] StarTeam error
I am getting this error when trying to run the stlist task:
list:
BUILD FAILED
INTERNAL ERROR
System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID
{58697520-56AB-11D5-B316-0800209CC2CE} is either not valid or not registered.
at NAnt.Contrib.Tasks.StarTeam.StarTeamTask.openView() in d:\Source\nantcontr
ib-20041103T210313Z\src\Tasks\StarTeam\StarTeamTask.cs:line 205
at NAnt.Contrib.Tasks.StarTeam.TreeBasedTask.ExecuteTask() in d:\Source\nantc
ontrib-20041103T210313Z\src\Tasks\StarTeam\TreeBasedTask.cs:line 172
at NAnt.Core.Task.Execute() in d:\Source\nant-20041122T160358Z\src\NAnt.Core\
Task.cs:line 177
at NAnt.Core.Target.Execute() in d:\Source\nant-20041122T160358Z\src\NAnt.Cor
e\Target.cs:line 249
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in
d:\Source\nant-20041122T160358Z\src\NAnt.Core\Project.cs:line 882
at NAnt.Core.Project.Execute() in d:\Source\nant-20041122T160358Z\src\NAnt.Co
re\Project.cs:line 839
at NAnt.Core.Project.Run() in d:\Source\nant-20041122T160358Z\src\NAnt.Core\P
roject.cs:line 908
Please send bug report to [EMAIL PROTECTED]
Total time: 0.1 seconds.
I have installed the SDK, and registered Stargate.NET.dll in the GAC. I am using Version 6 of StarTeam.
Tom Morgan