<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SQLWebTools Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=SQLWebTools</link><description>SQLWebTools Forum Rss Description</description><item><title>New Post: Is anything happening with this project?  Is it still current?</title><link>http://sqlwebtools.codeplex.com/discussions/361570</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;I am just wondering if anything is happening with this project and if it will be updated for the new 2012 release of SQL Server.&amp;nbsp; If so, then that would be great considering a web interface is so much easier to maneuver than the desktop interface provided
 by SSMS if you ask me.&amp;nbsp; Thanks and please do let me know.&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Chromebuster</author><pubDate>Sun, 01 Jul 2012 17:11:15 GMT</pubDate><guid isPermaLink="false">New Post: Is anything happening with this project?  Is it still current? 20120701051115P</guid></item><item><title>New Post: Error	102	Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=9.0.242.0</title><link>http://sqlwebtools.codeplex.com/discussions/354377</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have download and unzipped the code&lt;/p&gt;
&lt;p&gt;when i ran the code in visual studio it gives error in web.config&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 102&amp;nbsp;&amp;nbsp;&amp;nbsp; Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.&amp;nbsp;&amp;nbsp;&amp;nbsp;
 E:\Language\SQLWebTools\SQLWebTools\src\sqltools\SqlWebAdminCS\Web.Config&amp;nbsp;&amp;nbsp;&amp;nbsp; 69&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i have visual studio 2010 and sql server 2008 developer edition&lt;/p&gt;
&lt;p&gt;i tried to add reference but couldnt find microsoft.sqlserver.smo&lt;/p&gt;
&lt;p&gt;where can i found smo.dll&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>skhurams</author><pubDate>Thu, 03 May 2012 10:48:27 GMT</pubDate><guid isPermaLink="false">New Post: Error	102	Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=9.0.242.0 20120503104827A</guid></item><item><title>NEW POST: Unable to download!</title><link>http://www.codeplex.com/SQLWebTools/Thread/View.aspx?ThreadId=17141</link><description>&lt;div class="wikidoc"&gt;
I'm trying to download the most current release zip file, and the page shows &amp;quot;Updating&amp;quot;, flashes the terms of service agreement, and then nothg. Help!&lt;br /&gt;
&lt;/div&gt;</description><author>Nebulus</author><pubDate>Tue, 30 Oct 2007 14:34:35 GMT</pubDate><guid isPermaLink="false">NEW POST: Unable to download! 20071030023435P</guid></item><item><title>User Forum: status of project</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=1908</link><description>Is there anything happening with the SQL Server Web tools project?  The MS hosting solution v4 links to this for a web based alternative for hosting clients wanting to access their SQL databases.  It seemed like this would be perfect.  Perhaps finally something equivalent to phpmyadmin only for MS SQL.

However, it appears very alpha.  Basic functionality such as browsing tables and changing field content is not working (ASP.NET error).  Create table does nothing (looks like that one does not postback to the web.)

Is this still a work in progress?</description><author>vistagrande</author><pubDate>Wed, 18 Oct 2006 20:09:37 GMT</pubDate><guid isPermaLink="false">User Forum: status of project 20061018080937P</guid></item><item><title>User Forum: RE: Error after 1st time login as Admin</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=730</link><description>It looks like this call is failing:

child["showAsTab"].ToLower() 

The reason you would get a null exception is if child didn't have a "showAsTab" attribute.

Double-check your sitemap and be sure that you add the attribute "showAsTab" to all your sitemap nodes.</description><author>TerryDenham</author><pubDate>Thu, 24 Aug 2006 04:54:51 GMT</pubDate><guid isPermaLink="false">User Forum: RE: Error after 1st time login as Admin 20060824045451A</guid></item><item><title>User Forum: Error after 1st time login as Admin</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=730</link><description>Installer.aspx ran fine and Admin account is in the db.
Running in a virtual directory under a SharePoint Server 2007 virtual server (with Ttrust = Full).

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 63:             foreach (SiteMapNode child in root.ChildNodes)
Line 64:             {
Line 65:                 if (child.ChildNodes.Count &gt; 0 &amp;&amp; child["showAsTab"].ToLower() == "true")
Line 66:                 {
Line 67: 					IList roles = child.Roles;
 

Source File: c:\Inetpub\SQLWebTools\Controls\TabStripControl.ascx.cs    Line: 65 

Stack Trace: 


[NullReferenceException: Object reference not set to an instance of an object.]
   TabStripControl.Page_Load(Object sender, EventArgs e) in c:\Inetpub\SQLWebTools\Controls\TabStripControl.ascx.cs:65
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 </description><author>imorrish</author><pubDate>Sun, 13 Aug 2006 05:55:45 GMT</pubDate><guid isPermaLink="false">User Forum: Error after 1st time login as Admin 20060813055545A</guid></item><item><title>User Forum: Data Types</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=487</link><description>The query analyzer (i think) give me error when i try to load the datatype nvarchar(max), how i can fix this problem, or what i can do?.
I'm new with databases, and not very good, if you can help me i will be very gratefully.
Sorry my English i'm from Argentina.
Thanks.</description><author>pcuaap</author><pubDate>Sat, 22 Jul 2006 19:35:45 GMT</pubDate><guid isPermaLink="false">User Forum: Data Types 20060722073545P</guid></item><item><title>Developer Forum: RE: forget VB folder</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=86&amp;ThreadId=302</link><description>I just checked the download and didn't have this problem. You should have placeholder.txt in the VB directory, and should be able to find it in the zipped source download.</description><author>edlehman</author><pubDate>Wed, 05 Jul 2006 16:16:59 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: forget VB folder 20060705041659P</guid></item><item><title>User Forum: RE: let's get it run - thank you for some help</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=221</link><description>You can download SMO as a separate install from http://www.microsoft.com/downloads/XMO, which will give the SMO libraries without installing SQL on the same box as the web app.</description><author>edlehman</author><pubDate>Fri, 30 Jun 2006 15:41:16 GMT</pubDate><guid isPermaLink="false">User Forum: RE: let's get it run - thank you for some help 20060630034116P</guid></item><item><title>Developer Forum: forget VB folder</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=86&amp;ThreadId=302</link><description>&lt;add directoryName="VB"/&gt;
“/SqlWebAdminCS/App_Code/VB/” folder not exist
Maybee forget the folder when publish</description><author>michealin</author><pubDate>Fri, 30 Jun 2006 03:22:46 GMT</pubDate><guid isPermaLink="false">Developer Forum: forget VB folder 20060630032246A</guid></item><item><title>User Forum: RE: Does it work with SQL Server Express?</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=274</link><description>It should work with Express just fine...</description><author>danwinn</author><pubDate>Thu, 29 Jun 2006 07:11:22 GMT</pubDate><guid isPermaLink="false">User Forum: RE: Does it work with SQL Server Express? 20060629071122A</guid></item><item><title>User Forum: RE: let's get it run - thank you for some help</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=221</link><description>did anyone get this to work?

I'm using SQL 2005

I have IIS running on a different server than the SQL!

I'm not sure how to fix this.......I want to use the remote SQL server and not the express version?

is this possible???</description><author>twindude</author><pubDate>Tue, 27 Jun 2006 20:24:37 GMT</pubDate><guid isPermaLink="false">User Forum: RE: let's get it run - thank you for some help 20060627082437P</guid></item><item><title>User Forum: Does it work with SQL Server Express?</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=274</link><description>Does it work with SQL Server Express version?</description><author>dbl007</author><pubDate>Tue, 27 Jun 2006 17:22:14 GMT</pubDate><guid isPermaLink="false">User Forum: Does it work with SQL Server Express? 20060627052214P</guid></item><item><title>User Forum: RE: let's get it run - thank you for some help</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=221</link><description>It looks like your latest error is due to an old cookie. If you clear your cookies and start the application again, it should clear up.

Also, I agree it would be nice if these forums supported email alerts, but you can get an RSS feed for the site, which does give you some of the same capabilities.</description><author>edlehman</author><pubDate>Tue, 27 Jun 2006 15:10:33 GMT</pubDate><guid isPermaLink="false">User Forum: RE: let's get it run - thank you for some help 20060627031033P</guid></item><item><title>User Forum: RE: let's get it run - thank you for some help</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=221</link><description>So here I am. I suppose that I should have entered with the user 'sa' first as it is described in the word document – but as I said this did not work. 

Let me know how I may continue to give you better feedback. 

Regards,
Fabian

PS This forum is really too simple, no email feedback when someone answers a post and only 2000 characters per message, no edit possibility once a post is sent. They should have used CS for that or something of that kind ;-)</description><author>fabianus</author><pubDate>Fri, 23 Jun 2006 20:17:43 GMT</pubDate><guid isPermaLink="false">User Forum: RE: let's get it run - thank you for some help 20060623081743P</guid></item><item><title>User Forum: RE: let's get it run - thank you for some help</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=221</link><description>Hi Danwinn and edlehman, 

Now I got it to work :-). I did not find SMO to download so I installed SQL-Server Express. 

I think the what you'll help most is that I tell you my difficulties instead of solving them on my own, so that you might see where you could add some more user guidance.

First I had an error as already reported because there was no folder VB in the App_Code. 

Once I got on the login page I had difficulties to check in as 'sa' of the .\SQLExpress server. I suppose that the application is looking for 'sa' on localhost and not at .\SQLExpress?

So what I did is that I created a new user with "create a user account" as this seemed to me the most logical thing to do. After words I am not so sure about this. Because once I created the user account and I connected to an sql-db (mysqldb), I simply could see the db name 'mysqldb' and some very simple information in "Home" and "Administration", and that's it – no functionality was available. 
Later I came back on it (after some eating to get forces :-), but I was not asked for the credentials to log on mysqldb. And now mysqldb is not listed on the tab "Home" and when I go on "My Account" or "Administration" I get an error : 

Format of the initialization string does not conform to specification starting at index 0. 
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.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.
…

Line 92: 					{
Line 93:                         string clearConnString = GetConnectionString();
Line 94: 						server = new Microsoft.SqlServer.Management.Smo.Server(new ServerConnection(new SqlConnection(clearConnString)));
Line 95: 						try
Line 96: 						{

(I continue in the next post because of character limit)</description><author>fabianus</author><pubDate>Fri, 23 Jun 2006 20:16:52 GMT</pubDate><guid isPermaLink="false">User Forum: RE: let's get it run - thank you for some help 20060623081652P</guid></item><item><title>User Forum: RE: let's get it run - thank you for some help</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=221</link><description>Hey Fabian.  Thanks for getting the discussion started in the forums :)

Tha assembly it's asking for is the SQL Server Management Objects (SMO) library.  Web Admin uses it to talk to SQL Servers.

Do you have SQL installed on the box you're running Web Admin on?  You're going to need to have SMO on the box.</description><author>danwinn</author><pubDate>Wed, 21 Jun 2006 17:54:57 GMT</pubDate><guid isPermaLink="false">User Forum: RE: let's get it run - thank you for some help 20060621055457P</guid></item><item><title>User Forum: RE: let's get it run - thank you for some help</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=221</link><description>The complete setup instructions are on the site now. Please check to see if that helps with your issues.</description><author>edlehman</author><pubDate>Wed, 21 Jun 2006 00:54:15 GMT</pubDate><guid isPermaLink="false">User Forum: RE: let's get it run - thank you for some help 20060621125415A</guid></item><item><title>User Forum: let's get it run - thank you for some help</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=SQLWebTools&amp;ForumId=88&amp;ThreadId=221</link><description>Hello guys, 

I started testing your tool. I did a build and got a little error : 

Error     1          The code subdirectory '/SqlWebAdminCS/App_Code/VB/' does not exist. D:\Visual Studio 2005\Projects\SQLWebTools\src\sqltools\SqlWebAdminCS\Web.Config  89        

But this was simple to fix: I just created the folder VB in App_Code. 

Now I tried the application (sqlwebtools.orkos.com) and got this error: 


Parser Error Message: Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.

Source Error: 

Line 80:                  &lt;compilation defaultLanguage="C#" debug="true"&gt;

Line 81:                           &lt;assemblies&gt;

Line 82:                                    &lt;add assembly="Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/&gt;

Line 83:                                    &lt;add assembly="Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/&gt;

Line 84:                                    &lt;add assembly="Microsoft.SqlServer.SqlEnum, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/&gt;
 
Source File: C:\mySites\SqlWebAdminCS\web.config    Line: 82 

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

This is on a VPS (Windows 2003). Please let me know what kind of change I should perform to get this project running (for the moment the setup page is not setup).

Looking forward to see this running!

Regards, 
Fabian 

PS This is the firs post in this forum - I'm honoured ;-)</description><author>fabianus</author><pubDate>Wed, 21 Jun 2006 00:30:24 GMT</pubDate><guid isPermaLink="false">User Forum: let's get it run - thank you for some help 20060621123024A</guid></item></channel></rss>