does anyone know when i can get the latest source for the solpart menu for rainbow? i am trying to get it to work on vs.net 2002, winxp, fw 1.1 and receive the following error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 575: {
Line 576:
Line 577: returnValue = portalSettings.CustomSettings["SITESETTINGS_PAGE_TITLE"].ToString();
Line 578: }
Line 579: else
Source File: C:\Inetpub\Release1733\Rainbow\UI\Page.cs Line: 577
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Rainbow.UI.Page.GetHtmlHeadElement(String elementName, String elementValue) in C:\Inetpub\Release1733\Rainbow\UI\Page.cs:577
Rainbow.UI.Page.get_PageTitle() in C:\Inetpub\Release1733\Rainbow\UI\Page.cs:368
Rainbow.UI.Page.BuildHtmlHead() in C:\Inetpub\Release1733\Rainbow\UI\Page.cs:540
Rainbow.UI.Page.OnInit(EventArgs e) in C:\Inetpub\Release1733\Rainbow\UI\Page.cs:139
Rainbow.DesktopDefault.OnInit(EventArgs e) in C:\Inetpub\Release1733\Rainbow\DesktopDefault.aspx.cs:38
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Page.ProcessRequestMain() +174
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
i couldn't get the install cmd file to run correctly, so i copied all the stuff into my project manually. i think i got everything right and the solution compiles. however . . . as you can see i screwed something up. i'm using the release 1733 code right now. has anyone had success? i hope a link to latest code. thanks
G-