Autodesk Buzzsaw Developer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Login Problems with ASP.NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
159 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.
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.
Re: Login Problems with ASP.NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-03-2005 04:46 PM in reply to:
ianc
string siteURL = "https://webfolders.buzzsaw.com/someproject";
This threw me for a loop too.
This threw me for a loop too.
Ronnie Wilkins, Jr.
AMS CAD + CAFM Solutions
Sr. Solutions Developer
Autodesk Certified Instructor: Inventor
AMS CAD + CAFM Solutions
Sr. Solutions Developer
Autodesk Certified Instructor: Inventor
Re: Login Problems with ASP.NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-11-2005 01:58 AM in reply to:
ianc
thanks
yep i got it
Re: Login Problems with ASP.NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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?
https://webfolders.buzzsaw.com/client/myclient
whats wrong with the url?
Re: Login Problems with ASP.NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
the right url is https://webfolders.buzzsaw.com/client
i was given the incorrect url
thanks,
Ramon
*Scott Sheppard \(Autodesk\)
Re: Login Problems with ASP.NET
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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?
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.
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?

