If I start Microsoft SQL Server normally and
in the Object Explorer click the Connect button
it displays a drop down menu. I select Report Services.
It displays connect to server window with reporting services selected.
If I click the connect button, I get the following error log.
Randy Seedle
Robbins-Gioia LLC
TITLE: Connect to Server
------------------------------
Cannot connect to RRADCATSQL\RRAD_RG_TOOLS.
------------------------------
ADDITIONAL INFORMATION:
Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<html>
<head>
<title>Compilation Error</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/ReportServerRRAD_RG_TOOLS' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>Compilation Error</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your
source code appropriately.
<br><br>
<b> Compiler Error Message: </b>CS0234: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)<br><br>
<b>Source Error:</b><br><br>
<table width=100% bgcolor="#ffffcc">
<tr><td>
</td></tr>
<tr>
<td>
<code><pre>
Line 133: <pages>
Line 134: <namespaces>
<font color=red>Line 135: <add namespace="System.Data"/>
</font>Line 136: <add namespace="System.Drawing"/></namespaces></pages></system.web>
Line 137: <location path="WFLogin.aspx" inheritInChildApplications="true"></pre></code>
</td>
</tr>
</table>
<br>
<b>Source File:</b> q:\websites\production\web.config
<b>Line:</b> 135
<br><br>
<br><div class="expandable" onclick="OnToggleTOCLevel1('compilerOutputDiv')">Show Detailed Compiler Output:</div>
<div id="compilerOutputDiv" style="display: none;">
<br><table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserverrrad_rg_tools\ee699533\bafcda30\assembly\dl3\b253dcd7\00e6ca06_c998cb01\ReportingServicesWebServer.DLL" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserverrrad_rg_tools\ee699533\bafcda30\App_global.asax.ioogwma6.dll" /D:DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699;1701 "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserverrrad_rg_tools\ee699533\bafcda30\App_global.asax.ioogwma6.0.cs" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\reportserverrrad_rg_tools\ee699533\bafcda30\App_global.asax.ioogwma6.1.cs"
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.3053
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
q:\websites\production\web.config(135,18): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)
q:\websites\production\web.config(136,18): error CS0234: The type or namespace name 'Drawing' does not exist in the namespace 'System' (are you missing an assembly reference?)
</pre></code>
</td>
</tr>
</table>
</div>
<br><div class="expandable" onclick="OnToggleTOCLevel1('dynamicCodeDiv')">Show Complete Compilation Source:</div>
<div id="dynamicCodeDiv" style="display: none;">
<br><table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
Line 1: <?xml version="1.0"?><configuration>
Line 2: <!-- Application setings -->
Line 3: <connectionStrings>
Line 4: <add name="ConnectionString" connectionString="Data Source=RRADCATSQL\RRAD_RG_TOOLS;Initial Catalog=Whse_Prod;Persist Security Info=True;User ID=RRAD;Password=rrad" providerName="System.Data.SqlClient"/>
Line 5: <add name="DupsConnectionString" connectionString="Data Source=RRADCATSQL\RRAD_RG_TOOLS;Initial Catalog=Dups;Persist Security Info=True;User ID=RRAD;Password=rrad" providerName="System.Data.SqlClient"/>
Line 6: <add name="cnnWhse_Prod" connectionString="Data Source=RRADCATSQL\RRAD_RG_TOOLS;Initial Catalog=Whse_Prod;Integrated Security=True" providerName="System.Data.SqlClient"/>
Line 7: </connectionStrings>
Line 8: <appSettings>
Line 9: <add key="ReportServer" value="http://147.58.184.235//ReportServerRRAD_RG_TOOLS?/Dups/"/>
Line 10: <add key="ReportServer1" value="http://147.58.184.235/ReportServerRRAD_RG_TOOLS"/>
Line 11: <add key="ExcessDispDataLoc" value="Whse_Prod.dbo."/>
Line 12: <add key="connectstring" value="Data Source=RRADCATSQL\RRAD_RG_TOOLS; Initial Catalog=Whse_Prod; Persist Security Info=True;User Id=RRAD;Password=rrad;providerName=System.Data.SqlClient"/>
Line 13: <add key="PIDUSER" value="PIDUSR.text"/>
Line 14: <add key="WebPOC" value="WebPOC"/>
Line 15: <add key="WebPOCEmail" value="abc@mail.com"/>
Line 16: <add key="POC" value="POC"/>
Line 17: <add key="POCEmail" value="def@mail.com"/>
Line 18: <add key="DefaultPage" value="WFDefault.aspx"/>
Line 19: <add key="AppVersion" value="Version: 2.21 (3/16/2010)"/>
Line 20: <add key="AppLogo" value="Images\wstsstop.png"/>
Line 21: <add key="AppColor" value="#336699"/>
Line 22: <add key="MenuOrientation" value="1"/>
Line 23: <add key="MenuBarColor" value="#d4d0c8"/>
Line 24: <add key="MenuBarTextColor" value="#000000"/>
Line 25: <add key="MenuBarSelectedColor" value="#B6BDD2"/>
Line 26: <add key="MenuBarSelectedTextColor" value="#000000"/>
Line 27: <add key="MenuDisabledColor" value="#a5a6a6"/>
Line 28: <add key="MenuTextColor" value="#000000"/>
Line 29: <add key="MenuSelectedColor" value="#B6BDD2"/>
Line 30: <add key="MenuSelectedTextColor" value="#000000"/>
Line 31: <add key="MenuColor" value="#d4d0c8"/>
Line 32: <add key="MenuBackgroundFile" value="./images/background.gif"/>
Line 33: <add key="ChartHttpHandler" value="Storage=memory;Timeout=180;Url=~/temp/;"/>
Line 34: </appSettings>
Line 35: <system.web>
Line 36: <!-- DYNAMIC DEBUG COMPILATION
Line 37: Set compilation debug="true" to insert debugging symbols (.pdb information)
Line 38: into the compiled page. Because this creates a larger file that executes
Line 39: more slowly, you should set this value to true only when debugging and to
Line 40: false at all other times. For more information, refer to the documentation about
Line 41: debugging ASP.NET files.
Line 42: -->
Line 43: <httpHandlers>
Line 44: <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false"/>
Line 45: <add path="ChartAxd.axd" verb="*" type="Dundas.Charting.WebControl.ChartHttpHandler" validate="false"/>
Line 46: </httpHandlers>
Line 47: <compilation debug="true" strict="true" defaultLanguage="vb">
Line 48: <compilers>
Line 49: <compiler language="vb" extension=".VB" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" compilerOptions="/define:Debug=True /define:Trace=True
/imports:System,System.Collections,System.Configuration,System.Data,System.Drawing,System.Web,System.Web.UI,System.Web.UI.HtmlControls,System.Web.UI.WebControls"/>
Line 50: </compilers>
Line 51: <assemblies>
Line 52: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 53: <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 54: <add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 55: <add assembly="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 56: <add assembly="Office, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/>
Line 57: <add assembly="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/>
Line 58: <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 59: <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 60: <add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 61: <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 62: <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 63: <add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 64: <add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 65: <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 66: <add assembly="System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 67: <add assembly="System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 68: <add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 69: <add assembly="System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 70: <add assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 71: <add assembly="Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies>
Line 72: <buildProviders>
Line 73: <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 74: </buildProviders>
Line 75: </compilation>
Line 76: <!-- CUSTOM ERROR MESSAGES
Line 77: Set customErrors mode="On" or "RemoteOnly" to enable custom error messages, "Off" to disable.
Line 78: Add <error> tags for each of the errors you want to handle.
Line 79:
Line 80: "On" Always display custom (friendly) messages.
Line 81: "Off" Always display detailed ASP.NET error information.
Line 82: "RemoteOnly" Display custom (friendly) messages only to users not running
Line 83: on the local Web server. This setting is recommended for security purposes, so
Line 84: that you do not display application detail information to remote clients.
Line 85: -->
Line 86: <customErrors mode="Off"/>
Line 87: <!-- AUTHENTICATION
Line 88: This section sets the authentication policies of the application. Possible modes are "Windows",
Line 89: "Forms", "Passport" and "None"
Line 90:
Line 91: "None" No authentication is performed.
Line 92: "Windows" IIS performs authentication (Basic, Digest, or Integrated Windows) according to
Line 93: its settings for the application. Anonymous access must be disabled in IIS.
Line 94: "Forms" You provide a custom form (Web page) for users to enter their credentials, and then
Line 95: you authenticate them in your application. A user credential token is stored in a cookie.
Line 96: "Passport" Authentication is performed via a centralized authentication service provided
Line 97: by Microsoft that offers a single logon and core profile services for member sites.
Line 98: -->
Line 99: <authentication mode="Windows"/>
Line 100: <!-- AUTHORIZATION
Line 101: This section sets the authorization policies of the application. You can allow or deny access
Line 102: to application resources by user or role. Wildcards: "*" mean everyone, "?" means anonymous
Line 103: (unauthenticated) users.
Line 104: -->
Line 105: <authorization>
Line 106: <allow users="*"/>
Line 107: <!-- Allow all users -->
Line 108: <!-- <allow users="[comma separated list of users]"
Line 109: roles="[comma separated list of roles]"/>
Line 110: <deny users="[comma separated list of users]"
Line 111: roles="[comma separated list of roles]"/>
Line 112: -->
Line 113: </authorization>
Line 114: <!-- APPLICATION-LEVEL TRACE LOGGING
Line 115: Application-level tracing enables trace log output for every page within an application.
Line 116: Set trace enabled="true" to enable application trace logging. If pageOutput="true", the
Line 117: trace information will be displayed at the bottom of each page. Otherwise, you can view the
Line 118: application trace log by browsing the "trace.axd" page from your web application
Line 119: root.
Line 120: -->
Line 121: <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true"/>
Line 122: <!-- SESSION STATE SETTINGS
Line 123: By default ASP.NET uses cookies to identify which requests belong to a particular session.
Line 124: If cookies are not available, a session can be tracked by adding a session identifier to the URL.
Line 125: To disable cookies, set sessionState cookieless="true".
Line 126: -->
Line 127: <sessionState timeout="480"/>
Line 128: <!-- GLOBALIZATION
Line 129: This section sets the globalization settings of the application.
Line 130: -->
Line 131: <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
Line 132: <xhtmlConformance mode="Legacy"/>
Line 133: <pages>
Line 134: <namespaces>
Line 135: <add namespace="System.Data"/>
Line 136: <add namespace="System.Drawing"/></namespaces></pages></system.web>
Line 137: <location path="WFLogin.aspx" inheritInChildApplications="true">
Line 138: <connectionStrings>
Line 139: <remove name="LocalSqlServer"/>
Line 140: </connectionStrings>
Line 141: </location>
Line 142: </configuration></pre></code>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
function OnToggleTOCLevel1(level2ID)
{
var elemLevel2 = document.getElementById(level2ID);
if (elemLevel2.style.display == 'none')
{
elemLevel2.style.display = '';
}
else {
elemLevel2.style.display = 'none';
}
}
</script>
<br><br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.3634; ASP.NET Version:2.0.50727.3634
</font>
</body>
</html>
<!--
[HttpCompileException]: q:\websites\production\web.config(135): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)
at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
at System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp)
at System.Web.Compilation.BuildManager.CompileGlobalAsax()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
[HttpException]: q:\websites\production\web.config(135): error CS0234: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)
at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
-->
--. (Microsoft.SqlServer.Management.UI.RSClient)
------------------------------
BUTTONS:
OK
------------------------------
Randy Seedle