This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hey Joe,
Just installed the latest version of Mojo and tried in install RPX. It worked up to the login at the third party. When it returns, I get the following
Line 198: if (!resp.GetAttribute("stat").Equals("ok")) Line 199: { Line 200: throw new SystemException("Unexpected API error"); Line 201: } Line 202:
Source File: C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Components\OpenIdRpxHelper.cs Line: 200
Stack Trace:
[SystemException: Unexpected API error] mojoPortal.Web.OpenIdRpxHelper.ApiCall(String methodName, Dictionary`2 partialQuery) in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Components\OpenIdRpxHelper.cs:200 mojoPortal.Web.OpenIdRpxHelper.AuthInfo(String token, String tokenUrl) in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Components\OpenIdRpxHelper.cs:66 mojoPortal.Web.UI.OpenIdRpxHandlerPage.ProcessToken() in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Secure\OpenIdRpxHandler.aspx.cs:73 mojoPortal.Web.UI.OpenIdRpxHandlerPage.Page_Load(Object sender, EventArgs e) in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Secure\OpenIdRpxHandler.aspx.cs:66 System.Web.UI.Control.OnLoad(EventArgs e) +99 mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) in C:\Users\David\Documents\Visual Studio 2008\Projects\Dev.Yamisee.Com\mojoPortal\Web\Components\mojoBasePage.cs:425 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Vista Ultimate, IE 7, latest version of Mojo Running in Debug. I did rebuild all and setup before installing.
I would try it debugging via IIS, it works for me under IIS. I have not tried it under the VS web server, it may not work correctly on alternate ports.