<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/silvernode/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/silvernode/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 19 May 2006 17:11:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/silvernode/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>error installing</title><link>https://sourceforge.net/p/silvernode/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i tried to install the forum but when i go to the &lt;br /&gt;
setup.aspx and run it i receive the following error.&lt;/p&gt;
&lt;p&gt;Error in Processing &lt;br /&gt;
Error: Cannot start your application. The workgroup &lt;br /&gt;
information file is missing or opened exclusively by &lt;br /&gt;
another user.&lt;br /&gt;
Action: Please go back and try again.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;the server of my webhost has 2 folders:&lt;br /&gt;
webroot&lt;br /&gt;
database&lt;br /&gt;
i uploaded all the files from Chimaera to the folder &lt;br /&gt;
webroot.&lt;br /&gt;
Can you tell me what to do, please.&lt;br /&gt;
Thank you very much.&lt;br /&gt;
Luis J.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 19 May 2006 17:11:15 -0000</pubDate><guid>https://sourceforge.netd83c2a018e183b0d8defbcc733aeac6f8850cf4d</guid></item><item><title>Specified cast is not valid</title><link>https://sourceforge.net/p/silvernode/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I got a error in Line 480:&lt;br /&gt;
int m = (int)db.GetScalar("SELECT COUNT(*) FROM " + &lt;br /&gt;
InstancePrefix + "ActiveUsers");&lt;/p&gt;
&lt;p&gt;I have mysql5.0,NetFramework 2.0, IIS5.0 and the &lt;br /&gt;
setup runs fine.&lt;/p&gt;
&lt;p&gt;Server Error in '/Chim2' Application.&lt;br /&gt;
Specified cast is not valid.&lt;br /&gt;
Description: An unhandled exception occurred during &lt;br /&gt;
the execution of the current web request. Please &lt;br /&gt;
review the stack trace for more information about the &lt;br /&gt;
error and where it originated in the code.&lt;/p&gt;
&lt;p&gt;Exception Details: System.InvalidCastException: &lt;br /&gt;
Specified cast is not valid.&lt;/p&gt;
&lt;p&gt;Source Error:&lt;/p&gt;
&lt;p&gt;Line 478:   }&lt;br /&gt;
Line 479:   db.DoData("DELETE FROM " + &lt;br /&gt;
InstancePrefix + "ActiveUsers WHERE LastUpdate &amp;lt;= '" &lt;br /&gt;
+ Chronoset.ConvertToStr(DateTime.Now.AddMinutes(-&lt;br /&gt;
UserTimeout)) + "'");&lt;br /&gt;
Line 480:   int m = (int)db.GetScalar("SELECT &lt;br /&gt;
COUNT(*) FROM " + InstancePrefix + "ActiveUsers");&lt;br /&gt;
Line 481:   if(TrackHighestOnline == 1)&lt;br /&gt;
Line 482:       if(m &amp;gt; (int)db.GetScalar&lt;br /&gt;
("SELECT MaxOnline FROM " + InstancePrefix &lt;br /&gt;
+ "Totals"))&lt;/p&gt;
&lt;p&gt;Source File: c:\inetpub\wwwroot\Chim2&lt;br /&gt;
\Cforum\config.aspx    Line: 480&lt;/p&gt;
&lt;p&gt;Stack Trace:&lt;/p&gt;
&lt;p&gt;[InvalidCastException: Specified cast is not valid.]&lt;br /&gt;
ASP.default_aspx.TrackUsers() in &lt;br /&gt;
c:\inetpub\wwwroot\Chim2\Cforum\config.aspx:480&lt;br /&gt;
ASP.default_aspx.Top(String title) in &lt;br /&gt;
c:\inetpub\wwwroot\Chim2\Cforum\config.aspx:119&lt;br /&gt;
ASP.default_aspx.Local_Load() in &lt;br /&gt;
c:\inetpub\wwwroot\Chim2\Cforum\Default.aspx:10&lt;br /&gt;
ASP.default_aspx.Page_Load() in &lt;br /&gt;
c:\inetpub\wwwroot\Chim2\common\vars.aspx:155&lt;/p&gt;
&lt;p&gt;System.Web.Util.ArglessEventHandlerDelegateProxy.Callb&lt;br /&gt;
ack(Object sender, EventArgs e) +10&lt;br /&gt;
System.Web.UI.Control.OnLoad(EventArgs e) +67&lt;br /&gt;
System.Web.UI.Control.LoadRecursive() +35&lt;br /&gt;
System.Web.UI.Page.ProcessRequestMain() +720&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">agnes21</dc:creator><pubDate>Fri, 17 Mar 2006 15:52:59 -0000</pubDate><guid>https://sourceforge.net5f7334e9190fc93be861edf5bed0fa70ecb042b8</guid></item><item><title>Exception Details: System.InvalidCastException: Specified ca</title><link>https://sourceforge.net/p/silvernode/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I get this when I try to go to admin after I ran the &lt;br /&gt;
install.aspx page successfully (please note that this is &lt;br /&gt;
the unmodified application):&lt;/p&gt;
&lt;p&gt;Server Error in '/chimera' Application.&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
--------------------------&lt;/p&gt;
&lt;p&gt;Specified cast is not valid. &lt;br /&gt;
Description: An unhandled exception occurred during the &lt;br /&gt;
execution of the current web request. Please review the &lt;br /&gt;
stack trace for more information about the error and &lt;br /&gt;
where it originated in the code. &lt;/p&gt;
&lt;p&gt;Exception Details: System.InvalidCastException: &lt;br /&gt;
Specified cast is not valid.&lt;/p&gt;
&lt;p&gt;Source Error: &lt;/p&gt;
&lt;p&gt;Line 353:   int[] dlevel = new int[6];&lt;br /&gt;
Line 354: &lt;br /&gt;
Line 355:   int cnt = (int)db.GetScalar("SELECT COUNT(*) &lt;br /&gt;
FROM " + InstancePrefix + "Levels INNER JOIN " + &lt;br /&gt;
InstancePrefix + "LevelLinks ON " + InstancePrefix &lt;br /&gt;
+ "Levels.L_ID = " + InstancePrefix &lt;br /&gt;
+ "LevelLinks.LL_Level WHERE LL_Member = " + member);&lt;br /&gt;
Line 356:   // Why is this array a string? It only holds &lt;br /&gt;
integers, after all...but, if I make it a string[], I can &lt;br /&gt;
reduce MultiSecurity() from O(n) to O(1).&lt;br /&gt;
Line 357:   string[] stack = new string[cnt];&lt;/p&gt;
&lt;p&gt;Source File: &lt;br /&gt;
C:\Inetpub\wwwroot\chimera\common\security.aspx  &lt;br /&gt;
Line: 355 &lt;/p&gt;
&lt;p&gt;Stack Trace: &lt;/p&gt;
&lt;p&gt;[InvalidCastException: Specified cast is not valid.]&lt;br /&gt;
ASP.default_aspx.Conjunction(String member) in &lt;br /&gt;
C:\Inetpub\wwwroot\chimera\common\security.aspx:355&lt;br /&gt;
ASP.default_aspx.AbstractLogin(Int32 id) in &lt;br /&gt;
C:\Inetpub\wwwroot\chimera\common\vars.aspx:263&lt;br /&gt;
ASP.default_aspx.Login(String name, String pass) in &lt;br /&gt;
C:\Inetpub\wwwroot\chimera\common\vars.aspx:228&lt;br /&gt;
ASP.default_aspx.CommonHeader() in &lt;br /&gt;
C:\Inetpub\wwwroot\chimera\admin\acf.aspx:12&lt;br /&gt;
ASP.default_aspx.Local_Load() in &lt;br /&gt;
C:\Inetpub\wwwroot\chimera\admin\Default.aspx:8&lt;br /&gt;
ASP.default_aspx.Page_Load() in &lt;br /&gt;
C:\Inetpub\wwwroot\chimera\common\vars.aspx:155&lt;/p&gt;
&lt;p&gt;System.Web.Util.ArglessEventHandlerDelegateProxy.Callb&lt;br /&gt;
ack(Object sender, EventArgs e) +10&lt;br /&gt;
System.Web.UI.Control.OnLoad(EventArgs e) +67&lt;br /&gt;
System.Web.UI.Control.LoadRecursive() +35&lt;br /&gt;
System.Web.UI.Page.ProcessRequestMain() +750&lt;/p&gt;
&lt;p&gt;------------------------------------------------------&lt;br /&gt;
--------------------------&lt;br /&gt;
Version Information: Microsoft .NET Framework &lt;br /&gt;
Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 21 Dec 2004 20:43:57 -0000</pubDate><guid>https://sourceforge.net705a36710ee8b620a9ceaa9f6b9261a5834b9d66</guid></item></channel></rss>