Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I'm trying to connect to TD 8 by using the API with C# .NET. I get one probl em: I cannot add requirement. I get exception "the parameter is incorrect" a t reqFactory.AddItem(null). Here is my code: tdc = (TDConnection) Session["TDConnect"]; ReqFactory reqFactory = (ReqFactory) tdc.ReqFactory; Req req = (Req) reqFactory.AddItem(null); Have I done something wrong?
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.