• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Buzzsaw Developer

    Reply
    New Member
    Posts: 2
    Registered: ‎01-31-2005

    Login Problems with ASP.NET

    164 Views, 5 Replies
    01-31-2005 02:08 AM
    Hello,

    I am currently trying out the API with ASP.NET/C# and the following problem occurs when I issue the session login command.

    Exception Details: System.Runtime.InteropServices.COMException: An unexpected internal error was detected

    The code is as follows:

    string siteURL = "https://projectpoint.buzzsaw.com/someproject";
    string username = "someusername";
    string password ="somepassword";

    PPSessionClass sess = new PROJECTPOINTCLIENTLib.PPSessionClass();

    sess.LogIn(username, password, siteURL);

    Any help would be greatly appreciated.

    Thanks.
    Please use plain text.
    Distinguished Contributor
    Posts: 452
    Registered: ‎04-07-2003

    Re: Login Problems with ASP.NET

    02-03-2005 04:46 PM in reply to: ianc
    string siteURL = "https://webfolders.buzzsaw.com/someproject";

    This threw me for a loop too.
    Ronnie Wilkins, Jr.
    AMS CAD + CAFM Solutions
    Sr. Solutions Developer
    Autodesk Certified Instructor: Inventor
    Please use plain text.
    New Member
    Posts: 2
    Registered: ‎01-31-2005

    Re: Login Problems with ASP.NET

    02-11-2005 01:58 AM in reply to: ianc
    thanks :smileyhappy: yep i got it
    Please use plain text.
    Member
    Posts: 3
    Registered: ‎11-29-2006

    Re: Login Problems with ASP.NET

    11-29-2006 10:19 AM in reply to: ianc
    Hi there i've done the same thing but same error my url is

    https://webfolders.buzzsaw.com/client/myclient

    whats wrong with the url?
    Please use plain text.
    Member
    Posts: 3
    Registered: ‎11-29-2006

    Re: Login Problems with ASP.NET

    11-29-2006 10:23 AM in reply to: ianc
    Dont worry i figured it out.

    the right url is https://webfolders.buzzsaw.com/client

    i was given the incorrect url

    thanks,
    Ramon
    Please use plain text.
    *Scott Sheppard \(Autodesk\)

    Re: Login Problems with ASP.NET

    11-29-2006 01:07 PM in reply to: ianc
    The correct URL is https://webfolders.buzzsaw.com/myclient assuming myclient
    is the name of your site. The "client" part of a regular URL invokes the
    ProjectPoint client as in http://projectpoint.buzzsaw.com/client/myclient.

    wrote in message news:5409748@discussion.autodesk.com...
    Hi there i've done the same thing but same error my url is

    https://webfolders.buzzsaw.com/client/myclient

    whats wrong with the url?
    Please use plain text.