<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>GotCommunityNet</title><link>http://forums.asp.net/131.aspx</link><description>Discuss the GotCommunityNet open source application for ASP.NET 1.x.  &lt;a href="http://www.gotdotnet.com/community/workspaces/default.aspx?id=39959859-68b5-4f5e-bd85-c1a8555e39a9" target="_blank"&gt;GotCommunityNet Home&lt;/a&gt; &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=156&amp;c=25" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: CSKDB.cmd can't access database</title><link>http://forums.asp.net/thread/846659.aspx</link><pubDate>Fri, 04 Mar 2005 01:44:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:846659</guid><dc:creator>Afgooey</dc:creator><author>Afgooey</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/846659.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=131&amp;PostID=846659</wfw:commentRss><description>ok got it to work by doing it sll with SQL connection no windows authenticatino, and doing it as an upgrade. It is awesome, totally worth this pain. But... although I can get to it through explorer, the project won't build, it is missing
&lt;br /&gt;

&lt;br /&gt;
C:\Program Files\ASP.NET Starter Kits\ASP.NET Community Starter Kit (CSVS)\CommunityStarterKit\Engine\Framework\ContentPages\Controls\HtmlTextBox.cs(14): The type or namespace name 'HtmlTextBoxControls' does not exist in the class or namespace 'ASPNET.StarterKit.Communities' (are you missing an assembly reference?)
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
however the file is does exist and the namespace is ASPNET.StarterKit.Communities 
&lt;br /&gt;
above the namespace line says
&lt;br /&gt;
[assembly:TagPrefix(&amp;quot;HtmlTextBoxControls&amp;quot;, &amp;quot;FTB&amp;quot;)]
&lt;br /&gt;

&lt;br /&gt;
is this the assembly file I may be missing
&lt;br /&gt;

&lt;br /&gt;
this errer is for many different things, can't see them though they are there
&lt;br /&gt;

&lt;br /&gt;
thanks</description></item><item><title>Re: CSKDB.cmd can't access database</title><link>http://forums.asp.net/thread/846576.aspx</link><pubDate>Thu, 03 Mar 2005 23:39:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:846576</guid><dc:creator>Afgooey</dc:creator><author>Afgooey</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/846576.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=131&amp;PostID=846576</wfw:commentRss><description>ok for some reason if I put in (local) instrad of localhost the script runs, but if I go to the site, I am getting an error saying, have no idea why this work, am just trying anything, and that worked for rainbow installer to see the database (but then it got stuck and can't find it again)
&lt;br /&gt;

&lt;br /&gt;
Could not find stored procedure 'Community_Custom_RedirectGetRedirectsForCommunity'. 
&lt;br /&gt;
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. 
&lt;br /&gt;

&lt;br /&gt;
Exception Details: System.Data.SqlClient.SqlException: Could not find stored procedure 'Community_Custom_RedirectGetRedirectsForCommunity'.
&lt;br /&gt;

&lt;br /&gt;
Source Error: 
&lt;br /&gt;

&lt;br /&gt;
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
&lt;br /&gt;

&lt;br /&gt;
Stack Trace: 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
[SqlException: Could not find stored procedure 'Community_Custom_RedirectGetRedirectsForCommunity'.]
&lt;br /&gt;
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +723
&lt;br /&gt;
   System.Data.SqlClient.SqlCommand.ExecuteReader() +41
&lt;br /&gt;
   ASPNET.StarterKit.Communities.CustomRedirectUtility.GetCustomRedirectsFromDB() +191
&lt;br /&gt;
   ASPNET.StarterKit.Communities.CustomRedirectUtility.GetCustomRedirects() +104
&lt;br /&gt;
   ASPNET.StarterKit.Communities.CustomRedirectUtility.CalculateRedirects(String requestPath) +93
&lt;br /&gt;
   ASPNET.StarterKit.Communities.CommunitiesModule.Application_BeginRequest(Object source, EventArgs e) +257
&lt;br /&gt;
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
&lt;br /&gt;
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) +87
&lt;br /&gt;

&lt;br /&gt;
 
&lt;br /&gt;</description></item><item><title>Re: CSKDB.cmd can't access database</title><link>http://forums.asp.net/thread/846466.aspx</link><pubDate>Thu, 03 Mar 2005 21:39:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:846466</guid><dc:creator>Afgooey</dc:creator><author>Afgooey</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/846466.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=131&amp;PostID=846466</wfw:commentRss><description>by the way the error I get from the other starter kits when trying to find my database is
&lt;br /&gt;

&lt;br /&gt;
System.Exception: Unable to lookup local instances of SQL Server or MSDE
&lt;br /&gt;
   at InstallerActions.SQLSetup.GetInstances()
&lt;br /&gt;
   at InstallerActions.SelectDB.SelectDB_Load(Object sender, EventArgs e)
&lt;br /&gt;
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
&lt;br /&gt;
   at System.Windows.Forms.Form.OnCreateControl()
&lt;br /&gt;
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
&lt;br /&gt;
   at System.Windows.Forms.Control.CreateControl()
&lt;br /&gt;
   at System.Windows.Forms.Control.WmShowWindow(Message&amp;amp; m)
&lt;br /&gt;
   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)
&lt;br /&gt;
   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)
&lt;br /&gt;
   at System.Windows.Forms.ContainerControl.WndProc(Message&amp;amp; m)
&lt;br /&gt;
   at System.Windows.Forms.Form.WmShowWindow(Message&amp;amp; m)
&lt;br /&gt;
   at System.Windows.Forms.Form.WndProc(Message&amp;amp; m)
&lt;br /&gt;
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&amp;amp; m)
&lt;br /&gt;
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message&amp;amp; m)
&lt;br /&gt;
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</description></item><item><title>Re: CSKDB.cmd can't access database</title><link>http://forums.asp.net/thread/846460.aspx</link><pubDate>Thu, 03 Mar 2005 21:36:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:846460</guid><dc:creator>Afgooey</dc:creator><author>Afgooey</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/846460.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=131&amp;PostID=846460</wfw:commentRss><description>this may be related to my problem. The installers for the Portal, the Reports and the Commerce start up kits can't find SQL Server either. There is something special in the installers for the Commerce Kit and the Issue Tracker Kit that can see my SQL Server. 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
I know nothing about SQL server, have used access and oracle before a little</description></item><item><title>Re: CSKDB.cmd can't access database</title><link>http://forums.asp.net/thread/846448.aspx</link><pubDate>Thu, 03 Mar 2005 21:27:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:846448</guid><dc:creator>Afgooey</dc:creator><author>Afgooey</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/846448.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=131&amp;PostID=846448</wfw:commentRss><description>thanks, SQL server is running. I put in localhost for the IP address, I can ping myself, but not sure how to ping the server. I type
&lt;br /&gt;

&lt;br /&gt;
CSKDB.CMD localhost, CommunityStarterKit, sa, password
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
for the last 2 arguments I typed in sa, then the password I gave to SQL when setting up the SAPWD password. Not sure about this. 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
The nice install that cersion 1.0 has can find the SQL server no problem, so there's got to ba a way 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
How do I find out if SQL Server has a different port number?
&lt;br /&gt;

&lt;br /&gt;
Does a Database called CommunityStarterKit have to be created first?
&lt;br /&gt;

&lt;br /&gt;
Do I have to change the text in web.config to point to my machine and database first?
&lt;br /&gt;

&lt;br /&gt;
Why is SQL access better?</description></item><item><title>Re: CSKDB.cmd can't access database</title><link>http://forums.asp.net/thread/845997.aspx</link><pubDate>Thu, 03 Mar 2005 16:32:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:845997</guid><dc:creator>Redd</dc:creator><author>Redd</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/845997.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=131&amp;PostID=845997</wfw:commentRss><description>The error claims that the SQL server doesn't exist. Most likely possibilities:
&lt;br /&gt;

&lt;br /&gt;
Make sure the SQL server is actually running.
&lt;br /&gt;

&lt;br /&gt;
You are using the wrong name or ip address for the SQL server. Open a command prompt and try to ping the server using the exact same name as you are using for the CSKDB.cmd parameter. 
&lt;br /&gt;

&lt;br /&gt;
You may have a name resolution problem. Try using the IP address instead of the name, or add the name to your hosts file. If the SQL server is on a different machine make sure you can resolve the name. If DNS is being used for name resolution make sure the DNS server has an entry for the SQL server.
&lt;br /&gt;

&lt;br /&gt;
If the SQL server is using a different port # be sure to specify the port number with the name or IP address. MyServer:4001 for example.
&lt;br /&gt;

&lt;br /&gt;
The trtusted command file is only for use with trusted connections (windows security). I highly recommend you use SQL authentication and the standard command file if possible.</description></item><item><title>CSKDB.cmd can't access database</title><link>http://forums.asp.net/thread/845722.aspx</link><pubDate>Thu, 03 Mar 2005 12:56:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:845722</guid><dc:creator>Afgooey</dc:creator><author>Afgooey</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/845722.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=131&amp;PostID=845722</wfw:commentRss><description>Hi, I can install and compile/run 1.0, but not the upgrade.
&lt;br /&gt;

&lt;br /&gt;
When I run the CSKDB.cmd I get an error
&lt;br /&gt;
[DBNETLIB]SQL Server does not exist or access denied
&lt;br /&gt;
[DBNETLIB]ConnectionOpen (Connect())
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
I have tried doing it with 1.1 following the standalone instructions, by copying files into the 1.0 installation and upgrading, and with using the newer file called CSKDBtrusted.CMD and everyway gives me the same error message. Any suggestions?
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;</description></item></channel></rss>