Buzzsaw Forum Archive
Welcome to Autodesk’s Buzzsaw Forums. Share your knowledge, ask questions, and explore popular Buzzsaw topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Login Problems with ASP.NET

5 REPLIES 5
Reply
Message 1 of 6
ianc
393 Views, 5 Replies

Login Problems with ASP.NET

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.
5 REPLIES 5
Message 2 of 6
RonnieWilkins
in reply to: ianc

string siteURL = "https://webfolders.buzzsaw.com/someproject";

This threw me for a loop too.
Ronnie Wilkins, Jr.
Message 3 of 6
ianc
in reply to: ianc

thanks 🙂 yep i got it
Message 4 of 6
raseniero
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?
Message 5 of 6
raseniero
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
Message 6 of 6
Anonymous
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?

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report