Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > Problem terrarium server beta1
 

Problem terrarium server beta1

I installed the terrarium server beta1 and did everything what was told, but I'm still getting an error.

this error appears:

COM object with CLSID {0002E500-0000-0000-C000-000000000046} is either not valid or not registered.

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.Runtime.InteropServices.COMException: COM object with CLSID {0002E500-0000-0000-C000-000000000046} is either not valid or not registered.

Source Error: 


Line 483:
Line 484:    chart.Title = "Population (24 hours starting " + begin.ToString() + ")";
Line 485:    chart.BuildChart();
Line 486:    Chart.ImageUrl = chart.ChartUrl;
Line 487:}
 

Source File: C:\Program Files\Terrarium Server [Beta 1]\Website\Charts\ChartNew.aspx    Line: 485

What can I do about it? I need it for schoolwork!
Thnx,
Jeanke
MigrationUser 1  Tuesday, April 12, 2005 7:11 AM
Here's a workaround that may fix it, try using:

String charttitle; (comment: not sure if this is how you declare a string, give it a whirl)
charttitle = "Population (24 hours starting ";
charttitle.Append(begin.ToString());
charttitle.Append(")")
chart.Title = charttitle


to replace:

chart.Title = "Population (24 hours starting " + begin.ToString() + ")";

It may not work, but it cant make it any worse.
MigrationUser 1  Tuesday, April 12, 2005 4:44 PM

You can use google to search for other answers

Custom Search

More Threads

• Mitch are you still running your server on 209.189.203.158?
• My way of getting PocketVision working with the locally installed TaskVision Server!!!!!
• How to Create a loop and save changes
• Puzzled
• Why TaskVision does NOT use .vsdisco?
• Did IssueVission run on SQL Server Express ?
• HELP!!! --> setting up terrarium server
• TaskVision WebService Source
• draw a waveform
• http://localhost/TaskVisionWS don't work..