c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.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.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\assembly\dl3\53e49534\4074fc37_878ec801\HSSite.DLL" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\assembly\dl3\ec7c2e9c\684ba6de_1684c601\PFProCOMLib.DLL" /R:"D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\assembly\dl3\af7bd92c\dcc45ede_1684c601\Interop.PFProCOMLib.DLL" /R:"D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\assembly\dl3\dd530ed1\7a7d0727_de8dc601\Utility.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.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\assembly\dl3\d4f43622\3a9511df_1684c601\PFProdotNET.DLL" /R:"D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\App_global.asax.oxnfj71s.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\assembly\dl3\6f2695c1\bc6cda8f_6fa1c801\StoreComponents.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /out:"D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\App_Web_fggm9z6q.dll" /D:DEBUG=1 /debug+ /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 "D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\App_Web_fggm9z6q.0.vb" "D:\DotnetRuntimeCompileSpace\root\c673ac09\d675cae4\App_Web_fggm9z6q.1.vb"
Microsoft (R) Visual Basic Compiler version 8.0.50727.1433
for Microsoft (R) .NET Framework version 2.0.50727.1433
Copyright (c) Microsoft Corporation. All rights reserved.
D:\inetpub\wwwroot\hs2006\www\brands\default.aspx(2) : error BC30037: Character is not valid.
Response.Clear();
~
D:\inetpub\wwwroot\hs2006\www\brands\default.aspx(3) : error BC30037: Character is not valid.
Response.Status = "301 Moved Permanently";
~
D:\inetpub\wwwroot\hs2006\www\brands\default.aspx(4) : error BC30037: Character is not valid.
Response.AddHeader("Location","http://brands.hardwarestore.com");
~
D:\inetpub\wwwroot\hs2006\www\brands\default.aspx(5) : error BC30037: Character is not valid.
Response.End();
~
D:\inetpub\wwwroot\hs2006\www\brands\default.aspx(6) : error BC30037: Character is not valid.
Server.Transfer("http://brands.hardwarestore.com");
~
|