V
vrancev
Guest
After updating to 8.6.0.4 verson I get the following error when trying to use WebAdmin:
Server Error in '/' Application.
________________________________________
Compilation Error
Description: 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.
Compiler Error Message: BC30451: Name 'AppInterface' is not declared.
Source Error:
Line 8: <tr><td align="center" valign="top">
Line 9:
Line 10: <% AppInterface.DrawWindowHeader ("Connect to Server", "javascript:window.close();", "350") %>
Line 11:
Line 12: <form runat="server">
Source File: C:\inetpub\vhosts\sqladmin\mssql\app\connect.aspx Line: 10
Show Detailed Compiler Output:
C:\Windows\SysWOW64\inetsrv> "C:\Windows\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /R:"C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_connect.aspx.vb.8bbed87e.8fomwxas.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /out:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.dll" /DEBUG=1 /debug+ /win32resource:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\l2nz7wrq.res" /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.0.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.1.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.2.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.3.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.4.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.5.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.6.vb"
Microsoft (R) Visual Basic Compiler version 8.0.50727.3053
for Microsoft (R) .NET Framework version 2.0.50727.3053
Copyright (c) Microsoft Corporation. All rights reserved.
C:\inetpub\vhosts\sqladmin\mssql\app\connect.aspx(10) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowHeader ("Connect to Server", "javascript:window.close();", "350")
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\connect.aspx(36) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowFooter()
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\query.aspx(7) : error BC30451: Name 'ConnectionString' is not declared.
Dim Con as SQLConnection = New SQLConnection(ConnectionString.Value)
~~~~~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\query.aspx(33) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowHeader ("Query", "tables.aspx", "100%")
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\query.aspx(55) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowFooter()
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\tables_Insert.aspx(6) : error BC30451: Name 'ConnectionString' is not declared.
Dim Con as SQLConnection = New SQLConnection(ConnectionString.Value)
~~~~~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\tables_Insert.aspx(52) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowHeader ("Inser Data", "tables_properties.aspx?table=" & request("table"), "95%")
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\tables_Insert.aspx(131) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowFooter()
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\titlebar.aspx(8) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawTitleBar ("ASP.Net Enterprise Manager", "javascriptarent.window.close();")
~~~~~~~~~~~~
Server Error in '/' Application.
________________________________________
Compilation Error
Description: 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.
Compiler Error Message: BC30451: Name 'AppInterface' is not declared.
Source Error:
Line 8: <tr><td align="center" valign="top">
Line 9:
Line 10: <% AppInterface.DrawWindowHeader ("Connect to Server", "javascript:window.close();", "350") %>
Line 11:
Line 12: <form runat="server">
Source File: C:\inetpub\vhosts\sqladmin\mssql\app\connect.aspx Line: 10
Show Detailed Compiler Output:
C:\Windows\SysWOW64\inetsrv> "C:\Windows\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /R:"C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_connect.aspx.vb.8bbed87e.8fomwxas.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /out:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.dll" /DEBUG=1 /debug+ /win32resource:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\l2nz7wrq.res" /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.0.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.1.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.2.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.3.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.4.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.5.vb" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f19fdd4b\ebb962bd\App_Web_l2nz7wrq.6.vb"
Microsoft (R) Visual Basic Compiler version 8.0.50727.3053
for Microsoft (R) .NET Framework version 2.0.50727.3053
Copyright (c) Microsoft Corporation. All rights reserved.
C:\inetpub\vhosts\sqladmin\mssql\app\connect.aspx(10) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowHeader ("Connect to Server", "javascript:window.close();", "350")
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\connect.aspx(36) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowFooter()
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\query.aspx(7) : error BC30451: Name 'ConnectionString' is not declared.
Dim Con as SQLConnection = New SQLConnection(ConnectionString.Value)
~~~~~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\query.aspx(33) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowHeader ("Query", "tables.aspx", "100%")
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\query.aspx(55) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowFooter()
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\tables_Insert.aspx(6) : error BC30451: Name 'ConnectionString' is not declared.
Dim Con as SQLConnection = New SQLConnection(ConnectionString.Value)
~~~~~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\tables_Insert.aspx(52) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowHeader ("Inser Data", "tables_properties.aspx?table=" & request("table"), "95%")
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\tables_Insert.aspx(131) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawWindowFooter()
~~~~~~~~~~~~
C:\inetpub\vhosts\sqladmin\mssql\app\titlebar.aspx(8) : error BC30451: Name 'AppInterface' is not declared.
AppInterface.DrawTitleBar ("ASP.Net Enterprise Manager", "javascriptarent.window.close();")
~~~~~~~~~~~~