473,414 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Compiler Error Message: CS1595

When I compile my project using the IDE on a development machine it works
just fine. When I compile it on the server using csc.exe, I get the
following error when I try to bring it up in the web browser. What is the
issue?

Thanks,
Jim

Server Error in '/psnRequest' 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: CS1595:
'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is defined
in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
snFramework.dll'

Source Error:
Line 27:
Line 28:
[System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
Line 29: public class NavigationButtons_ascx :
WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
Line 30:
Line 31: private static bool __initialized = false;

Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29

Show Detailed Compiler Output:

C:\WINDOWS\system32> "c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
/t:library /utf8output
/R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s
ystem.web.mobile.dll"
/R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system.
data.dll"
/R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a
\system.web.services.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c
mnlogging.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p
sncommon.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
snframework.dll"
/R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11
d50a3a\system.enterpriseservices.dll"
/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x
ml.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c
mnexceptions.dll"
/R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst
em.drawing.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p
snrequest.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w
eb.dll"
/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c
mntools.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c
mnframework.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d
alcommon.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d
alframework.dll"
/out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary ASP.NET
Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+ /optimize-
/warnaserror /w:1 "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error CS1595:
'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is defined
in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
snFramework.dll'


Show Complete Compilation Source:

Line 1:
//--------------------------------------------------------------------------
----
Line 2: // <autogenerated>
Line 3: // This code was generated by a tool.
Line 4: // Runtime Version: 1.1.4322.573
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior and will
be lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line 9:
//--------------------------------------------------------------------------
----
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collections;
Line 14: using System.Collections.Specialized;
Line 15: using System.Configuration;
Line 16: using System.Text;
Line 17: using System.Text.RegularExpressions;
Line 18: using System.Web;
Line 19: using System.Web.Caching;
Line 20: using System.Web.SessionState;
Line 21: using System.Web.Security;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.WebControls;
Line 24: using System.Web.UI.HtmlControls;
Line 25: using ASP;
Line 26:
Line 27:
Line 28:
[System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
Line 29: public class NavigationButtons_ascx :
WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
Line 30:
Line 31: private static bool __initialized = false;
Line 32:
Line 33: public NavigationButtons_ascx() {
Line 34: if ((ASP.NavigationButtons_ascx.__initialized ==
false)) {
Line 35: ASP.NavigationButtons_ascx.__initialized = true;
Line 36: }
Line 37: }
Line 38:
Line 39: protected override bool SupportAutoEvents {
Line 40: get {
Line 41: return false;
Line 42: }
Line 43: }
Line 44:
Line 45: protected ASP.Global_asax ApplicationInstance {
Line 46: get {
Line 47: return
((ASP.Global_asax)(this.Context.ApplicationInstanc e));
Line 48: }
Line 49: }
Line 50:
Line 51: public override string TemplateSourceDirectory {
Line 52: get {
Line 53: return "/psnRequest/UserControls";
Line 54: }
Line 55: }
Line 56:
Line 57: private System.Web.UI.Control __BuildControlbtnBack() {
Line 58: System.Web.UI.WebControls.Button __ctrl;
Line 59:
Line 60: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 61: __ctrl = new System.Web.UI.WebControls.Button();
Line 62:
Line 63: #line default
Line 64: #line hidden
Line 65: this.btnBack = __ctrl;
Line 66:
Line 67: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 68: __ctrl.ID = "btnBack";
Line 69:
Line 70: #line default
Line 71: #line hidden
Line 72:
Line 73: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 74: __ctrl.Text = "< Back";
Line 75:
Line 76: #line default
Line 77: #line hidden
Line 78:
Line 79: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 80: __ctrl.CssClass = "buttonStyle";
Line 81:
Line 82: #line default
Line 83: #line hidden
Line 84: return __ctrl;
Line 85: }
Line 86:
Line 87: private System.Web.UI.Control __BuildControlbtnValidate()
{
Line 88: System.Web.UI.WebControls.Button __ctrl;
Line 89:
Line 90: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 91: __ctrl = new System.Web.UI.WebControls.Button();
Line 92:
Line 93: #line default
Line 94: #line hidden
Line 95: this.btnValidate = __ctrl;
Line 96:
Line 97: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 98: __ctrl.ID = "btnValidate";
Line 99:
Line 100: #line default
Line 101: #line hidden
Line 102:
Line 103: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 104: __ctrl.Text = "Validate";
Line 105:
Line 106: #line default
Line 107: #line hidden
Line 108:
Line 109: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 110: __ctrl.CssClass = "buttonStyle";
Line 111:
Line 112: #line default
Line 113: #line hidden
Line 114: return __ctrl;
Line 115: }
Line 116:
Line 117: private System.Web.UI.Control
__BuildControlbtnNewRequest() {
Line 118: System.Web.UI.WebControls.Button __ctrl;
Line 119:
Line 120: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 121: __ctrl = new System.Web.UI.WebControls.Button();
Line 122:
Line 123: #line default
Line 124: #line hidden
Line 125: this.btnNewRequest = __ctrl;
Line 126:
Line 127: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 128: __ctrl.ID = "btnNewRequest";
Line 129:
Line 130: #line default
Line 131: #line hidden
Line 132:
Line 133: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 134: __ctrl.Text = "New Request";
Line 135:
Line 136: #line default
Line 137: #line hidden
Line 138:
Line 139: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 140: __ctrl.CssClass = "buttonStyle";
Line 141:
Line 142: #line default
Line 143: #line hidden
Line 144: return __ctrl;
Line 145: }
Line 146:
Line 147: private System.Web.UI.Control
__BuildControlbtnSubmitOrder() {
Line 148: System.Web.UI.WebControls.Button __ctrl;
Line 149:
Line 150: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 151: __ctrl = new System.Web.UI.WebControls.Button();
Line 152:
Line 153: #line default
Line 154: #line hidden
Line 155: this.btnSubmitOrder = __ctrl;
Line 156:
Line 157: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 158: __ctrl.ID = "btnSubmitOrder";
Line 159:
Line 160: #line default
Line 161: #line hidden
Line 162:
Line 163: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 164: __ctrl.CssClass = "buttonStyle";
Line 165:
Line 166: #line default
Line 167: #line hidden
Line 168:
Line 169: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 170: __ctrl.Text = "Submit Order";
Line 171:
Line 172: #line default
Line 173: #line hidden
Line 174: return __ctrl;
Line 175: }
Line 176:
Line 177: private System.Web.UI.Control __BuildControlbtnNext() {
Line 178: System.Web.UI.WebControls.Button __ctrl;
Line 179:
Line 180: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 181: __ctrl = new System.Web.UI.WebControls.Button();
Line 182:
Line 183: #line default
Line 184: #line hidden
Line 185: this.btnNext = __ctrl;
Line 186:
Line 187: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 188: __ctrl.ID = "btnNext";
Line 189:
Line 190: #line default
Line 191: #line hidden
Line 192:
Line 193: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 194: __ctrl.Text = "Next >";
Line 195:
Line 196: #line default
Line 197: #line hidden
Line 198:
Line 199: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 200: __ctrl.CssClass = "buttonStyle";
Line 201:
Line 202: #line default
Line 203: #line hidden
Line 204: return __ctrl;
Line 205: }
Line 206:
Line 207: private void __BuildControlTree(System.Web.UI.Control
__ctrl) {
Line 208: System.Web.UI.IParserAccessor __parser =
((System.Web.UI.IParserAccessor)(__ctrl));
Line 209:
Line 210: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 211: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN Navigation
Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " +
Line 212: "border=\"0\" cellpadding=\"0\"
cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD
align=" +
Line 213: "\"right\" valign=\"bottom\">"));
Line 214:
Line 215: #line default
Line 216: #line hidden
Line 217:
Line 218: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 219: this.__BuildControlbtnBack();
Line 220:
Line 221: #line default
Line 222: #line hidden
Line 223:
Line 224: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 225: __parser.AddParsedSubObject(this.btnBack);
Line 226:
Line 227: #line default
Line 228: #line hidden
Line 229:
Line 230: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 231: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 232:
Line 233: #line default
Line 234: #line hidden
Line 235:
Line 236: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 237: this.__BuildControlbtnValidate();
Line 238:
Line 239: #line default
Line 240: #line hidden
Line 241:
Line 242: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 243: __parser.AddParsedSubObject(this.btnValidate);
Line 244:
Line 245: #line default
Line 246: #line hidden
Line 247:
Line 248: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 249: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 250:
Line 251: #line default
Line 252: #line hidden
Line 253:
Line 254: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 255: this.__BuildControlbtnNewRequest();
Line 256:
Line 257: #line default
Line 258: #line hidden
Line 259:
Line 260: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 261: __parser.AddParsedSubObject(this.btnNewRequest);
Line 262:
Line 263: #line default
Line 264: #line hidden
Line 265:
Line 266: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 267: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 268:
Line 269: #line default
Line 270: #line hidden
Line 271:
Line 272: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 273: this.__BuildControlbtnSubmitOrder();
Line 274:
Line 275: #line default
Line 276: #line hidden
Line 277:
Line 278: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 279: __parser.AddParsedSubObject(this.btnSubmitOrder);
Line 280:
Line 281: #line default
Line 282: #line hidden
Line 283:
Line 284: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 285: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 286:
Line 287: #line default
Line 288: #line hidden
Line 289:
Line 290: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 291: this.__BuildControlbtnNext();
Line 292:
Line 293: #line default
Line 294: #line hidden
Line 295:
Line 296: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 297: __parser.AddParsedSubObject(this.btnNext);
Line 298:
Line 299: #line default
Line 300: #line hidden
Line 301:
Line 302: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 303: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\
t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!-- END
Navigation " +
Line 304: "Buttons Control -->\r\n"));
Line 305:
Line 306: #line default
Line 307: #line hidden
Line 308: }
Line 309:
Line 310: protected override void FrameworkInitialize() {
Line 311: this.__BuildControlTree(this);
Line 312: }
Line 313: }
Line 314: }
Line 315:


----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573

Nov 18 '05 #1
9 2268
the easiest fix for this is to search the drive for the assembly. there
should only be one. it's finding more than one. delete the unused ones.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:OJ**************@TK2MSFTNGP12.phx.gbl...
When I compile my project using the IDE on a development machine it works
just fine. When I compile it on the server using csc.exe, I get the
following error when I try to bring it up in the web browser. What is the
issue?

Thanks,
Jim

Server Error in '/psnRequest' 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: CS1595:
'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
defined
in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
snFramework.dll'

Source Error:
Line 27:
Line 28:
[System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
Line 29: public class NavigationButtons_ascx :
WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
Line 30:
Line 31: private static bool __initialized = false;

Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary
ASP.NET
Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29

Show Detailed Compiler Output:

C:\WINDOWS\system32>
"c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
/t:library /utf8output
/R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s
ystem.web.mobile.dll"
/R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system.
data.dll"
/R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a
\system.web.services.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c
mnlogging.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p
sncommon.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
snframework.dll"
/R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11
d50a3a\system.enterpriseservices.dll"
/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x
ml.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c
mnexceptions.dll"
/R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst
em.drawing.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p
snrequest.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w
eb.dll"
/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c
mntools.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c
mnframework.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d
alcommon.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d
alframework.dll"
/out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary ASP.NET
Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+
/optimize-
/warnaserror /w:1 "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error CS1595:
'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
defined
in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
snFramework.dll'


Show Complete Compilation Source:

Line 1:
//--------------------------------------------------------------------------
----
Line 2: // <autogenerated>
Line 3: // This code was generated by a tool.
Line 4: // Runtime Version: 1.1.4322.573
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior and
will
be lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line 9:
//--------------------------------------------------------------------------
----
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collections;
Line 14: using System.Collections.Specialized;
Line 15: using System.Configuration;
Line 16: using System.Text;
Line 17: using System.Text.RegularExpressions;
Line 18: using System.Web;
Line 19: using System.Web.Caching;
Line 20: using System.Web.SessionState;
Line 21: using System.Web.Security;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.WebControls;
Line 24: using System.Web.UI.HtmlControls;
Line 25: using ASP;
Line 26:
Line 27:
Line 28:
[System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
Line 29: public class NavigationButtons_ascx :
WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
Line 30:
Line 31: private static bool __initialized = false;
Line 32:
Line 33: public NavigationButtons_ascx() {
Line 34: if ((ASP.NavigationButtons_ascx.__initialized ==
false)) {
Line 35: ASP.NavigationButtons_ascx.__initialized =
true;
Line 36: }
Line 37: }
Line 38:
Line 39: protected override bool SupportAutoEvents {
Line 40: get {
Line 41: return false;
Line 42: }
Line 43: }
Line 44:
Line 45: protected ASP.Global_asax ApplicationInstance {
Line 46: get {
Line 47: return
((ASP.Global_asax)(this.Context.ApplicationInstanc e));
Line 48: }
Line 49: }
Line 50:
Line 51: public override string TemplateSourceDirectory {
Line 52: get {
Line 53: return "/psnRequest/UserControls";
Line 54: }
Line 55: }
Line 56:
Line 57: private System.Web.UI.Control __BuildControlbtnBack() {
Line 58: System.Web.UI.WebControls.Button __ctrl;
Line 59:
Line 60: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 61: __ctrl = new System.Web.UI.WebControls.Button();
Line 62:
Line 63: #line default
Line 64: #line hidden
Line 65: this.btnBack = __ctrl;
Line 66:
Line 67: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 68: __ctrl.ID = "btnBack";
Line 69:
Line 70: #line default
Line 71: #line hidden
Line 72:
Line 73: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 74: __ctrl.Text = "< Back";
Line 75:
Line 76: #line default
Line 77: #line hidden
Line 78:
Line 79: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 80: __ctrl.CssClass = "buttonStyle";
Line 81:
Line 82: #line default
Line 83: #line hidden
Line 84: return __ctrl;
Line 85: }
Line 86:
Line 87: private System.Web.UI.Control
__BuildControlbtnValidate()
{
Line 88: System.Web.UI.WebControls.Button __ctrl;
Line 89:
Line 90: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 91: __ctrl = new System.Web.UI.WebControls.Button();
Line 92:
Line 93: #line default
Line 94: #line hidden
Line 95: this.btnValidate = __ctrl;
Line 96:
Line 97: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 98: __ctrl.ID = "btnValidate";
Line 99:
Line 100: #line default
Line 101: #line hidden
Line 102:
Line 103: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 104: __ctrl.Text = "Validate";
Line 105:
Line 106: #line default
Line 107: #line hidden
Line 108:
Line 109: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 110: __ctrl.CssClass = "buttonStyle";
Line 111:
Line 112: #line default
Line 113: #line hidden
Line 114: return __ctrl;
Line 115: }
Line 116:
Line 117: private System.Web.UI.Control
__BuildControlbtnNewRequest() {
Line 118: System.Web.UI.WebControls.Button __ctrl;
Line 119:
Line 120: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 121: __ctrl = new System.Web.UI.WebControls.Button();
Line 122:
Line 123: #line default
Line 124: #line hidden
Line 125: this.btnNewRequest = __ctrl;
Line 126:
Line 127: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 128: __ctrl.ID = "btnNewRequest";
Line 129:
Line 130: #line default
Line 131: #line hidden
Line 132:
Line 133: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 134: __ctrl.Text = "New Request";
Line 135:
Line 136: #line default
Line 137: #line hidden
Line 138:
Line 139: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 140: __ctrl.CssClass = "buttonStyle";
Line 141:
Line 142: #line default
Line 143: #line hidden
Line 144: return __ctrl;
Line 145: }
Line 146:
Line 147: private System.Web.UI.Control
__BuildControlbtnSubmitOrder() {
Line 148: System.Web.UI.WebControls.Button __ctrl;
Line 149:
Line 150: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 151: __ctrl = new System.Web.UI.WebControls.Button();
Line 152:
Line 153: #line default
Line 154: #line hidden
Line 155: this.btnSubmitOrder = __ctrl;
Line 156:
Line 157: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 158: __ctrl.ID = "btnSubmitOrder";
Line 159:
Line 160: #line default
Line 161: #line hidden
Line 162:
Line 163: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 164: __ctrl.CssClass = "buttonStyle";
Line 165:
Line 166: #line default
Line 167: #line hidden
Line 168:
Line 169: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 170: __ctrl.Text = "Submit Order";
Line 171:
Line 172: #line default
Line 173: #line hidden
Line 174: return __ctrl;
Line 175: }
Line 176:
Line 177: private System.Web.UI.Control __BuildControlbtnNext() {
Line 178: System.Web.UI.WebControls.Button __ctrl;
Line 179:
Line 180: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 181: __ctrl = new System.Web.UI.WebControls.Button();
Line 182:
Line 183: #line default
Line 184: #line hidden
Line 185: this.btnNext = __ctrl;
Line 186:
Line 187: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 188: __ctrl.ID = "btnNext";
Line 189:
Line 190: #line default
Line 191: #line hidden
Line 192:
Line 193: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 194: __ctrl.Text = "Next >";
Line 195:
Line 196: #line default
Line 197: #line hidden
Line 198:
Line 199: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 200: __ctrl.CssClass = "buttonStyle";
Line 201:
Line 202: #line default
Line 203: #line hidden
Line 204: return __ctrl;
Line 205: }
Line 206:
Line 207: private void __BuildControlTree(System.Web.UI.Control
__ctrl) {
Line 208: System.Web.UI.IParserAccessor __parser =
((System.Web.UI.IParserAccessor)(__ctrl));
Line 209:
Line 210: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 211: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN Navigation
Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " +
Line 212: "border=\"0\" cellpadding=\"0\"
cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD
align=" +
Line 213: "\"right\" valign=\"bottom\">"));
Line 214:
Line 215: #line default
Line 216: #line hidden
Line 217:
Line 218: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 219: this.__BuildControlbtnBack();
Line 220:
Line 221: #line default
Line 222: #line hidden
Line 223:
Line 224: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 225: __parser.AddParsedSubObject(this.btnBack);
Line 226:
Line 227: #line default
Line 228: #line hidden
Line 229:
Line 230: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 231: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 232:
Line 233: #line default
Line 234: #line hidden
Line 235:
Line 236: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 237: this.__BuildControlbtnValidate();
Line 238:
Line 239: #line default
Line 240: #line hidden
Line 241:
Line 242: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 243: __parser.AddParsedSubObject(this.btnValidate);
Line 244:
Line 245: #line default
Line 246: #line hidden
Line 247:
Line 248: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 249: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 250:
Line 251: #line default
Line 252: #line hidden
Line 253:
Line 254: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 255: this.__BuildControlbtnNewRequest();
Line 256:
Line 257: #line default
Line 258: #line hidden
Line 259:
Line 260: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 261: __parser.AddParsedSubObject(this.btnNewRequest);
Line 262:
Line 263: #line default
Line 264: #line hidden
Line 265:
Line 266: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 267: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 268:
Line 269: #line default
Line 270: #line hidden
Line 271:
Line 272: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 273: this.__BuildControlbtnSubmitOrder();
Line 274:
Line 275: #line default
Line 276: #line hidden
Line 277:
Line 278: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 279: __parser.AddParsedSubObject(this.btnSubmitOrder);
Line 280:
Line 281: #line default
Line 282: #line hidden
Line 283:
Line 284: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 285: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 286:
Line 287: #line default
Line 288: #line hidden
Line 289:
Line 290: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 291: this.__BuildControlbtnNext();
Line 292:
Line 293: #line default
Line 294: #line hidden
Line 295:
Line 296: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 297: __parser.AddParsedSubObject(this.btnNext);
Line 298:
Line 299: #line default
Line 300: #line hidden
Line 301:
Line 302: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
scx"
Line 303: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\
t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!-- END
Navigation " +
Line 304: "Buttons Control -->\r\n"));
Line 305:
Line 306: #line default
Line 307: #line hidden
Line 308: }
Line 309:
Line 310: protected override void FrameworkInitialize() {
Line 311: this.__BuildControlTree(this);
Line 312: }
Line 313: }
Line 314: }
Line 315:


----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET
Version:1.1.4322.573

Nov 18 '05 #2
Why does it work on the development workstations and not the server. The
developmer of this control shares it accross several web apps, and so it
must be located in various places. Why would it work on the development
workstations and not the server?

Thanks,
Jim

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:ef**************@TK2MSFTNGP09.phx.gbl...
the easiest fix for this is to search the drive for the assembly. there
should only be one. it's finding more than one. delete the unused ones.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:OJ**************@TK2MSFTNGP12.phx.gbl...
When I compile my project using the IDE on a development machine it works just fine. When I compile it on the server using csc.exe, I get the
following error when I try to bring it up in the web browser. What is the issue?

Thanks,
Jim

Server Error in '/psnRequest' 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: CS1595:
'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
defined
in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p snFramework.dll'

Source Error:
Line 27:
Line 28:
[System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
Line 29: public class NavigationButtons_ascx :
WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
Line 30:
Line 31: private static bool __initialized = false;

Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary
ASP.NET
Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29

Show Detailed Compiler Output:

C:\WINDOWS\system32>
"c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
/t:library /utf8output
/R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s ystem.web.mobile.dll"
/R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system. data.dll"
/R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a \system.web.services.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c mnlogging.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p sncommon.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p snframework.dll"
/R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11 d50a3a\system.enterpriseservices.dll"
/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x ml.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c mnexceptions.dll"
/R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst em.drawing.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p snrequest.dll"
/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w eb.dll"
/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c mntools.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c mnframework.dll"
/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d alcommon.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
asp.net
files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d alframework.dll"
/out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary ASP.NET
Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+
/optimize-
/warnaserror /w:1 "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error CS1595:
'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
defined
in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p snFramework.dll'


Show Complete Compilation Source:

Line 1:
//-------------------------------------------------------------------------- ----
Line 2: // <autogenerated>
Line 3: // This code was generated by a tool.
Line 4: // Runtime Version: 1.1.4322.573
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior and
will
be lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line 9:
//-------------------------------------------------------------------------- ----
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collections;
Line 14: using System.Collections.Specialized;
Line 15: using System.Configuration;
Line 16: using System.Text;
Line 17: using System.Text.RegularExpressions;
Line 18: using System.Web;
Line 19: using System.Web.Caching;
Line 20: using System.Web.SessionState;
Line 21: using System.Web.Security;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.WebControls;
Line 24: using System.Web.UI.HtmlControls;
Line 25: using ASP;
Line 26:
Line 27:
Line 28:
[System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
Line 29: public class NavigationButtons_ascx :
WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
Line 30:
Line 31: private static bool __initialized = false;
Line 32:
Line 33: public NavigationButtons_ascx() {
Line 34: if ((ASP.NavigationButtons_ascx.__initialized ==
false)) {
Line 35: ASP.NavigationButtons_ascx.__initialized =
true;
Line 36: }
Line 37: }
Line 38:
Line 39: protected override bool SupportAutoEvents {
Line 40: get {
Line 41: return false;
Line 42: }
Line 43: }
Line 44:
Line 45: protected ASP.Global_asax ApplicationInstance {
Line 46: get {
Line 47: return
((ASP.Global_asax)(this.Context.ApplicationInstanc e));
Line 48: }
Line 49: }
Line 50:
Line 51: public override string TemplateSourceDirectory {
Line 52: get {
Line 53: return "/psnRequest/UserControls";
Line 54: }
Line 55: }
Line 56:
Line 57: private System.Web.UI.Control __BuildControlbtnBack() { Line 58: System.Web.UI.WebControls.Button __ctrl;
Line 59:
Line 60: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 61: __ctrl = new System.Web.UI.WebControls.Button();
Line 62:
Line 63: #line default
Line 64: #line hidden
Line 65: this.btnBack = __ctrl;
Line 66:
Line 67: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 68: __ctrl.ID = "btnBack";
Line 69:
Line 70: #line default
Line 71: #line hidden
Line 72:
Line 73: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 74: __ctrl.Text = "< Back";
Line 75:
Line 76: #line default
Line 77: #line hidden
Line 78:
Line 79: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 80: __ctrl.CssClass = "buttonStyle";
Line 81:
Line 82: #line default
Line 83: #line hidden
Line 84: return __ctrl;
Line 85: }
Line 86:
Line 87: private System.Web.UI.Control
__BuildControlbtnValidate()
{
Line 88: System.Web.UI.WebControls.Button __ctrl;
Line 89:
Line 90: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 91: __ctrl = new System.Web.UI.WebControls.Button();
Line 92:
Line 93: #line default
Line 94: #line hidden
Line 95: this.btnValidate = __ctrl;
Line 96:
Line 97: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 98: __ctrl.ID = "btnValidate";
Line 99:
Line 100: #line default
Line 101: #line hidden
Line 102:
Line 103: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 104: __ctrl.Text = "Validate";
Line 105:
Line 106: #line default
Line 107: #line hidden
Line 108:
Line 109: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 110: __ctrl.CssClass = "buttonStyle";
Line 111:
Line 112: #line default
Line 113: #line hidden
Line 114: return __ctrl;
Line 115: }
Line 116:
Line 117: private System.Web.UI.Control
__BuildControlbtnNewRequest() {
Line 118: System.Web.UI.WebControls.Button __ctrl;
Line 119:
Line 120: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 121: __ctrl = new System.Web.UI.WebControls.Button();
Line 122:
Line 123: #line default
Line 124: #line hidden
Line 125: this.btnNewRequest = __ctrl;
Line 126:
Line 127: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 128: __ctrl.ID = "btnNewRequest";
Line 129:
Line 130: #line default
Line 131: #line hidden
Line 132:
Line 133: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 134: __ctrl.Text = "New Request";
Line 135:
Line 136: #line default
Line 137: #line hidden
Line 138:
Line 139: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 140: __ctrl.CssClass = "buttonStyle";
Line 141:
Line 142: #line default
Line 143: #line hidden
Line 144: return __ctrl;
Line 145: }
Line 146:
Line 147: private System.Web.UI.Control
__BuildControlbtnSubmitOrder() {
Line 148: System.Web.UI.WebControls.Button __ctrl;
Line 149:
Line 150: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 151: __ctrl = new System.Web.UI.WebControls.Button();
Line 152:
Line 153: #line default
Line 154: #line hidden
Line 155: this.btnSubmitOrder = __ctrl;
Line 156:
Line 157: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 158: __ctrl.ID = "btnSubmitOrder";
Line 159:
Line 160: #line default
Line 161: #line hidden
Line 162:
Line 163: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 164: __ctrl.CssClass = "buttonStyle";
Line 165:
Line 166: #line default
Line 167: #line hidden
Line 168:
Line 169: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 170: __ctrl.Text = "Submit Order";
Line 171:
Line 172: #line default
Line 173: #line hidden
Line 174: return __ctrl;
Line 175: }
Line 176:
Line 177: private System.Web.UI.Control __BuildControlbtnNext() { Line 178: System.Web.UI.WebControls.Button __ctrl;
Line 179:
Line 180: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 181: __ctrl = new System.Web.UI.WebControls.Button();
Line 182:
Line 183: #line default
Line 184: #line hidden
Line 185: this.btnNext = __ctrl;
Line 186:
Line 187: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 188: __ctrl.ID = "btnNext";
Line 189:
Line 190: #line default
Line 191: #line hidden
Line 192:
Line 193: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 194: __ctrl.Text = "Next >";
Line 195:
Line 196: #line default
Line 197: #line hidden
Line 198:
Line 199: #line 5
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 200: __ctrl.CssClass = "buttonStyle";
Line 201:
Line 202: #line default
Line 203: #line hidden
Line 204: return __ctrl;
Line 205: }
Line 206:
Line 207: private void __BuildControlTree(System.Web.UI.Control
__ctrl) {
Line 208: System.Web.UI.IParserAccessor __parser =
((System.Web.UI.IParserAccessor)(__ctrl));
Line 209:
Line 210: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 211: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN Navigation
Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " +
Line 212: "border=\"0\" cellpadding=\"0\"
cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD
align=" +
Line 213: "\"right\" valign=\"bottom\">"));
Line 214:
Line 215: #line default
Line 216: #line hidden
Line 217:
Line 218: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 219: this.__BuildControlbtnBack();
Line 220:
Line 221: #line default
Line 222: #line hidden
Line 223:
Line 224: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 225: __parser.AddParsedSubObject(this.btnBack);
Line 226:
Line 227: #line default
Line 228: #line hidden
Line 229:
Line 230: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 231: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 232:
Line 233: #line default
Line 234: #line hidden
Line 235:
Line 236: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 237: this.__BuildControlbtnValidate();
Line 238:
Line 239: #line default
Line 240: #line hidden
Line 241:
Line 242: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 243: __parser.AddParsedSubObject(this.btnValidate);
Line 244:
Line 245: #line default
Line 246: #line hidden
Line 247:
Line 248: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 249: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 250:
Line 251: #line default
Line 252: #line hidden
Line 253:
Line 254: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 255: this.__BuildControlbtnNewRequest();
Line 256:
Line 257: #line default
Line 258: #line hidden
Line 259:
Line 260: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 261: __parser.AddParsedSubObject(this.btnNewRequest);
Line 262:
Line 263: #line default
Line 264: #line hidden
Line 265:
Line 266: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 267: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 268:
Line 269: #line default
Line 270: #line hidden
Line 271:
Line 272: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 273: this.__BuildControlbtnSubmitOrder();
Line 274:
Line 275: #line default
Line 276: #line hidden
Line 277:
Line 278: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 279: __parser.AddParsedSubObject(this.btnSubmitOrder);
Line 280:
Line 281: #line default
Line 282: #line hidden
Line 283:
Line 284: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 285: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("&nbsp;"));
Line 286:
Line 287: #line default
Line 288: #line hidden
Line 289:
Line 290: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 291: this.__BuildControlbtnNext();
Line 292:
Line 293: #line default
Line 294: #line hidden
Line 295:
Line 296: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 297: __parser.AddParsedSubObject(this.btnNext);
Line 298:
Line 299: #line default
Line 300: #line hidden
Line 301:
Line 302: #line 1
"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a scx"
Line 303: __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\ t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!-- END
Navigation " +
Line 304: "Buttons Control -->\r\n"));
Line 305:
Line 306: #line default
Line 307: #line hidden
Line 308: }
Line 309:
Line 310: protected override void FrameworkInitialize() {
Line 311: this.__BuildControlTree(this);
Line 312: }
Line 313: }
Line 314: }
Line 315:


--------------------------------------------------------------------------

--
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET
Version:1.1.4322.573


Nov 18 '05 #3
i'm not entirely sure. i don't know your system and it's configuration.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
Why does it work on the development workstations and not the server. The
developmer of this control shares it accross several web apps, and so it
must be located in various places. Why would it work on the development
workstations and not the server?

Thanks,
Jim

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:ef**************@TK2MSFTNGP09.phx.gbl...
the easiest fix for this is to search the drive for the assembly. there
should only be one. it's finding more than one. delete the unused ones.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:OJ**************@TK2MSFTNGP12.phx.gbl...
> When I compile my project using the IDE on a development machine it works > just fine. When I compile it on the server using csc.exe, I get the
> following error when I try to bring it up in the web browser. What is the > issue?
>
> Thanks,
> Jim
>
> Server Error in '/psnRequest' 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: CS1595:
> 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
> defined
> in multiple places; using definition from
> 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
> Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p > snFramework.dll'
>
> Source Error:
>
>
> Line 27:
> Line 28:
> [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
> Line 29: public class NavigationButtons_ascx :
> WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
> Line 30:
> Line 31: private static bool __initialized = false;
>
> Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary
> ASP.NET
> Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29
>
>
>
> Show Detailed Compiler Output:
>
> C:\WINDOWS\system32>
> "c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
> /t:library /utf8output
> /R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s > ystem.web.mobile.dll"
> /R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system. > data.dll"
> /R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a > \system.web.services.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
> files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c > mnlogging.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary > asp.net
> files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p > sncommon.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
> files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p > snframework.dll"
> /R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11 > d50a3a\system.enterpriseservices.dll"
> /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x > ml.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net > files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c > mnexceptions.dll"
> /R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst > em.drawing.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary > asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
> files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p > snrequest.dll"
> /R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w > eb.dll"
> /R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll" > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
> files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c > mntools.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
> files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c > mnframework.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
> files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d > alcommon.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
> files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d > alframework.dll"
> /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary ASP.NET
> Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+
> /optimize-
> /warnaserror /w:1 "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary > ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
>
>
> Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
> for Microsoft (R) .NET Framework version 1.1.4322
> Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
>
> c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
> Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error CS1595:
> 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
> defined
> in multiple places; using definition from
> 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
> Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p > snFramework.dll'
>
>
>
>
> Show Complete Compilation Source:
>
> Line 1:
> //-------------------------------------------------------------------------- > ----
> Line 2: // <autogenerated>
> Line 3: // This code was generated by a tool.
> Line 4: // Runtime Version: 1.1.4322.573
> Line 5: //
> Line 6: // Changes to this file may cause incorrect behavior and
> will
> be lost if
> Line 7: // the code is regenerated.
> Line 8: // </autogenerated>
> Line 9:
> //-------------------------------------------------------------------------- > ----
> Line 10:
> Line 11: namespace ASP {
> Line 12: using System;
> Line 13: using System.Collections;
> Line 14: using System.Collections.Specialized;
> Line 15: using System.Configuration;
> Line 16: using System.Text;
> Line 17: using System.Text.RegularExpressions;
> Line 18: using System.Web;
> Line 19: using System.Web.Caching;
> Line 20: using System.Web.SessionState;
> Line 21: using System.Web.Security;
> Line 22: using System.Web.UI;
> Line 23: using System.Web.UI.WebControls;
> Line 24: using System.Web.UI.HtmlControls;
> Line 25: using ASP;
> Line 26:
> Line 27:
> Line 28:
> [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
> Line 29: public class NavigationButtons_ascx :
> WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
> Line 30:
> Line 31: private static bool __initialized = false;
> Line 32:
> Line 33: public NavigationButtons_ascx() {
> Line 34: if ((ASP.NavigationButtons_ascx.__initialized ==
> false)) {
> Line 35: ASP.NavigationButtons_ascx.__initialized =
> true;
> Line 36: }
> Line 37: }
> Line 38:
> Line 39: protected override bool SupportAutoEvents {
> Line 40: get {
> Line 41: return false;
> Line 42: }
> Line 43: }
> Line 44:
> Line 45: protected ASP.Global_asax ApplicationInstance {
> Line 46: get {
> Line 47: return
> ((ASP.Global_asax)(this.Context.ApplicationInstanc e));
> Line 48: }
> Line 49: }
> Line 50:
> Line 51: public override string TemplateSourceDirectory {
> Line 52: get {
> Line 53: return "/psnRequest/UserControls";
> Line 54: }
> Line 55: }
> Line 56:
> Line 57: private System.Web.UI.Control
> __BuildControlbtnBack() { > Line 58: System.Web.UI.WebControls.Button __ctrl;
> Line 59:
> Line 60: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 61: __ctrl = new System.Web.UI.WebControls.Button();
> Line 62:
> Line 63: #line default
> Line 64: #line hidden
> Line 65: this.btnBack = __ctrl;
> Line 66:
> Line 67: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 68: __ctrl.ID = "btnBack";
> Line 69:
> Line 70: #line default
> Line 71: #line hidden
> Line 72:
> Line 73: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 74: __ctrl.Text = "< Back";
> Line 75:
> Line 76: #line default
> Line 77: #line hidden
> Line 78:
> Line 79: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 80: __ctrl.CssClass = "buttonStyle";
> Line 81:
> Line 82: #line default
> Line 83: #line hidden
> Line 84: return __ctrl;
> Line 85: }
> Line 86:
> Line 87: private System.Web.UI.Control
> __BuildControlbtnValidate()
> {
> Line 88: System.Web.UI.WebControls.Button __ctrl;
> Line 89:
> Line 90: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 91: __ctrl = new System.Web.UI.WebControls.Button();
> Line 92:
> Line 93: #line default
> Line 94: #line hidden
> Line 95: this.btnValidate = __ctrl;
> Line 96:
> Line 97: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 98: __ctrl.ID = "btnValidate";
> Line 99:
> Line 100: #line default
> Line 101: #line hidden
> Line 102:
> Line 103: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 104: __ctrl.Text = "Validate";
> Line 105:
> Line 106: #line default
> Line 107: #line hidden
> Line 108:
> Line 109: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 110: __ctrl.CssClass = "buttonStyle";
> Line 111:
> Line 112: #line default
> Line 113: #line hidden
> Line 114: return __ctrl;
> Line 115: }
> Line 116:
> Line 117: private System.Web.UI.Control
> __BuildControlbtnNewRequest() {
> Line 118: System.Web.UI.WebControls.Button __ctrl;
> Line 119:
> Line 120: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 121: __ctrl = new System.Web.UI.WebControls.Button();
> Line 122:
> Line 123: #line default
> Line 124: #line hidden
> Line 125: this.btnNewRequest = __ctrl;
> Line 126:
> Line 127: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 128: __ctrl.ID = "btnNewRequest";
> Line 129:
> Line 130: #line default
> Line 131: #line hidden
> Line 132:
> Line 133: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 134: __ctrl.Text = "New Request";
> Line 135:
> Line 136: #line default
> Line 137: #line hidden
> Line 138:
> Line 139: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 140: __ctrl.CssClass = "buttonStyle";
> Line 141:
> Line 142: #line default
> Line 143: #line hidden
> Line 144: return __ctrl;
> Line 145: }
> Line 146:
> Line 147: private System.Web.UI.Control
> __BuildControlbtnSubmitOrder() {
> Line 148: System.Web.UI.WebControls.Button __ctrl;
> Line 149:
> Line 150: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 151: __ctrl = new System.Web.UI.WebControls.Button();
> Line 152:
> Line 153: #line default
> Line 154: #line hidden
> Line 155: this.btnSubmitOrder = __ctrl;
> Line 156:
> Line 157: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 158: __ctrl.ID = "btnSubmitOrder";
> Line 159:
> Line 160: #line default
> Line 161: #line hidden
> Line 162:
> Line 163: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 164: __ctrl.CssClass = "buttonStyle";
> Line 165:
> Line 166: #line default
> Line 167: #line hidden
> Line 168:
> Line 169: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 170: __ctrl.Text = "Submit Order";
> Line 171:
> Line 172: #line default
> Line 173: #line hidden
> Line 174: return __ctrl;
> Line 175: }
> Line 176:
> Line 177: private System.Web.UI.Control
> __BuildControlbtnNext() { > Line 178: System.Web.UI.WebControls.Button __ctrl;
> Line 179:
> Line 180: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 181: __ctrl = new System.Web.UI.WebControls.Button();
> Line 182:
> Line 183: #line default
> Line 184: #line hidden
> Line 185: this.btnNext = __ctrl;
> Line 186:
> Line 187: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 188: __ctrl.ID = "btnNext";
> Line 189:
> Line 190: #line default
> Line 191: #line hidden
> Line 192:
> Line 193: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 194: __ctrl.Text = "Next >";
> Line 195:
> Line 196: #line default
> Line 197: #line hidden
> Line 198:
> Line 199: #line 5
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 200: __ctrl.CssClass = "buttonStyle";
> Line 201:
> Line 202: #line default
> Line 203: #line hidden
> Line 204: return __ctrl;
> Line 205: }
> Line 206:
> Line 207: private void
> __BuildControlTree(System.Web.UI.Control
> __ctrl) {
> Line 208: System.Web.UI.IParserAccessor __parser =
> ((System.Web.UI.IParserAccessor)(__ctrl));
> Line 209:
> Line 210: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 211: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN Navigation
> Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " +
> Line 212: "border=\"0\" cellpadding=\"0\"
> cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD
> align=" +
> Line 213: "\"right\" valign=\"bottom\">"));
> Line 214:
> Line 215: #line default
> Line 216: #line hidden
> Line 217:
> Line 218: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 219: this.__BuildControlbtnBack();
> Line 220:
> Line 221: #line default
> Line 222: #line hidden
> Line 223:
> Line 224: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 225: __parser.AddParsedSubObject(this.btnBack);
> Line 226:
> Line 227: #line default
> Line 228: #line hidden
> Line 229:
> Line 230: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 231: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("&nbsp;"));
> Line 232:
> Line 233: #line default
> Line 234: #line hidden
> Line 235:
> Line 236: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 237: this.__BuildControlbtnValidate();
> Line 238:
> Line 239: #line default
> Line 240: #line hidden
> Line 241:
> Line 242: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 243: __parser.AddParsedSubObject(this.btnValidate);
> Line 244:
> Line 245: #line default
> Line 246: #line hidden
> Line 247:
> Line 248: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 249: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("&nbsp;"));
> Line 250:
> Line 251: #line default
> Line 252: #line hidden
> Line 253:
> Line 254: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 255: this.__BuildControlbtnNewRequest();
> Line 256:
> Line 257: #line default
> Line 258: #line hidden
> Line 259:
> Line 260: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 261: __parser.AddParsedSubObject(this.btnNewRequest);
> Line 262:
> Line 263: #line default
> Line 264: #line hidden
> Line 265:
> Line 266: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 267: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("&nbsp;"));
> Line 268:
> Line 269: #line default
> Line 270: #line hidden
> Line 271:
> Line 272: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 273: this.__BuildControlbtnSubmitOrder();
> Line 274:
> Line 275: #line default
> Line 276: #line hidden
> Line 277:
> Line 278: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 279:
> __parser.AddParsedSubObject(this.btnSubmitOrder);
> Line 280:
> Line 281: #line default
> Line 282: #line hidden
> Line 283:
> Line 284: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 285: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("&nbsp;"));
> Line 286:
> Line 287: #line default
> Line 288: #line hidden
> Line 289:
> Line 290: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 291: this.__BuildControlbtnNext();
> Line 292:
> Line 293: #line default
> Line 294: #line hidden
> Line 295:
> Line 296: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 297: __parser.AddParsedSubObject(this.btnNext);
> Line 298:
> Line 299: #line default
> Line 300: #line hidden
> Line 301:
> Line 302: #line 1
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a > scx"
> Line 303: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\ > t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!-- END
> Navigation " +
> Line 304: "Buttons Control -->\r\n"));
> Line 305:
> Line 306: #line default
> Line 307: #line hidden
> Line 308: }
> Line 309:
> Line 310: protected override void FrameworkInitialize() {
> Line 311: this.__BuildControlTree(this);
> Line 312: }
> Line 313: }
> Line 314: }
> Line 315:
>
>
>
>


--------------------------------------------------------------------------

--
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> ASP.NET
> Version:1.1.4322.573
>
>
>



Nov 18 '05 #4
So other than removing the other assemblies that have this control in them,
is there another way to stop getting this error?

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:O%****************@TK2MSFTNGP12.phx.gbl...
i'm not entirely sure. i don't know your system and it's configuration.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
Why does it work on the development workstations and not the server. The
developmer of this control shares it accross several web apps, and so it
must be located in various places. Why would it work on the development
workstations and not the server?

Thanks,
Jim

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:ef**************@TK2MSFTNGP09.phx.gbl...
the easiest fix for this is to search the drive for the assembly. there
should only be one. it's finding more than one. delete the unused ones.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:OJ**************@TK2MSFTNGP12.phx.gbl...
> When I compile my project using the IDE on a development machine it

works
> just fine. When I compile it on the server using csc.exe, I get the
> following error when I try to bring it up in the web browser. What is
the
> issue?
>
> Thanks,
> Jim
>
> Server Error in '/psnRequest' 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: CS1595:
> 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
> defined
> in multiple places; using definition from
> 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>

Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p > snFramework.dll'
>
> Source Error:
>
>
> Line 27:
> Line 28:
> [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
> Line 29: public class NavigationButtons_ascx :
> WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
> Line 30:
> Line 31: private static bool __initialized = false;
>
> Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary
> ASP.NET
> Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29
>
>
>
> Show Detailed Compiler Output:
>
> C:\WINDOWS\system32>
> "c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
> /t:library /utf8output
>

/R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s
> ystem.web.mobile.dll"
>

/R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system.
> data.dll"
>

/R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a
> \system.web.services.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
>

files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c
> mnlogging.dll"

/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
>

files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p
> sncommon.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
>

files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
> snframework.dll"
>

/R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11
> d50a3a\system.enterpriseservices.dll"
>

/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x
> ml.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary

asp.net
>

files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c
> mnexceptions.dll"
>

/R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst
> em.drawing.dll"

/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
>

files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p
> snrequest.dll"
>

/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w
> eb.dll"
>

/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
>

files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c
> mntools.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary > asp.net
>

files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c
> mnframework.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
>

files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d
> alcommon.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
>

files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d
> alframework.dll"
> /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary ASP.NET
> Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+
> /optimize-
> /warnaserror /w:1

"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
> ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
>
>
> Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
> for Microsoft (R) .NET Framework version 1.1.4322
> Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
>
> c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
> Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error CS1595: > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
> defined
> in multiple places; using definition from
> 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>

Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
> snFramework.dll'
>
>
>
>
> Show Complete Compilation Source:
>
> Line 1:
>

//--------------------------------------------------------------------------
> ----
> Line 2: // <autogenerated>
> Line 3: // This code was generated by a tool.
> Line 4: // Runtime Version: 1.1.4322.573
> Line 5: //
> Line 6: // Changes to this file may cause incorrect behavior and > will
> be lost if
> Line 7: // the code is regenerated.
> Line 8: // </autogenerated>
> Line 9:
>

//--------------------------------------------------------------------------
> ----
> Line 10:
> Line 11: namespace ASP {
> Line 12: using System;
> Line 13: using System.Collections;
> Line 14: using System.Collections.Specialized;
> Line 15: using System.Configuration;
> Line 16: using System.Text;
> Line 17: using System.Text.RegularExpressions;
> Line 18: using System.Web;
> Line 19: using System.Web.Caching;
> Line 20: using System.Web.SessionState;
> Line 21: using System.Web.Security;
> Line 22: using System.Web.UI;
> Line 23: using System.Web.UI.WebControls;
> Line 24: using System.Web.UI.HtmlControls;
> Line 25: using ASP;
> Line 26:
> Line 27:
> Line 28:
> [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
> Line 29: public class NavigationButtons_ascx :
> WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
> Line 30:
> Line 31: private static bool __initialized = false;
> Line 32:
> Line 33: public NavigationButtons_ascx() {
> Line 34: if ((ASP.NavigationButtons_ascx.__initialized == > false)) {
> Line 35: ASP.NavigationButtons_ascx.__initialized =
> true;
> Line 36: }
> Line 37: }
> Line 38:
> Line 39: protected override bool SupportAutoEvents {
> Line 40: get {
> Line 41: return false;
> Line 42: }
> Line 43: }
> Line 44:
> Line 45: protected ASP.Global_asax ApplicationInstance {
> Line 46: get {
> Line 47: return
> ((ASP.Global_asax)(this.Context.ApplicationInstanc e));
> Line 48: }
> Line 49: }
> Line 50:
> Line 51: public override string TemplateSourceDirectory {
> Line 52: get {
> Line 53: return "/psnRequest/UserControls";
> Line 54: }
> Line 55: }
> Line 56:
> Line 57: private System.Web.UI.Control
> __BuildControlbtnBack()

{
> Line 58: System.Web.UI.WebControls.Button __ctrl;
> Line 59:
> Line 60: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 61: __ctrl = new System.Web.UI.WebControls.Button(); > Line 62:
> Line 63: #line default
> Line 64: #line hidden
> Line 65: this.btnBack = __ctrl;
> Line 66:
> Line 67: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 68: __ctrl.ID = "btnBack";
> Line 69:
> Line 70: #line default
> Line 71: #line hidden
> Line 72:
> Line 73: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 74: __ctrl.Text = "< Back";
> Line 75:
> Line 76: #line default
> Line 77: #line hidden
> Line 78:
> Line 79: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 80: __ctrl.CssClass = "buttonStyle";
> Line 81:
> Line 82: #line default
> Line 83: #line hidden
> Line 84: return __ctrl;
> Line 85: }
> Line 86:
> Line 87: private System.Web.UI.Control
> __BuildControlbtnValidate()
> {
> Line 88: System.Web.UI.WebControls.Button __ctrl;
> Line 89:
> Line 90: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 91: __ctrl = new System.Web.UI.WebControls.Button(); > Line 92:
> Line 93: #line default
> Line 94: #line hidden
> Line 95: this.btnValidate = __ctrl;
> Line 96:
> Line 97: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 98: __ctrl.ID = "btnValidate";
> Line 99:
> Line 100: #line default
> Line 101: #line hidden
> Line 102:
> Line 103: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 104: __ctrl.Text = "Validate";
> Line 105:
> Line 106: #line default
> Line 107: #line hidden
> Line 108:
> Line 109: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 110: __ctrl.CssClass = "buttonStyle";
> Line 111:
> Line 112: #line default
> Line 113: #line hidden
> Line 114: return __ctrl;
> Line 115: }
> Line 116:
> Line 117: private System.Web.UI.Control
> __BuildControlbtnNewRequest() {
> Line 118: System.Web.UI.WebControls.Button __ctrl;
> Line 119:
> Line 120: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 121: __ctrl = new System.Web.UI.WebControls.Button(); > Line 122:
> Line 123: #line default
> Line 124: #line hidden
> Line 125: this.btnNewRequest = __ctrl;
> Line 126:
> Line 127: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 128: __ctrl.ID = "btnNewRequest";
> Line 129:
> Line 130: #line default
> Line 131: #line hidden
> Line 132:
> Line 133: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 134: __ctrl.Text = "New Request";
> Line 135:
> Line 136: #line default
> Line 137: #line hidden
> Line 138:
> Line 139: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 140: __ctrl.CssClass = "buttonStyle";
> Line 141:
> Line 142: #line default
> Line 143: #line hidden
> Line 144: return __ctrl;
> Line 145: }
> Line 146:
> Line 147: private System.Web.UI.Control
> __BuildControlbtnSubmitOrder() {
> Line 148: System.Web.UI.WebControls.Button __ctrl;
> Line 149:
> Line 150: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 151: __ctrl = new System.Web.UI.WebControls.Button(); > Line 152:
> Line 153: #line default
> Line 154: #line hidden
> Line 155: this.btnSubmitOrder = __ctrl;
> Line 156:
> Line 157: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 158: __ctrl.ID = "btnSubmitOrder";
> Line 159:
> Line 160: #line default
> Line 161: #line hidden
> Line 162:
> Line 163: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 164: __ctrl.CssClass = "buttonStyle";
> Line 165:
> Line 166: #line default
> Line 167: #line hidden
> Line 168:
> Line 169: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 170: __ctrl.Text = "Submit Order";
> Line 171:
> Line 172: #line default
> Line 173: #line hidden
> Line 174: return __ctrl;
> Line 175: }
> Line 176:
> Line 177: private System.Web.UI.Control
> __BuildControlbtnNext()

{
> Line 178: System.Web.UI.WebControls.Button __ctrl;
> Line 179:
> Line 180: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 181: __ctrl = new System.Web.UI.WebControls.Button(); > Line 182:
> Line 183: #line default
> Line 184: #line hidden
> Line 185: this.btnNext = __ctrl;
> Line 186:
> Line 187: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 188: __ctrl.ID = "btnNext";
> Line 189:
> Line 190: #line default
> Line 191: #line hidden
> Line 192:
> Line 193: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 194: __ctrl.Text = "Next >";
> Line 195:
> Line 196: #line default
> Line 197: #line hidden
> Line 198:
> Line 199: #line 5
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 200: __ctrl.CssClass = "buttonStyle";
> Line 201:
> Line 202: #line default
> Line 203: #line hidden
> Line 204: return __ctrl;
> Line 205: }
> Line 206:
> Line 207: private void
> __BuildControlTree(System.Web.UI.Control
> __ctrl) {
> Line 208: System.Web.UI.IParserAccessor __parser =
> ((System.Web.UI.IParserAccessor)(__ctrl));
> Line 209:
> Line 210: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 211: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN Navigation > Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " +
> Line 212: "border=\"0\" cellpadding=\"0\"
> cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD > align=" +
> Line 213: "\"right\" valign=\"bottom\">"));
> Line 214:
> Line 215: #line default
> Line 216: #line hidden
> Line 217:
> Line 218: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 219: this.__BuildControlbtnBack();
> Line 220:
> Line 221: #line default
> Line 222: #line hidden
> Line 223:
> Line 224: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 225: __parser.AddParsedSubObject(this.btnBack);
> Line 226:
> Line 227: #line default
> Line 228: #line hidden
> Line 229:
> Line 230: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 231: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("&nbsp;"));
> Line 232:
> Line 233: #line default
> Line 234: #line hidden
> Line 235:
> Line 236: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 237: this.__BuildControlbtnValidate();
> Line 238:
> Line 239: #line default
> Line 240: #line hidden
> Line 241:
> Line 242: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 243: __parser.AddParsedSubObject(this.btnValidate);
> Line 244:
> Line 245: #line default
> Line 246: #line hidden
> Line 247:
> Line 248: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 249: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("&nbsp;"));
> Line 250:
> Line 251: #line default
> Line 252: #line hidden
> Line 253:
> Line 254: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 255: this.__BuildControlbtnNewRequest();
> Line 256:
> Line 257: #line default
> Line 258: #line hidden
> Line 259:
> Line 260: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 261: __parser.AddParsedSubObject(this.btnNewRequest); > Line 262:
> Line 263: #line default
> Line 264: #line hidden
> Line 265:
> Line 266: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 267: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("&nbsp;"));
> Line 268:
> Line 269: #line default
> Line 270: #line hidden
> Line 271:
> Line 272: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 273: this.__BuildControlbtnSubmitOrder();
> Line 274:
> Line 275: #line default
> Line 276: #line hidden
> Line 277:
> Line 278: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 279:
> __parser.AddParsedSubObject(this.btnSubmitOrder);
> Line 280:
> Line 281: #line default
> Line 282: #line hidden
> Line 283:
> Line 284: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 285: __parser.AddParsedSubObject(new
> System.Web.UI.LiteralControl("&nbsp;"));
> Line 286:
> Line 287: #line default
> Line 288: #line hidden
> Line 289:
> Line 290: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 291: this.__BuildControlbtnNext();
> Line 292:
> Line 293: #line default
> Line 294: #line hidden
> Line 295:
> Line 296: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 297: __parser.AddParsedSubObject(this.btnNext);
> Line 298:
> Line 299: #line default
> Line 300: #line hidden
> Line 301:
> Line 302: #line 1
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
> scx"
> Line 303: __parser.AddParsedSubObject(new
>

System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\
> t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!-- END
> Navigation " +
> Line 304: "Buttons Control -->\r\n"));
> Line 305:
> Line 306: #line default
> Line 307: #line hidden
> Line 308: }
> Line 309:
> Line 310: protected override void FrameworkInitialize() {
> Line 311: this.__BuildControlTree(this);
> Line 312: }
> Line 313: }
> Line 314: }
> Line 315:
>
>
>
>

-------------------------------------------------------------------------

- --
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> ASP.NET
> Version:1.1.4322.573
>
>
>



Nov 18 '05 #5
This typically stems from am improper layout. What I mean by this is,
according to you, if a lot of your applications reference the same assembly,
the assembly really needs to be in the web root folder and not in each bin
subfolder for the specific application. You only need application specific
assembly in the bin folder of the application. Makes sense?

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:eo**************@TK2MSFTNGP10.phx.gbl...
So other than removing the other assemblies that have this control in
them,
is there another way to stop getting this error?

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:O%****************@TK2MSFTNGP12.phx.gbl...
i'm not entirely sure. i don't know your system and it's configuration.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
> Why does it work on the development workstations and not the server. The > developmer of this control shares it accross several web apps, and so
> it
> must be located in various places. Why would it work on the
> development
> workstations and not the server?
>
> Thanks,
> Jim
>
> "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
> news:ef**************@TK2MSFTNGP09.phx.gbl...
>> the easiest fix for this is to search the drive for the assembly.
>> there
>> should only be one. it's finding more than one. delete the unused
>> ones.
>>
>> --
>> Regards,
>> Alvin Bruney
>> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> Got tidbits? Get it here... http://tinyurl.com/27cok
>> "JTrigger" <jt******@nospam.nospam> wrote in message
>> news:OJ**************@TK2MSFTNGP12.phx.gbl...
>> > When I compile my project using the IDE on a development machine it
> works
>> > just fine. When I compile it on the server using csc.exe, I get the
>> > following error when I try to bring it up in the web browser. What is > the
>> > issue?
>> >
>> > Thanks,
>> > Jim
>> >
>> > Server Error in '/psnRequest' 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: CS1595:
>> > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
>> > defined
>> > in multiple places; using definition from
>> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>> >
> Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> > snFramework.dll'
>> >
>> > Source Error:
>> >
>> >
>> > Line 27:
>> > Line 28:
>> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
>> > Line 29: public class NavigationButtons_ascx :
>> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
>> > Line 30:
>> > Line 31: private static bool __initialized = false;
>> >
>> > Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary
>> > ASP.NET
>> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29
>> >
>> >
>> >
>> > Show Detailed Compiler Output:
>> >
>> > C:\WINDOWS\system32>
>> > "c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
>> > /t:library /utf8output
>> >
> /R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s >> > ystem.web.mobile.dll"
>> >
> /R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system. >> > data.dll"
>> >
> /R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a >> > \system.web.services.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c >> > mnlogging.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p >> > sncommon.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> > snframework.dll"
>> >
> /R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11 >> > d50a3a\system.enterpriseservices.dll"
>> >
> /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x >> > ml.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c >> > mnexceptions.dll"
>> >
> /R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst >> > em.drawing.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p >> > snrequest.dll"
>> >
> /R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w >> > eb.dll"
>> >
> /R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll" >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c >> > mntools.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary >> > asp.net
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c >> > mnframework.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d >> > alcommon.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d >> > alframework.dll"
>> > /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary ASP.NET
>> > Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+
>> > /optimize-
>> > /warnaserror /w:1
> "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
>> > ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
>> >
>> >
>> > Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
>> > for Microsoft (R) .NET Framework version 1.1.4322
>> > Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
>> >
>> > c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
>> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error CS1595: >> > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
>> > defined
>> > in multiple places; using definition from
>> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>> >
> Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> > snFramework.dll'
>> >
>> >
>> >
>> >
>> > Show Complete Compilation Source:
>> >
>> > Line 1:
>> >
> //-------------------------------------------------------------------------- >> > ----
>> > Line 2: // <autogenerated>
>> > Line 3: // This code was generated by a tool.
>> > Line 4: // Runtime Version: 1.1.4322.573
>> > Line 5: //
>> > Line 6: // Changes to this file may cause incorrect behavior and >> > will
>> > be lost if
>> > Line 7: // the code is regenerated.
>> > Line 8: // </autogenerated>
>> > Line 9:
>> >
> //-------------------------------------------------------------------------- >> > ----
>> > Line 10:
>> > Line 11: namespace ASP {
>> > Line 12: using System;
>> > Line 13: using System.Collections;
>> > Line 14: using System.Collections.Specialized;
>> > Line 15: using System.Configuration;
>> > Line 16: using System.Text;
>> > Line 17: using System.Text.RegularExpressions;
>> > Line 18: using System.Web;
>> > Line 19: using System.Web.Caching;
>> > Line 20: using System.Web.SessionState;
>> > Line 21: using System.Web.Security;
>> > Line 22: using System.Web.UI;
>> > Line 23: using System.Web.UI.WebControls;
>> > Line 24: using System.Web.UI.HtmlControls;
>> > Line 25: using ASP;
>> > Line 26:
>> > Line 27:
>> > Line 28:
>> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
>> > Line 29: public class NavigationButtons_ascx :
>> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
>> > Line 30:
>> > Line 31: private static bool __initialized = false;
>> > Line 32:
>> > Line 33: public NavigationButtons_ascx() {
>> > Line 34: if ((ASP.NavigationButtons_ascx.__initialized == >> > false)) {
>> > Line 35: ASP.NavigationButtons_ascx.__initialized
>> > =
>> > true;
>> > Line 36: }
>> > Line 37: }
>> > Line 38:
>> > Line 39: protected override bool SupportAutoEvents {
>> > Line 40: get {
>> > Line 41: return false;
>> > Line 42: }
>> > Line 43: }
>> > Line 44:
>> > Line 45: protected ASP.Global_asax ApplicationInstance {
>> > Line 46: get {
>> > Line 47: return
>> > ((ASP.Global_asax)(this.Context.ApplicationInstanc e));
>> > Line 48: }
>> > Line 49: }
>> > Line 50:
>> > Line 51: public override string TemplateSourceDirectory {
>> > Line 52: get {
>> > Line 53: return "/psnRequest/UserControls";
>> > Line 54: }
>> > Line 55: }
>> > Line 56:
>> > Line 57: private System.Web.UI.Control
>> > __BuildControlbtnBack()
> {
>> > Line 58: System.Web.UI.WebControls.Button __ctrl;
>> > Line 59:
>> > Line 60: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 61: __ctrl = new System.Web.UI.WebControls.Button(); >> > Line 62:
>> > Line 63: #line default
>> > Line 64: #line hidden
>> > Line 65: this.btnBack = __ctrl;
>> > Line 66:
>> > Line 67: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 68: __ctrl.ID = "btnBack";
>> > Line 69:
>> > Line 70: #line default
>> > Line 71: #line hidden
>> > Line 72:
>> > Line 73: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 74: __ctrl.Text = "< Back";
>> > Line 75:
>> > Line 76: #line default
>> > Line 77: #line hidden
>> > Line 78:
>> > Line 79: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 80: __ctrl.CssClass = "buttonStyle";
>> > Line 81:
>> > Line 82: #line default
>> > Line 83: #line hidden
>> > Line 84: return __ctrl;
>> > Line 85: }
>> > Line 86:
>> > Line 87: private System.Web.UI.Control
>> > __BuildControlbtnValidate()
>> > {
>> > Line 88: System.Web.UI.WebControls.Button __ctrl;
>> > Line 89:
>> > Line 90: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 91: __ctrl = new System.Web.UI.WebControls.Button(); >> > Line 92:
>> > Line 93: #line default
>> > Line 94: #line hidden
>> > Line 95: this.btnValidate = __ctrl;
>> > Line 96:
>> > Line 97: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 98: __ctrl.ID = "btnValidate";
>> > Line 99:
>> > Line 100: #line default
>> > Line 101: #line hidden
>> > Line 102:
>> > Line 103: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 104: __ctrl.Text = "Validate";
>> > Line 105:
>> > Line 106: #line default
>> > Line 107: #line hidden
>> > Line 108:
>> > Line 109: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 110: __ctrl.CssClass = "buttonStyle";
>> > Line 111:
>> > Line 112: #line default
>> > Line 113: #line hidden
>> > Line 114: return __ctrl;
>> > Line 115: }
>> > Line 116:
>> > Line 117: private System.Web.UI.Control
>> > __BuildControlbtnNewRequest() {
>> > Line 118: System.Web.UI.WebControls.Button __ctrl;
>> > Line 119:
>> > Line 120: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 121: __ctrl = new System.Web.UI.WebControls.Button(); >> > Line 122:
>> > Line 123: #line default
>> > Line 124: #line hidden
>> > Line 125: this.btnNewRequest = __ctrl;
>> > Line 126:
>> > Line 127: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 128: __ctrl.ID = "btnNewRequest";
>> > Line 129:
>> > Line 130: #line default
>> > Line 131: #line hidden
>> > Line 132:
>> > Line 133: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 134: __ctrl.Text = "New Request";
>> > Line 135:
>> > Line 136: #line default
>> > Line 137: #line hidden
>> > Line 138:
>> > Line 139: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 140: __ctrl.CssClass = "buttonStyle";
>> > Line 141:
>> > Line 142: #line default
>> > Line 143: #line hidden
>> > Line 144: return __ctrl;
>> > Line 145: }
>> > Line 146:
>> > Line 147: private System.Web.UI.Control
>> > __BuildControlbtnSubmitOrder() {
>> > Line 148: System.Web.UI.WebControls.Button __ctrl;
>> > Line 149:
>> > Line 150: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 151: __ctrl = new System.Web.UI.WebControls.Button(); >> > Line 152:
>> > Line 153: #line default
>> > Line 154: #line hidden
>> > Line 155: this.btnSubmitOrder = __ctrl;
>> > Line 156:
>> > Line 157: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 158: __ctrl.ID = "btnSubmitOrder";
>> > Line 159:
>> > Line 160: #line default
>> > Line 161: #line hidden
>> > Line 162:
>> > Line 163: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 164: __ctrl.CssClass = "buttonStyle";
>> > Line 165:
>> > Line 166: #line default
>> > Line 167: #line hidden
>> > Line 168:
>> > Line 169: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 170: __ctrl.Text = "Submit Order";
>> > Line 171:
>> > Line 172: #line default
>> > Line 173: #line hidden
>> > Line 174: return __ctrl;
>> > Line 175: }
>> > Line 176:
>> > Line 177: private System.Web.UI.Control
>> > __BuildControlbtnNext()
> {
>> > Line 178: System.Web.UI.WebControls.Button __ctrl;
>> > Line 179:
>> > Line 180: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 181: __ctrl = new System.Web.UI.WebControls.Button(); >> > Line 182:
>> > Line 183: #line default
>> > Line 184: #line hidden
>> > Line 185: this.btnNext = __ctrl;
>> > Line 186:
>> > Line 187: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 188: __ctrl.ID = "btnNext";
>> > Line 189:
>> > Line 190: #line default
>> > Line 191: #line hidden
>> > Line 192:
>> > Line 193: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 194: __ctrl.Text = "Next >";
>> > Line 195:
>> > Line 196: #line default
>> > Line 197: #line hidden
>> > Line 198:
>> > Line 199: #line 5
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 200: __ctrl.CssClass = "buttonStyle";
>> > Line 201:
>> > Line 202: #line default
>> > Line 203: #line hidden
>> > Line 204: return __ctrl;
>> > Line 205: }
>> > Line 206:
>> > Line 207: private void
>> > __BuildControlTree(System.Web.UI.Control
>> > __ctrl) {
>> > Line 208: System.Web.UI.IParserAccessor __parser =
>> > ((System.Web.UI.IParserAccessor)(__ctrl));
>> > Line 209:
>> > Line 210: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 211: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN Navigation >> > Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " +
>> > Line 212: "border=\"0\" cellpadding=\"0\"
>> > cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD >> > align=" +
>> > Line 213: "\"right\" valign=\"bottom\">"));
>> > Line 214:
>> > Line 215: #line default
>> > Line 216: #line hidden
>> > Line 217:
>> > Line 218: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 219: this.__BuildControlbtnBack();
>> > Line 220:
>> > Line 221: #line default
>> > Line 222: #line hidden
>> > Line 223:
>> > Line 224: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 225: __parser.AddParsedSubObject(this.btnBack);
>> > Line 226:
>> > Line 227: #line default
>> > Line 228: #line hidden
>> > Line 229:
>> > Line 230: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 231: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("&nbsp;"));
>> > Line 232:
>> > Line 233: #line default
>> > Line 234: #line hidden
>> > Line 235:
>> > Line 236: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 237: this.__BuildControlbtnValidate();
>> > Line 238:
>> > Line 239: #line default
>> > Line 240: #line hidden
>> > Line 241:
>> > Line 242: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 243:
>> > __parser.AddParsedSubObject(this.btnValidate);
>> > Line 244:
>> > Line 245: #line default
>> > Line 246: #line hidden
>> > Line 247:
>> > Line 248: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 249: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("&nbsp;"));
>> > Line 250:
>> > Line 251: #line default
>> > Line 252: #line hidden
>> > Line 253:
>> > Line 254: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 255: this.__BuildControlbtnNewRequest();
>> > Line 256:
>> > Line 257: #line default
>> > Line 258: #line hidden
>> > Line 259:
>> > Line 260: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 261: __parser.AddParsedSubObject(this.btnNewRequest); >> > Line 262:
>> > Line 263: #line default
>> > Line 264: #line hidden
>> > Line 265:
>> > Line 266: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 267: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("&nbsp;"));
>> > Line 268:
>> > Line 269: #line default
>> > Line 270: #line hidden
>> > Line 271:
>> > Line 272: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 273: this.__BuildControlbtnSubmitOrder();
>> > Line 274:
>> > Line 275: #line default
>> > Line 276: #line hidden
>> > Line 277:
>> > Line 278: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 279:
>> > __parser.AddParsedSubObject(this.btnSubmitOrder);
>> > Line 280:
>> > Line 281: #line default
>> > Line 282: #line hidden
>> > Line 283:
>> > Line 284: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 285: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("&nbsp;"));
>> > Line 286:
>> > Line 287: #line default
>> > Line 288: #line hidden
>> > Line 289:
>> > Line 290: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 291: this.__BuildControlbtnNext();
>> > Line 292:
>> > Line 293: #line default
>> > Line 294: #line hidden
>> > Line 295:
>> > Line 296: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 297: __parser.AddParsedSubObject(this.btnNext);
>> > Line 298:
>> > Line 299: #line default
>> > Line 300: #line hidden
>> > Line 301:
>> > Line 302: #line 1
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> > scx"
>> > Line 303: __parser.AddParsedSubObject(new
>> >
> System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\ >> > t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!-- END
>> > Navigation " +
>> > Line 304: "Buttons Control -->\r\n"));
>> > Line 305:
>> > Line 306: #line default
>> > Line 307: #line hidden
>> > Line 308: }
>> > Line 309:
>> > Line 310: protected override void FrameworkInitialize() {
>> > Line 311: this.__BuildControlTree(this);
>> > Line 312: }
>> > Line 313: }
>> > Line 314: }
>> > Line 315:
>> >
>> >
>> >
>> >
>>

------------------------------------------------------------------------- - > --
>> > ----
>> > Version Information: Microsoft .NET Framework Version:1.1.4322.573;
>> > ASP.NET
>> > Version:1.1.4322.573
>> >
>> >
>> >
>>
>>
>
>



Nov 18 '05 #6
I understand and typically agree with that. The issue that I have is that
this project spans multiple web apps. Several of the apps that make up the
entire system use a set of user controls. The developer that created these
controls is unwilling to make them server controls so that they can be
referenced in the normal way. Instead he read some article about sharing
the code file in VSS across multiple projects so that he only has to
maintain the code in one place. So, several of the web apps have the exact
same controls defined in them.

As I said, I understand that this is not the proper way to do this, what it
is the card I have been dealt. The developer feels that because it works
fine on his development machine, it is an error in my build process. Is
there a way to make this work?

Thanks,
Jim

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:e1****************@TK2MSFTNGP12.phx.gbl...
This typically stems from am improper layout. What I mean by this is,
according to you, if a lot of your applications reference the same assembly, the assembly really needs to be in the web root folder and not in each bin
subfolder for the specific application. You only need application specific
assembly in the bin folder of the application. Makes sense?

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:eo**************@TK2MSFTNGP10.phx.gbl...
So other than removing the other assemblies that have this control in
them,
is there another way to stop getting this error?

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:O%****************@TK2MSFTNGP12.phx.gbl...
i'm not entirely sure. i don't know your system and it's configuration.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
> Why does it work on the development workstations and not the server.

The
> developmer of this control shares it accross several web apps, and so
> it
> must be located in various places. Why would it work on the
> development
> workstations and not the server?
>
> Thanks,
> Jim
>
> "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
> news:ef**************@TK2MSFTNGP09.phx.gbl...
>> the easiest fix for this is to search the drive for the assembly.
>> there
>> should only be one. it's finding more than one. delete the unused
>> ones.
>>
>> --
>> Regards,
>> Alvin Bruney
>> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> Got tidbits? Get it here... http://tinyurl.com/27cok
>> "JTrigger" <jt******@nospam.nospam> wrote in message
>> news:OJ**************@TK2MSFTNGP12.phx.gbl...
>> > When I compile my project using the IDE on a development machine it > works
>> > just fine. When I compile it on the server using csc.exe, I get the >> > following error when I try to bring it up in the web browser. What
is
> the
>> > issue?
>> >
>> > Thanks,
>> > Jim
>> >
>> > Server Error in '/psnRequest' 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: CS1595:
>> > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is >> > defined
>> > in multiple places; using definition from
>> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>> >
>

Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
>> > snFramework.dll'
>> >
>> > Source Error:
>> >
>> >
>> > Line 27:
>> > Line 28:
>> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
>> > Line 29: public class NavigationButtons_ascx :
>> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
>> > Line 30:
>> > Line 31: private static bool __initialized = false;
>> >
>> > Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary >> > ASP.NET
>> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29
>> >
>> >
>> >
>> > Show Detailed Compiler Output:
>> >
>> > C:\WINDOWS\system32>
>> > "c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
>> > /t:library /utf8output
>> >
>

/R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s
>> > ystem.web.mobile.dll"
>> >
>

/R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system.
>> > data.dll"
>> >
>

/R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a
>> > \system.web.services.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c
>> > mnlogging.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p
>> > sncommon.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
>> > snframework.dll"
>> >
>

/R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11
>> > d50a3a\system.enterpriseservices.dll"
>> >
>

/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x
>> > ml.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
> asp.net
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c
>> > mnexceptions.dll"
>> >
>

/R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst
>> > em.drawing.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p
>> > snrequest.dll"
>> >
>

/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w
>> > eb.dll"
>> >
>

/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary asp.net
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c
>> > mntools.dll"

/R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c
>> > mnframework.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d
>> > alcommon.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d
>> > alframework.dll"
>> > /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary ASP.NET >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+
>> > /optimize-
>> > /warnaserror /w:1
> "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
>> > ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
>> >
>> >
>> > Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
>> > for Microsoft (R) .NET Framework version 1.1.4322
>> > Copyright (C) Microsoft Corporation 2001-2002. All rights reserved. >> >
>> > c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
>> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error

CS1595:
>> > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is >> > defined
>> > in multiple places; using definition from
>> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>> >
>

Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
>> > snFramework.dll'
>> >
>> >
>> >
>> >
>> > Show Complete Compilation Source:
>> >
>> > Line 1:
>> >
>

//--------------------------------------------------------------------------
>> > ----
>> > Line 2: // <autogenerated>
>> > Line 3: // This code was generated by a tool.
>> > Line 4: // Runtime Version: 1.1.4322.573
>> > Line 5: //
>> > Line 6: // Changes to this file may cause incorrect behavior and
>> > will
>> > be lost if
>> > Line 7: // the code is regenerated.
>> > Line 8: // </autogenerated>
>> > Line 9:
>> >
>

//-------------------------------------------------------------------------- >> > ----
>> > Line 10:
>> > Line 11: namespace ASP {
>> > Line 12: using System;
>> > Line 13: using System.Collections;
>> > Line 14: using System.Collections.Specialized;
>> > Line 15: using System.Configuration;
>> > Line 16: using System.Text;
>> > Line 17: using System.Text.RegularExpressions;
>> > Line 18: using System.Web;
>> > Line 19: using System.Web.Caching;
>> > Line 20: using System.Web.SessionState;
>> > Line 21: using System.Web.Security;
>> > Line 22: using System.Web.UI;
>> > Line 23: using System.Web.UI.WebControls;
>> > Line 24: using System.Web.UI.HtmlControls;
>> > Line 25: using ASP;
>> > Line 26:
>> > Line 27:
>> > Line 28:
>> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
>> > Line 29: public class NavigationButtons_ascx :
>> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
>> > Line 30:
>> > Line 31: private static bool __initialized = false;
>> > Line 32:
>> > Line 33: public NavigationButtons_ascx() {
>> > Line 34: if ((ASP.NavigationButtons_ascx.__initialized
==
>> > false)) {
>> > Line 35:
ASP.NavigationButtons_ascx.__initialized >> > =
>> > true;
>> > Line 36: }
>> > Line 37: }
>> > Line 38:
>> > Line 39: protected override bool SupportAutoEvents {
>> > Line 40: get {
>> > Line 41: return false;
>> > Line 42: }
>> > Line 43: }
>> > Line 44:
>> > Line 45: protected ASP.Global_asax ApplicationInstance {
>> > Line 46: get {
>> > Line 47: return
>> > ((ASP.Global_asax)(this.Context.ApplicationInstanc e));
>> > Line 48: }
>> > Line 49: }
>> > Line 50:
>> > Line 51: public override string TemplateSourceDirectory { >> > Line 52: get {
>> > Line 53: return "/psnRequest/UserControls";
>> > Line 54: }
>> > Line 55: }
>> > Line 56:
>> > Line 57: private System.Web.UI.Control
>> > __BuildControlbtnBack()
> {
>> > Line 58: System.Web.UI.WebControls.Button __ctrl;
>> > Line 59:
>> > Line 60: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 61: __ctrl = new

System.Web.UI.WebControls.Button();
>> > Line 62:
>> > Line 63: #line default
>> > Line 64: #line hidden
>> > Line 65: this.btnBack = __ctrl;
>> > Line 66:
>> > Line 67: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 68: __ctrl.ID = "btnBack";
>> > Line 69:
>> > Line 70: #line default
>> > Line 71: #line hidden
>> > Line 72:
>> > Line 73: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 74: __ctrl.Text = "< Back";
>> > Line 75:
>> > Line 76: #line default
>> > Line 77: #line hidden
>> > Line 78:
>> > Line 79: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 80: __ctrl.CssClass = "buttonStyle";
>> > Line 81:
>> > Line 82: #line default
>> > Line 83: #line hidden
>> > Line 84: return __ctrl;
>> > Line 85: }
>> > Line 86:
>> > Line 87: private System.Web.UI.Control
>> > __BuildControlbtnValidate()
>> > {
>> > Line 88: System.Web.UI.WebControls.Button __ctrl;
>> > Line 89:
>> > Line 90: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 91: __ctrl = new

System.Web.UI.WebControls.Button();
>> > Line 92:
>> > Line 93: #line default
>> > Line 94: #line hidden
>> > Line 95: this.btnValidate = __ctrl;
>> > Line 96:
>> > Line 97: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 98: __ctrl.ID = "btnValidate";
>> > Line 99:
>> > Line 100: #line default
>> > Line 101: #line hidden
>> > Line 102:
>> > Line 103: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 104: __ctrl.Text = "Validate";
>> > Line 105:
>> > Line 106: #line default
>> > Line 107: #line hidden
>> > Line 108:
>> > Line 109: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 110: __ctrl.CssClass = "buttonStyle";
>> > Line 111:
>> > Line 112: #line default
>> > Line 113: #line hidden
>> > Line 114: return __ctrl;
>> > Line 115: }
>> > Line 116:
>> > Line 117: private System.Web.UI.Control
>> > __BuildControlbtnNewRequest() {
>> > Line 118: System.Web.UI.WebControls.Button __ctrl;
>> > Line 119:
>> > Line 120: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 121: __ctrl = new

System.Web.UI.WebControls.Button();
>> > Line 122:
>> > Line 123: #line default
>> > Line 124: #line hidden
>> > Line 125: this.btnNewRequest = __ctrl;
>> > Line 126:
>> > Line 127: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 128: __ctrl.ID = "btnNewRequest";
>> > Line 129:
>> > Line 130: #line default
>> > Line 131: #line hidden
>> > Line 132:
>> > Line 133: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 134: __ctrl.Text = "New Request";
>> > Line 135:
>> > Line 136: #line default
>> > Line 137: #line hidden
>> > Line 138:
>> > Line 139: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 140: __ctrl.CssClass = "buttonStyle";
>> > Line 141:
>> > Line 142: #line default
>> > Line 143: #line hidden
>> > Line 144: return __ctrl;
>> > Line 145: }
>> > Line 146:
>> > Line 147: private System.Web.UI.Control
>> > __BuildControlbtnSubmitOrder() {
>> > Line 148: System.Web.UI.WebControls.Button __ctrl;
>> > Line 149:
>> > Line 150: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 151: __ctrl = new

System.Web.UI.WebControls.Button();
>> > Line 152:
>> > Line 153: #line default
>> > Line 154: #line hidden
>> > Line 155: this.btnSubmitOrder = __ctrl;
>> > Line 156:
>> > Line 157: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 158: __ctrl.ID = "btnSubmitOrder";
>> > Line 159:
>> > Line 160: #line default
>> > Line 161: #line hidden
>> > Line 162:
>> > Line 163: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 164: __ctrl.CssClass = "buttonStyle";
>> > Line 165:
>> > Line 166: #line default
>> > Line 167: #line hidden
>> > Line 168:
>> > Line 169: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 170: __ctrl.Text = "Submit Order";
>> > Line 171:
>> > Line 172: #line default
>> > Line 173: #line hidden
>> > Line 174: return __ctrl;
>> > Line 175: }
>> > Line 176:
>> > Line 177: private System.Web.UI.Control
>> > __BuildControlbtnNext()
> {
>> > Line 178: System.Web.UI.WebControls.Button __ctrl;
>> > Line 179:
>> > Line 180: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 181: __ctrl = new

System.Web.UI.WebControls.Button();
>> > Line 182:
>> > Line 183: #line default
>> > Line 184: #line hidden
>> > Line 185: this.btnNext = __ctrl;
>> > Line 186:
>> > Line 187: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 188: __ctrl.ID = "btnNext";
>> > Line 189:
>> > Line 190: #line default
>> > Line 191: #line hidden
>> > Line 192:
>> > Line 193: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 194: __ctrl.Text = "Next >";
>> > Line 195:
>> > Line 196: #line default
>> > Line 197: #line hidden
>> > Line 198:
>> > Line 199: #line 5
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 200: __ctrl.CssClass = "buttonStyle";
>> > Line 201:
>> > Line 202: #line default
>> > Line 203: #line hidden
>> > Line 204: return __ctrl;
>> > Line 205: }
>> > Line 206:
>> > Line 207: private void
>> > __BuildControlTree(System.Web.UI.Control
>> > __ctrl) {
>> > Line 208: System.Web.UI.IParserAccessor __parser =
>> > ((System.Web.UI.IParserAccessor)(__ctrl));
>> > Line 209:
>> > Line 210: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 211: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN

Navigation
>> > Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " +
>> > Line 212: "border=\"0\" cellpadding=\"0\"
>> >

cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD
>> > align=" +
>> > Line 213: "\"right\" valign=\"bottom\">"));
>> > Line 214:
>> > Line 215: #line default
>> > Line 216: #line hidden
>> > Line 217:
>> > Line 218: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 219: this.__BuildControlbtnBack();
>> > Line 220:
>> > Line 221: #line default
>> > Line 222: #line hidden
>> > Line 223:
>> > Line 224: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 225: __parser.AddParsedSubObject(this.btnBack);
>> > Line 226:
>> > Line 227: #line default
>> > Line 228: #line hidden
>> > Line 229:
>> > Line 230: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 231: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("&nbsp;"));
>> > Line 232:
>> > Line 233: #line default
>> > Line 234: #line hidden
>> > Line 235:
>> > Line 236: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 237: this.__BuildControlbtnValidate();
>> > Line 238:
>> > Line 239: #line default
>> > Line 240: #line hidden
>> > Line 241:
>> > Line 242: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 243:
>> > __parser.AddParsedSubObject(this.btnValidate);
>> > Line 244:
>> > Line 245: #line default
>> > Line 246: #line hidden
>> > Line 247:
>> > Line 248: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 249: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("&nbsp;"));
>> > Line 250:
>> > Line 251: #line default
>> > Line 252: #line hidden
>> > Line 253:
>> > Line 254: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 255: this.__BuildControlbtnNewRequest();
>> > Line 256:
>> > Line 257: #line default
>> > Line 258: #line hidden
>> > Line 259:
>> > Line 260: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 261:

__parser.AddParsedSubObject(this.btnNewRequest);
>> > Line 262:
>> > Line 263: #line default
>> > Line 264: #line hidden
>> > Line 265:
>> > Line 266: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 267: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("&nbsp;"));
>> > Line 268:
>> > Line 269: #line default
>> > Line 270: #line hidden
>> > Line 271:
>> > Line 272: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 273: this.__BuildControlbtnSubmitOrder();
>> > Line 274:
>> > Line 275: #line default
>> > Line 276: #line hidden
>> > Line 277:
>> > Line 278: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 279:
>> > __parser.AddParsedSubObject(this.btnSubmitOrder);
>> > Line 280:
>> > Line 281: #line default
>> > Line 282: #line hidden
>> > Line 283:
>> > Line 284: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 285: __parser.AddParsedSubObject(new
>> > System.Web.UI.LiteralControl("&nbsp;"));
>> > Line 286:
>> > Line 287: #line default
>> > Line 288: #line hidden
>> > Line 289:
>> > Line 290: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 291: this.__BuildControlbtnNext();
>> > Line 292:
>> > Line 293: #line default
>> > Line 294: #line hidden
>> > Line 295:
>> > Line 296: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 297: __parser.AddParsedSubObject(this.btnNext);
>> > Line 298:
>> > Line 299: #line default
>> > Line 300: #line hidden
>> > Line 301:
>> > Line 302: #line 1
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> > scx"
>> > Line 303: __parser.AddParsedSubObject(new
>> >
>

System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\
>> > t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!-- END
>> > Navigation " +
>> > Line 304: "Buttons Control -->\r\n"));
>> > Line 305:
>> > Line 306: #line default
>> > Line 307: #line hidden
>> > Line 308: }
>> > Line 309:
>> > Line 310: protected override void FrameworkInitialize() {
>> > Line 311: this.__BuildControlTree(this);
>> > Line 312: }
>> > Line 313: }
>> > Line 314: }
>> > Line 315:
>> >
>> >
>> >
>> >
>>
------------------------------------------------------------------------ - -
> --
>> > ----
>> > Version Information: Microsoft .NET Framework

Version:1.1.4322.573; >> > ASP.NET
>> > Version:1.1.4322.573
>> >
>> >
>> >
>>
>>
>
>



Nov 18 '05 #7
this will work, i've done it before, but it is a temporary fix and the
problem returns.

shut down iis, flush IE cookies, delete temporary files. make sure the
temporary files pointed to at the end of the error path (e:\winnt\temporrary
files...) is gone. If IIS is still running, the files will not be deleted.
Then you can rebuild and redeploy.

The problem will return normally during run-time causing the application to
crash. This has been my experience.

I don't know what else to tell you other than the developer needs to fix his
mess. "It works on my system, so it's not my problem" is really inexecusable
in a business environment.
--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...
I understand and typically agree with that. The issue that I have is that
this project spans multiple web apps. Several of the apps that make up
the
entire system use a set of user controls. The developer that created
these
controls is unwilling to make them server controls so that they can be
referenced in the normal way. Instead he read some article about sharing
the code file in VSS across multiple projects so that he only has to
maintain the code in one place. So, several of the web apps have the
exact
same controls defined in them.

As I said, I understand that this is not the proper way to do this, what
it
is the card I have been dealt. The developer feels that because it works
fine on his development machine, it is an error in my build process. Is
there a way to make this work?

Thanks,
Jim

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:e1****************@TK2MSFTNGP12.phx.gbl...
This typically stems from am improper layout. What I mean by this is,
according to you, if a lot of your applications reference the same

assembly,
the assembly really needs to be in the web root folder and not in each
bin
subfolder for the specific application. You only need application
specific
assembly in the bin folder of the application. Makes sense?

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:eo**************@TK2MSFTNGP10.phx.gbl...
> So other than removing the other assemblies that have this control in
> them,
> is there another way to stop getting this error?
>
> "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
> news:O%****************@TK2MSFTNGP12.phx.gbl...
>> i'm not entirely sure. i don't know your system and it's
>> configuration.
>>
>> --
>> Regards,
>> Alvin Bruney
>> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> Got tidbits? Get it here... http://tinyurl.com/27cok
>> "JTrigger" <jt******@nospam.nospam> wrote in message
>> news:%2******************@TK2MSFTNGP12.phx.gbl...
>> > Why does it work on the development workstations and not the server.
> The
>> > developmer of this control shares it accross several web apps, and
>> > so
>> > it
>> > must be located in various places. Why would it work on the
>> > development
>> > workstations and not the server?
>> >
>> > Thanks,
>> > Jim
>> >
>> > "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in
>> > message
>> > news:ef**************@TK2MSFTNGP09.phx.gbl...
>> >> the easiest fix for this is to search the drive for the assembly.
>> >> there
>> >> should only be one. it's finding more than one. delete the unused
>> >> ones.
>> >>
>> >> --
>> >> Regards,
>> >> Alvin Bruney
>> >> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> >> Got tidbits? Get it here... http://tinyurl.com/27cok
>> >> "JTrigger" <jt******@nospam.nospam> wrote in message
>> >> news:OJ**************@TK2MSFTNGP12.phx.gbl...
>> >> > When I compile my project using the IDE on a development machine it >> > works
>> >> > just fine. When I compile it on the server using csc.exe, I get the >> >> > following error when I try to bring it up in the web browser. What > is
>> > the
>> >> > issue?
>> >> >
>> >> > Thanks,
>> >> > Jim
>> >> >
>> >> > Server Error in '/psnRequest' 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: CS1595:
>> >> > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is >> >> > defined
>> >> > in multiple places; using definition from
>> >> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>> >> >
>> >
> Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> >> > snFramework.dll'
>> >> >
>> >> > Source Error:
>> >> >
>> >> >
>> >> > Line 27:
>> >> > Line 28:
>> >> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
>> >> > Line 29: public class NavigationButtons_ascx :
>> >> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
>> >> > Line 30:
>> >> > Line 31: private static bool __initialized = false;
>> >> >
>> >> > Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary >> >> > ASP.NET
>> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29
>> >> >
>> >> >
>> >> >
>> >> > Show Detailed Compiler Output:
>> >> >
>> >> > C:\WINDOWS\system32>
>> >> > "c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
>> >> > /t:library /utf8output
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s >> >> > ystem.web.mobile.dll"
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system. >> >> > data.dll"
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a >> >> > \system.web.services.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c >> >> > mnlogging.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p >> >> > sncommon.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> >> > snframework.dll"
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11 >> >> > d50a3a\system.enterpriseservices.dll"
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x >> >> > ml.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c >> >> > mnexceptions.dll"
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst >> >> > em.drawing.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p >> >> > snrequest.dll"
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w >> >> > eb.dll"
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll" >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c >> >> > mntools.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c >> >> > mnframework.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d >> >> > alcommon.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d >> >> > alframework.dll"
>> >> > /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary ASP.NET >> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+
>> >> > /optimize-
>> >> > /warnaserror /w:1
>> > "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
>> >> > ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
>> >> >
>> >> >
>> >> > Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
>> >> > for Microsoft (R) .NET Framework version 1.1.4322
>> >> > Copyright (C) Microsoft Corporation 2001-2002. All rights reserved. >> >> >
>> >> > c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
>> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error
> CS1595:
>> >> > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is >> >> > defined
>> >> > in multiple places; using definition from
>> >> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>> >> >
>> >
> Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> >> > snFramework.dll'
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > Show Complete Compilation Source:
>> >> >
>> >> > Line 1:
>> >> >
>> >
> //-------------------------------------------------------------------------- >> >> > ----
>> >> > Line 2: // <autogenerated>
>> >> > Line 3: // This code was generated by a tool.
>> >> > Line 4: // Runtime Version: 1.1.4322.573
>> >> > Line 5: //
>> >> > Line 6: // Changes to this file may cause incorrect behavior > and
>> >> > will
>> >> > be lost if
>> >> > Line 7: // the code is regenerated.
>> >> > Line 8: // </autogenerated>
>> >> > Line 9:
>> >> >
>> >
> //-------------------------------------------------------------------------- >> >> > ----
>> >> > Line 10:
>> >> > Line 11: namespace ASP {
>> >> > Line 12: using System;
>> >> > Line 13: using System.Collections;
>> >> > Line 14: using System.Collections.Specialized;
>> >> > Line 15: using System.Configuration;
>> >> > Line 16: using System.Text;
>> >> > Line 17: using System.Text.RegularExpressions;
>> >> > Line 18: using System.Web;
>> >> > Line 19: using System.Web.Caching;
>> >> > Line 20: using System.Web.SessionState;
>> >> > Line 21: using System.Web.Security;
>> >> > Line 22: using System.Web.UI;
>> >> > Line 23: using System.Web.UI.WebControls;
>> >> > Line 24: using System.Web.UI.HtmlControls;
>> >> > Line 25: using ASP;
>> >> > Line 26:
>> >> > Line 27:
>> >> > Line 28:
>> >> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()]
>> >> > Line 29: public class NavigationButtons_ascx :
>> >> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons {
>> >> > Line 30:
>> >> > Line 31: private static bool __initialized = false;
>> >> > Line 32:
>> >> > Line 33: public NavigationButtons_ascx() {
>> >> > Line 34: if ((ASP.NavigationButtons_ascx.__initialized > ==
>> >> > false)) {
>> >> > Line 35: ASP.NavigationButtons_ascx.__initialized >> >> > =
>> >> > true;
>> >> > Line 36: }
>> >> > Line 37: }
>> >> > Line 38:
>> >> > Line 39: protected override bool SupportAutoEvents {
>> >> > Line 40: get {
>> >> > Line 41: return false;
>> >> > Line 42: }
>> >> > Line 43: }
>> >> > Line 44:
>> >> > Line 45: protected ASP.Global_asax ApplicationInstance
>> >> > {
>> >> > Line 46: get {
>> >> > Line 47: return
>> >> > ((ASP.Global_asax)(this.Context.ApplicationInstanc e));
>> >> > Line 48: }
>> >> > Line 49: }
>> >> > Line 50:
>> >> > Line 51: public override string TemplateSourceDirectory { >> >> > Line 52: get {
>> >> > Line 53: return "/psnRequest/UserControls";
>> >> > Line 54: }
>> >> > Line 55: }
>> >> > Line 56:
>> >> > Line 57: private System.Web.UI.Control
>> >> > __BuildControlbtnBack()
>> > {
>> >> > Line 58: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 59:
>> >> > Line 60: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 61: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 62:
>> >> > Line 63: #line default
>> >> > Line 64: #line hidden
>> >> > Line 65: this.btnBack = __ctrl;
>> >> > Line 66:
>> >> > Line 67: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 68: __ctrl.ID = "btnBack";
>> >> > Line 69:
>> >> > Line 70: #line default
>> >> > Line 71: #line hidden
>> >> > Line 72:
>> >> > Line 73: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 74: __ctrl.Text = "< Back";
>> >> > Line 75:
>> >> > Line 76: #line default
>> >> > Line 77: #line hidden
>> >> > Line 78:
>> >> > Line 79: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 80: __ctrl.CssClass = "buttonStyle";
>> >> > Line 81:
>> >> > Line 82: #line default
>> >> > Line 83: #line hidden
>> >> > Line 84: return __ctrl;
>> >> > Line 85: }
>> >> > Line 86:
>> >> > Line 87: private System.Web.UI.Control
>> >> > __BuildControlbtnValidate()
>> >> > {
>> >> > Line 88: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 89:
>> >> > Line 90: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 91: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 92:
>> >> > Line 93: #line default
>> >> > Line 94: #line hidden
>> >> > Line 95: this.btnValidate = __ctrl;
>> >> > Line 96:
>> >> > Line 97: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 98: __ctrl.ID = "btnValidate";
>> >> > Line 99:
>> >> > Line 100: #line default
>> >> > Line 101: #line hidden
>> >> > Line 102:
>> >> > Line 103: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 104: __ctrl.Text = "Validate";
>> >> > Line 105:
>> >> > Line 106: #line default
>> >> > Line 107: #line hidden
>> >> > Line 108:
>> >> > Line 109: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 110: __ctrl.CssClass = "buttonStyle";
>> >> > Line 111:
>> >> > Line 112: #line default
>> >> > Line 113: #line hidden
>> >> > Line 114: return __ctrl;
>> >> > Line 115: }
>> >> > Line 116:
>> >> > Line 117: private System.Web.UI.Control
>> >> > __BuildControlbtnNewRequest() {
>> >> > Line 118: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 119:
>> >> > Line 120: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 121: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 122:
>> >> > Line 123: #line default
>> >> > Line 124: #line hidden
>> >> > Line 125: this.btnNewRequest = __ctrl;
>> >> > Line 126:
>> >> > Line 127: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 128: __ctrl.ID = "btnNewRequest";
>> >> > Line 129:
>> >> > Line 130: #line default
>> >> > Line 131: #line hidden
>> >> > Line 132:
>> >> > Line 133: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 134: __ctrl.Text = "New Request";
>> >> > Line 135:
>> >> > Line 136: #line default
>> >> > Line 137: #line hidden
>> >> > Line 138:
>> >> > Line 139: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 140: __ctrl.CssClass = "buttonStyle";
>> >> > Line 141:
>> >> > Line 142: #line default
>> >> > Line 143: #line hidden
>> >> > Line 144: return __ctrl;
>> >> > Line 145: }
>> >> > Line 146:
>> >> > Line 147: private System.Web.UI.Control
>> >> > __BuildControlbtnSubmitOrder() {
>> >> > Line 148: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 149:
>> >> > Line 150: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 151: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 152:
>> >> > Line 153: #line default
>> >> > Line 154: #line hidden
>> >> > Line 155: this.btnSubmitOrder = __ctrl;
>> >> > Line 156:
>> >> > Line 157: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 158: __ctrl.ID = "btnSubmitOrder";
>> >> > Line 159:
>> >> > Line 160: #line default
>> >> > Line 161: #line hidden
>> >> > Line 162:
>> >> > Line 163: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 164: __ctrl.CssClass = "buttonStyle";
>> >> > Line 165:
>> >> > Line 166: #line default
>> >> > Line 167: #line hidden
>> >> > Line 168:
>> >> > Line 169: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 170: __ctrl.Text = "Submit Order";
>> >> > Line 171:
>> >> > Line 172: #line default
>> >> > Line 173: #line hidden
>> >> > Line 174: return __ctrl;
>> >> > Line 175: }
>> >> > Line 176:
>> >> > Line 177: private System.Web.UI.Control
>> >> > __BuildControlbtnNext()
>> > {
>> >> > Line 178: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 179:
>> >> > Line 180: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 181: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 182:
>> >> > Line 183: #line default
>> >> > Line 184: #line hidden
>> >> > Line 185: this.btnNext = __ctrl;
>> >> > Line 186:
>> >> > Line 187: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 188: __ctrl.ID = "btnNext";
>> >> > Line 189:
>> >> > Line 190: #line default
>> >> > Line 191: #line hidden
>> >> > Line 192:
>> >> > Line 193: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 194: __ctrl.Text = "Next >";
>> >> > Line 195:
>> >> > Line 196: #line default
>> >> > Line 197: #line hidden
>> >> > Line 198:
>> >> > Line 199: #line 5
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 200: __ctrl.CssClass = "buttonStyle";
>> >> > Line 201:
>> >> > Line 202: #line default
>> >> > Line 203: #line hidden
>> >> > Line 204: return __ctrl;
>> >> > Line 205: }
>> >> > Line 206:
>> >> > Line 207: private void
>> >> > __BuildControlTree(System.Web.UI.Control
>> >> > __ctrl) {
>> >> > Line 208: System.Web.UI.IParserAccessor __parser =
>> >> > ((System.Web.UI.IParserAccessor)(__ctrl));
>> >> > Line 209:
>> >> > Line 210: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 211: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN
> Navigation
>> >> > Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " +
>> >> > Line 212: "border=\"0\" cellpadding=\"0\"
>> >> >
> cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD
>> >> > align=" +
>> >> > Line 213: "\"right\" valign=\"bottom\">"));
>> >> > Line 214:
>> >> > Line 215: #line default
>> >> > Line 216: #line hidden
>> >> > Line 217:
>> >> > Line 218: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 219: this.__BuildControlbtnBack();
>> >> > Line 220:
>> >> > Line 221: #line default
>> >> > Line 222: #line hidden
>> >> > Line 223:
>> >> > Line 224: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 225: __parser.AddParsedSubObject(this.btnBack);
>> >> > Line 226:
>> >> > Line 227: #line default
>> >> > Line 228: #line hidden
>> >> > Line 229:
>> >> > Line 230: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 231: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> > Line 232:
>> >> > Line 233: #line default
>> >> > Line 234: #line hidden
>> >> > Line 235:
>> >> > Line 236: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 237: this.__BuildControlbtnValidate();
>> >> > Line 238:
>> >> > Line 239: #line default
>> >> > Line 240: #line hidden
>> >> > Line 241:
>> >> > Line 242: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 243:
>> >> > __parser.AddParsedSubObject(this.btnValidate);
>> >> > Line 244:
>> >> > Line 245: #line default
>> >> > Line 246: #line hidden
>> >> > Line 247:
>> >> > Line 248: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 249: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> > Line 250:
>> >> > Line 251: #line default
>> >> > Line 252: #line hidden
>> >> > Line 253:
>> >> > Line 254: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 255: this.__BuildControlbtnNewRequest();
>> >> > Line 256:
>> >> > Line 257: #line default
>> >> > Line 258: #line hidden
>> >> > Line 259:
>> >> > Line 260: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 261:
> __parser.AddParsedSubObject(this.btnNewRequest);
>> >> > Line 262:
>> >> > Line 263: #line default
>> >> > Line 264: #line hidden
>> >> > Line 265:
>> >> > Line 266: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 267: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> > Line 268:
>> >> > Line 269: #line default
>> >> > Line 270: #line hidden
>> >> > Line 271:
>> >> > Line 272: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 273: this.__BuildControlbtnSubmitOrder();
>> >> > Line 274:
>> >> > Line 275: #line default
>> >> > Line 276: #line hidden
>> >> > Line 277:
>> >> > Line 278: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 279:
>> >> > __parser.AddParsedSubObject(this.btnSubmitOrder);
>> >> > Line 280:
>> >> > Line 281: #line default
>> >> > Line 282: #line hidden
>> >> > Line 283:
>> >> > Line 284: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 285: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> > Line 286:
>> >> > Line 287: #line default
>> >> > Line 288: #line hidden
>> >> > Line 289:
>> >> > Line 290: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 291: this.__BuildControlbtnNext();
>> >> > Line 292:
>> >> > Line 293: #line default
>> >> > Line 294: #line hidden
>> >> > Line 295:
>> >> > Line 296: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 297: __parser.AddParsedSubObject(this.btnNext);
>> >> > Line 298:
>> >> > Line 299: #line default
>> >> > Line 300: #line hidden
>> >> > Line 301:
>> >> > Line 302: #line 1
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 303: __parser.AddParsedSubObject(new
>> >> >
>> >
> System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\ >> >> > t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!--
>> >> > END
>> >> > Navigation " +
>> >> > Line 304: "Buttons Control -->\r\n"));
>> >> > Line 305:
>> >> > Line 306: #line default
>> >> > Line 307: #line hidden
>> >> > Line 308: }
>> >> > Line 309:
>> >> > Line 310: protected override void FrameworkInitialize()
>> >> > {
>> >> > Line 311: this.__BuildControlTree(this);
>> >> > Line 312: }
>> >> > Line 313: }
>> >> > Line 314: }
>> >> > Line 315:
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>>

------------------------------------------------------------------------ - > -
>> > --
>> >> > ----
>> >> > Version Information: Microsoft .NET Framework Version:1.1.4322.573; >> >> > ASP.NET
>> >> > Version:1.1.4322.573
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Nov 18 '05 #8
What is the best way for me to propose that the developer fix this? Is
there a way for him to share his user controls across web apps like this
without this issue, or does he need to do something else?

Thanks,
Jim

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
this will work, i've done it before, but it is a temporary fix and the
problem returns.

shut down iis, flush IE cookies, delete temporary files. make sure the
temporary files pointed to at the end of the error path (e:\winnt\temporrary files...) is gone. If IIS is still running, the files will not be deleted.
Then you can rebuild and redeploy.

The problem will return normally during run-time causing the application to crash. This has been my experience.

I don't know what else to tell you other than the developer needs to fix his mess. "It works on my system, so it's not my problem" is really inexecusable in a business environment.
--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...
I understand and typically agree with that. The issue that I have is that
this project spans multiple web apps. Several of the apps that make up
the
entire system use a set of user controls. The developer that created
these
controls is unwilling to make them server controls so that they can be
referenced in the normal way. Instead he read some article about sharing the code file in VSS across multiple projects so that he only has to
maintain the code in one place. So, several of the web apps have the
exact
same controls defined in them.

As I said, I understand that this is not the proper way to do this, what
it
is the card I have been dealt. The developer feels that because it works fine on his development machine, it is an error in my build process. Is
there a way to make this work?

Thanks,
Jim

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:e1****************@TK2MSFTNGP12.phx.gbl...
This typically stems from am improper layout. What I mean by this is,
according to you, if a lot of your applications reference the same

assembly,
the assembly really needs to be in the web root folder and not in each
bin
subfolder for the specific application. You only need application
specific
assembly in the bin folder of the application. Makes sense?

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:eo**************@TK2MSFTNGP10.phx.gbl...
> So other than removing the other assemblies that have this control in
> them,
> is there another way to stop getting this error?
>
> "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
> news:O%****************@TK2MSFTNGP12.phx.gbl...
>> i'm not entirely sure. i don't know your system and it's
>> configuration.
>>
>> --
>> Regards,
>> Alvin Bruney
>> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> Got tidbits? Get it here... http://tinyurl.com/27cok
>> "JTrigger" <jt******@nospam.nospam> wrote in message
>> news:%2******************@TK2MSFTNGP12.phx.gbl...
>> > Why does it work on the development workstations and not the server. > The
>> > developmer of this control shares it accross several web apps, and
>> > so
>> > it
>> > must be located in various places. Why would it work on the
>> > development
>> > workstations and not the server?
>> >
>> > Thanks,
>> > Jim
>> >
>> > "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in
>> > message
>> > news:ef**************@TK2MSFTNGP09.phx.gbl...
>> >> the easiest fix for this is to search the drive for the assembly.
>> >> there
>> >> should only be one. it's finding more than one. delete the unused
>> >> ones.
>> >>
>> >> --
>> >> Regards,
>> >> Alvin Bruney
>> >> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> >> Got tidbits? Get it here... http://tinyurl.com/27cok
>> >> "JTrigger" <jt******@nospam.nospam> wrote in message
>> >> news:OJ**************@TK2MSFTNGP12.phx.gbl...
>> >> > When I compile my project using the IDE on a development machine
it
>> > works
>> >> > just fine. When I compile it on the server using csc.exe, I
get the
>> >> > following error when I try to bring it up in the web browser.

What
> is
>> > the
>> >> > issue?
>> >> >
>> >> > Thanks,
>> >> > Jim
>> >> >
>> >> > Server Error in '/psnRequest' 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: CS1595:
>> >> >
'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
>> >> > defined
>> >> > in multiple places; using definition from
>> >> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>> >> >
>> >
>

Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> >> > snFramework.dll'
>> >> >
>> >> > Source Error:
>> >> >
>> >> >
>> >> > Line 27:
>> >> > Line 28:
>> >> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()] >> >> > Line 29: public class NavigationButtons_ascx :
>> >> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons { >> >> > Line 30:
>> >> > Line 31: private static bool __initialized = false;
>> >> >
>> >> > Source File:

c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary
>> >> > ASP.NET
>> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29
>> >> >
>> >> >
>> >> >
>> >> > Show Detailed Compiler Output:
>> >> >
>> >> > C:\WINDOWS\system32>
>> >> > "c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
>> >> > /t:library /utf8output
>> >> >
>> >
>

/R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s
>> >> > ystem.web.mobile.dll"
>> >> >
>> >
>

/R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system.
>> >> > data.dll"
>> >> >
>> >
>

/R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a
>> >> > \system.web.services.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c
>> >> > mnlogging.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p
>> >> > sncommon.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p
>> >> > snframework.dll"
>> >> >
>> >
>

/R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11
>> >> > d50a3a\system.enterpriseservices.dll"
>> >> >
>> >
>

/R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x
>> >> > ml.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> > asp.net
>> >> >
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c
>> >> > mnexceptions.dll"
>> >> >
>> >
>

/R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst
>> >> > em.drawing.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p
>> >> > snrequest.dll"
>> >> >
>> >
>

/R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w
>> >> > eb.dll"
>> >> >
>> >
>

/R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c
>> >> > mntools.dll"
> /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c
>> >> > mnframework.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d
>> >> > alcommon.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >
>> >
>

files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d
>> >> > alframework.dll"
>> >> > /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary

ASP.NET
>> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+ >> >> > /optimize-
>> >> > /warnaserror /w:1
>> > "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
>> >> > ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
>> >> >
>> >> >
>> >> > Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
>> >> > for Microsoft (R) .NET Framework version 1.1.4322
>> >> > Copyright (C) Microsoft Corporation 2001-2002. All rights

reserved.
>> >> >
>> >> > c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
>> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error
> CS1595:
>> >> > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' is
>> >> > defined
>> >> > in multiple places; using definition from
>> >> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
>> >> >
>> >
>

Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> >> > snFramework.dll'
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > Show Complete Compilation Source:
>> >> >
>> >> > Line 1:
>> >> >
>> >
>

//--------------------------------------------------------------------------
>> >> > ----
>> >> > Line 2: // <autogenerated>
>> >> > Line 3: // This code was generated by a tool.
>> >> > Line 4: // Runtime Version: 1.1.4322.573
>> >> > Line 5: //
>> >> > Line 6: // Changes to this file may cause incorrect

behavior
> and
>> >> > will
>> >> > be lost if
>> >> > Line 7: // the code is regenerated.
>> >> > Line 8: // </autogenerated>
>> >> > Line 9:
>> >> >
>> >
>

//--------------------------------------------------------------------------
>> >> > ----
>> >> > Line 10:
>> >> > Line 11: namespace ASP {
>> >> > Line 12: using System;
>> >> > Line 13: using System.Collections;
>> >> > Line 14: using System.Collections.Specialized;
>> >> > Line 15: using System.Configuration;
>> >> > Line 16: using System.Text;
>> >> > Line 17: using System.Text.RegularExpressions;
>> >> > Line 18: using System.Web;
>> >> > Line 19: using System.Web.Caching;
>> >> > Line 20: using System.Web.SessionState;
>> >> > Line 21: using System.Web.Security;
>> >> > Line 22: using System.Web.UI;
>> >> > Line 23: using System.Web.UI.WebControls;
>> >> > Line 24: using System.Web.UI.HtmlControls;
>> >> > Line 25: using ASP;
>> >> > Line 26:
>> >> > Line 27:
>> >> > Line 28:
>> >> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()] >> >> > Line 29: public class NavigationButtons_ascx :
>> >> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons { >> >> > Line 30:
>> >> > Line 31: private static bool __initialized = false;
>> >> > Line 32:
>> >> > Line 33: public NavigationButtons_ascx() {
>> >> > Line 34: if

((ASP.NavigationButtons_ascx.__initialized
> ==
>> >> > false)) {
>> >> > Line 35:

ASP.NavigationButtons_ascx.__initialized
>> >> > =
>> >> > true;
>> >> > Line 36: }
>> >> > Line 37: }
>> >> > Line 38:
>> >> > Line 39: protected override bool SupportAutoEvents {
>> >> > Line 40: get {
>> >> > Line 41: return false;
>> >> > Line 42: }
>> >> > Line 43: }
>> >> > Line 44:
>> >> > Line 45: protected ASP.Global_asax ApplicationInstance >> >> > {
>> >> > Line 46: get {
>> >> > Line 47: return
>> >> > ((ASP.Global_asax)(this.Context.ApplicationInstanc e));
>> >> > Line 48: }
>> >> > Line 49: }
>> >> > Line 50:
>> >> > Line 51: public override string TemplateSourceDirectory {
>> >> > Line 52: get {
>> >> > Line 53: return "/psnRequest/UserControls";
>> >> > Line 54: }
>> >> > Line 55: }
>> >> > Line 56:
>> >> > Line 57: private System.Web.UI.Control
>> >> > __BuildControlbtnBack()
>> > {
>> >> > Line 58: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 59:
>> >> > Line 60: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> > scx"
>> >> > Line 61: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 62:
>> >> > Line 63: #line default
>> >> > Line 64: #line hidden
>> >> > Line 65: this.btnBack = __ctrl;
>> >> > Line 66:
>> >> > Line 67: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 68: __ctrl.ID = "btnBack";
>> >> > Line 69:
>> >> > Line 70: #line default
>> >> > Line 71: #line hidden
>> >> > Line 72:
>> >> > Line 73: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 74: __ctrl.Text = "< Back";
>> >> > Line 75:
>> >> > Line 76: #line default
>> >> > Line 77: #line hidden
>> >> > Line 78:
>> >> > Line 79: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 80: __ctrl.CssClass = "buttonStyle";
>> >> > Line 81:
>> >> > Line 82: #line default
>> >> > Line 83: #line hidden
>> >> > Line 84: return __ctrl;
>> >> > Line 85: }
>> >> > Line 86:
>> >> > Line 87: private System.Web.UI.Control
>> >> > __BuildControlbtnValidate()
>> >> > {
>> >> > Line 88: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 89:
>> >> > Line 90: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 91: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 92:
>> >> > Line 93: #line default
>> >> > Line 94: #line hidden
>> >> > Line 95: this.btnValidate = __ctrl;
>> >> > Line 96:
>> >> > Line 97: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 98: __ctrl.ID = "btnValidate";
>> >> > Line 99:
>> >> > Line 100: #line default
>> >> > Line 101: #line hidden
>> >> > Line 102:
>> >> > Line 103: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 104: __ctrl.Text = "Validate";
>> >> > Line 105:
>> >> > Line 106: #line default
>> >> > Line 107: #line hidden
>> >> > Line 108:
>> >> > Line 109: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 110: __ctrl.CssClass = "buttonStyle";
>> >> > Line 111:
>> >> > Line 112: #line default
>> >> > Line 113: #line hidden
>> >> > Line 114: return __ctrl;
>> >> > Line 115: }
>> >> > Line 116:
>> >> > Line 117: private System.Web.UI.Control
>> >> > __BuildControlbtnNewRequest() {
>> >> > Line 118: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 119:
>> >> > Line 120: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 121: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 122:
>> >> > Line 123: #line default
>> >> > Line 124: #line hidden
>> >> > Line 125: this.btnNewRequest = __ctrl;
>> >> > Line 126:
>> >> > Line 127: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 128: __ctrl.ID = "btnNewRequest";
>> >> > Line 129:
>> >> > Line 130: #line default
>> >> > Line 131: #line hidden
>> >> > Line 132:
>> >> > Line 133: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 134: __ctrl.Text = "New Request";
>> >> > Line 135:
>> >> > Line 136: #line default
>> >> > Line 137: #line hidden
>> >> > Line 138:
>> >> > Line 139: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 140: __ctrl.CssClass = "buttonStyle";
>> >> > Line 141:
>> >> > Line 142: #line default
>> >> > Line 143: #line hidden
>> >> > Line 144: return __ctrl;
>> >> > Line 145: }
>> >> > Line 146:
>> >> > Line 147: private System.Web.UI.Control
>> >> > __BuildControlbtnSubmitOrder() {
>> >> > Line 148: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 149:
>> >> > Line 150: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 151: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 152:
>> >> > Line 153: #line default
>> >> > Line 154: #line hidden
>> >> > Line 155: this.btnSubmitOrder = __ctrl;
>> >> > Line 156:
>> >> > Line 157: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 158: __ctrl.ID = "btnSubmitOrder";
>> >> > Line 159:
>> >> > Line 160: #line default
>> >> > Line 161: #line hidden
>> >> > Line 162:
>> >> > Line 163: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 164: __ctrl.CssClass = "buttonStyle";
>> >> > Line 165:
>> >> > Line 166: #line default
>> >> > Line 167: #line hidden
>> >> > Line 168:
>> >> > Line 169: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 170: __ctrl.Text = "Submit Order";
>> >> > Line 171:
>> >> > Line 172: #line default
>> >> > Line 173: #line hidden
>> >> > Line 174: return __ctrl;
>> >> > Line 175: }
>> >> > Line 176:
>> >> > Line 177: private System.Web.UI.Control
>> >> > __BuildControlbtnNext()
>> > {
>> >> > Line 178: System.Web.UI.WebControls.Button __ctrl;
>> >> > Line 179:
>> >> > Line 180: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 181: __ctrl = new
> System.Web.UI.WebControls.Button();
>> >> > Line 182:
>> >> > Line 183: #line default
>> >> > Line 184: #line hidden
>> >> > Line 185: this.btnNext = __ctrl;
>> >> > Line 186:
>> >> > Line 187: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 188: __ctrl.ID = "btnNext";
>> >> > Line 189:
>> >> > Line 190: #line default
>> >> > Line 191: #line hidden
>> >> > Line 192:
>> >> > Line 193: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 194: __ctrl.Text = "Next >";
>> >> > Line 195:
>> >> > Line 196: #line default
>> >> > Line 197: #line hidden
>> >> > Line 198:
>> >> > Line 199: #line 5
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 200: __ctrl.CssClass = "buttonStyle";
>> >> > Line 201:
>> >> > Line 202: #line default
>> >> > Line 203: #line hidden
>> >> > Line 204: return __ctrl;
>> >> > Line 205: }
>> >> > Line 206:
>> >> > Line 207: private void
>> >> > __BuildControlTree(System.Web.UI.Control
>> >> > __ctrl) {
>> >> > Line 208: System.Web.UI.IParserAccessor __parser =
>> >> > ((System.Web.UI.IParserAccessor)(__ctrl));
>> >> > Line 209:
>> >> > Line 210: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 211: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN
> Navigation
>> >> > Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " + >> >> > Line 212: "border=\"0\" cellpadding=\"0\"
>> >> >
> cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD >> >> > align=" +
>> >> > Line 213: "\"right\" valign=\"bottom\">"));
>> >> > Line 214:
>> >> > Line 215: #line default
>> >> > Line 216: #line hidden
>> >> > Line 217:
>> >> > Line 218: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 219: this.__BuildControlbtnBack();
>> >> > Line 220:
>> >> > Line 221: #line default
>> >> > Line 222: #line hidden
>> >> > Line 223:
>> >> > Line 224: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 225: __parser.AddParsedSubObject(this.btnBack); >> >> > Line 226:
>> >> > Line 227: #line default
>> >> > Line 228: #line hidden
>> >> > Line 229:
>> >> > Line 230: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 231: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> > Line 232:
>> >> > Line 233: #line default
>> >> > Line 234: #line hidden
>> >> > Line 235:
>> >> > Line 236: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 237: this.__BuildControlbtnValidate();
>> >> > Line 238:
>> >> > Line 239: #line default
>> >> > Line 240: #line hidden
>> >> > Line 241:
>> >> > Line 242: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 243:
>> >> > __parser.AddParsedSubObject(this.btnValidate);
>> >> > Line 244:
>> >> > Line 245: #line default
>> >> > Line 246: #line hidden
>> >> > Line 247:
>> >> > Line 248: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 249: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> > Line 250:
>> >> > Line 251: #line default
>> >> > Line 252: #line hidden
>> >> > Line 253:
>> >> > Line 254: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 255: this.__BuildControlbtnNewRequest();
>> >> > Line 256:
>> >> > Line 257: #line default
>> >> > Line 258: #line hidden
>> >> > Line 259:
>> >> > Line 260: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 261:
> __parser.AddParsedSubObject(this.btnNewRequest);
>> >> > Line 262:
>> >> > Line 263: #line default
>> >> > Line 264: #line hidden
>> >> > Line 265:
>> >> > Line 266: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 267: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> > Line 268:
>> >> > Line 269: #line default
>> >> > Line 270: #line hidden
>> >> > Line 271:
>> >> > Line 272: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 273: this.__BuildControlbtnSubmitOrder();
>> >> > Line 274:
>> >> > Line 275: #line default
>> >> > Line 276: #line hidden
>> >> > Line 277:
>> >> > Line 278: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 279:
>> >> > __parser.AddParsedSubObject(this.btnSubmitOrder);
>> >> > Line 280:
>> >> > Line 281: #line default
>> >> > Line 282: #line hidden
>> >> > Line 283:
>> >> > Line 284: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 285: __parser.AddParsedSubObject(new
>> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> > Line 286:
>> >> > Line 287: #line default
>> >> > Line 288: #line hidden
>> >> > Line 289:
>> >> > Line 290: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 291: this.__BuildControlbtnNext();
>> >> > Line 292:
>> >> > Line 293: #line default
>> >> > Line 294: #line hidden
>> >> > Line 295:
>> >> > Line 296: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 297: __parser.AddParsedSubObject(this.btnNext); >> >> > Line 298:
>> >> > Line 299: #line default
>> >> > Line 300: #line hidden
>> >> > Line 301:
>> >> > Line 302: #line 1
>> >> >
>> >
>

"E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a
>> >> > scx"
>> >> > Line 303: __parser.AddParsedSubObject(new
>> >> >
>> >
>

System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\
>> >> > t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!--
>> >> > END
>> >> > Navigation " +
>> >> > Line 304: "Buttons Control -->\r\n"));
>> >> > Line 305:
>> >> > Line 306: #line default
>> >> > Line 307: #line hidden
>> >> > Line 308: }
>> >> > Line 309:
>> >> > Line 310: protected override void FrameworkInitialize() >> >> > {
>> >> > Line 311: this.__BuildControlTree(this);
>> >> > Line 312: }
>> >> > Line 313: }
>> >> > Line 314: }
>> >> > Line 315:
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>>
-----------------------------------------------------------------------

- -
> -
>> > --
>> >> > ----
>> >> > Version Information: Microsoft .NET Framework

Version:1.1.4322.573;
>> >> > ASP.NET
>> >> > Version:1.1.4322.573
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Nov 18 '05 #9
one approach is to put it in the GAC. I'd argue that it should be there in
the first place. GAC'd assemblies do not need an explicit reference.

OR, when the developer imports this assembly as a project reference in his
application, it needs to come from one source directory. Example, webapp a,
b, c should import the assembly all from c:\somedir\somefile. I suspect it
may be referenced from several different directories for different projects.
At run-time, the framework looks up the reference and finds that the type to
be created is defined in multiple places and doesn't know which one to use.
I've had this happen
at run-time or at compile time build.

Additionally, you may look into the /reference switch to explicitly set the
reference path for each project, or the "add reference dialog box" if using
visual studio

If you care to search on *csharp newsgroups, there is a thread which I
started about a year ago so you can see the problems I was having with this.
There wasn't any clear solutions from the experts at the time. The advice I
give you comes from hard labor at the wheel thru trial and error. I still
haven't seen a definitive answer to this question from Microsoft or
otherwise mostly because it is so difficult to reproduce. now that i am a
little bit more knowledgable, i may be tempted to give it a go but i'm not
all that motivated right now. If you can't fix it, it should motivate me to
do something.
--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:ON**************@TK2MSFTNGP10.phx.gbl...
What is the best way for me to propose that the developer fix this? Is
there a way for him to share his user controls across web apps like this
without this issue, or does he need to do something else?

Thanks,
Jim

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
this will work, i've done it before, but it is a temporary fix and the
problem returns.

shut down iis, flush IE cookies, delete temporary files. make sure the
temporary files pointed to at the end of the error path

(e:\winnt\temporrary
files...) is gone. If IIS is still running, the files will not be
deleted.
Then you can rebuild and redeploy.

The problem will return normally during run-time causing the application

to
crash. This has been my experience.

I don't know what else to tell you other than the developer needs to fix

his
mess. "It works on my system, so it's not my problem" is really

inexecusable
in a business environment.
--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"JTrigger" <jt******@nospam.nospam> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...
>I understand and typically agree with that. The issue that I have is that > this project spans multiple web apps. Several of the apps that make up
> the
> entire system use a set of user controls. The developer that created
> these
> controls is unwilling to make them server controls so that they can be
> referenced in the normal way. Instead he read some article about sharing > the code file in VSS across multiple projects so that he only has to
> maintain the code in one place. So, several of the web apps have the
> exact
> same controls defined in them.
>
> As I said, I understand that this is not the proper way to do this,
> what
> it
> is the card I have been dealt. The developer feels that because it works > fine on his development machine, it is an error in my build process.
> Is
> there a way to make this work?
>
> Thanks,
> Jim
>
> "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
> news:e1****************@TK2MSFTNGP12.phx.gbl...
>> This typically stems from am improper layout. What I mean by this is,
>> according to you, if a lot of your applications reference the same
> assembly,
>> the assembly really needs to be in the web root folder and not in each
>> bin
>> subfolder for the specific application. You only need application
>> specific
>> assembly in the bin folder of the application. Makes sense?
>>
>> --
>> Regards,
>> Alvin Bruney
>> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> Got tidbits? Get it here... http://tinyurl.com/27cok
>> "JTrigger" <jt******@nospam.nospam> wrote in message
>> news:eo**************@TK2MSFTNGP10.phx.gbl...
>> > So other than removing the other assemblies that have this control
>> > in
>> > them,
>> > is there another way to stop getting this error?
>> >
>> > "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in
>> > message
>> > news:O%****************@TK2MSFTNGP12.phx.gbl...
>> >> i'm not entirely sure. i don't know your system and it's
>> >> configuration.
>> >>
>> >> --
>> >> Regards,
>> >> Alvin Bruney
>> >> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> >> Got tidbits? Get it here... http://tinyurl.com/27cok
>> >> "JTrigger" <jt******@nospam.nospam> wrote in message
>> >> news:%2******************@TK2MSFTNGP12.phx.gbl...
>> >> > Why does it work on the development workstations and not the server. >> > The
>> >> > developmer of this control shares it accross several web apps,
>> >> > and
>> >> > so
>> >> > it
>> >> > must be located in various places. Why would it work on the
>> >> > development
>> >> > workstations and not the server?
>> >> >
>> >> > Thanks,
>> >> > Jim
>> >> >
>> >> > "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in
>> >> > message
>> >> > news:ef**************@TK2MSFTNGP09.phx.gbl...
>> >> >> the easiest fix for this is to search the drive for the
>> >> >> assembly.
>> >> >> there
>> >> >> should only be one. it's finding more than one. delete the
>> >> >> unused
>> >> >> ones.
>> >> >>
>> >> >> --
>> >> >> Regards,
>> >> >> Alvin Bruney
>> >> >> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> >> >> Got tidbits? Get it here... http://tinyurl.com/27cok
>> >> >> "JTrigger" <jt******@nospam.nospam> wrote in message
>> >> >> news:OJ**************@TK2MSFTNGP12.phx.gbl...
>> >> >> > When I compile my project using the IDE on a development machine > it
>> >> > works
>> >> >> > just fine. When I compile it on the server using csc.exe, I get > the
>> >> >> > following error when I try to bring it up in the web browser.
> What
>> > is
>> >> > the
>> >> >> > issue?
>> >> >> >
>> >> >> > Thanks,
>> >> >> > Jim
>> >> >> >
>> >> >> > Server Error in '/psnRequest' 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: CS1595:
>> >> >> > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' > is
>> >> >> > defined
>> >> >> > in multiple places; using definition from
>> >> >> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
>> >> >> > ASP.NET
>> >> >> >
>> >> >
>> >
> Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> >> >> > snFramework.dll'
>> >> >> >
>> >> >> > Source Error:
>> >> >> >
>> >> >> >
>> >> >> > Line 27:
>> >> >> > Line 28:
>> >> >> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()] >> >> >> > Line 29: public class NavigationButtons_ascx :
>> >> >> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons { >> >> >> > Line 30:
>> >> >> > Line 31: private static bool __initialized = false;
>> >> >> >
>> >> >> > Source File:
> c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary
>> >> >> > ASP.NET
>> >> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs Line: 29
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > Show Detailed Compiler Output:
>> >> >> >
>> >> >> > C:\WINDOWS\system32>
>> >> >> > "c:\windows\microsoft.net\framework\v1.1.4322\csc. exe"
>> >> >> > /t:library /utf8output
>> >> >> >
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.web.mobile\1.0.5 000.0__b03f5f7f11d50a3a\s >> >> >> > ystem.web.mobile.dll"
>> >> >> >
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.data\1.0.5000.0_ _b77a5c561934e089\system. >> >> >> > data.dll"
>> >> >> >
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.web.services\1.0 .5000.0__b03f5f7f11d50a3a >> >> >> > \system.web.services.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\42 7cf075\0021a964_7329c401\c >> >> >> > mnlogging.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\9b 1998ca\00d2b17d_7329c401\p >> >> >> > sncommon.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> >> >> > snframework.dll"
>> >> >> >
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.enterpriseservic es\1.0.5000.0__b03f5f7f11 >> >> >> > d50a3a\system.enterpriseservices.dll"
>> >> >> >
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__ b77a5c561934e089\system.x >> >> >> > ml.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\2d 34d070\003df772_7329c401\c >> >> >> > mnexceptions.dll"
>> >> >> >
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.drawing\1.0.5000 .0__b03f5f7f11d50a3a\syst >> >> >> > em.drawing.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> >> > asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\ms corlib.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\cb 52003f\000d37b7_7429c401\p >> >> >> > snrequest.dll"
>> >> >> >
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.web\1.0.5000.0__ b03f5f7f11d50a3a\system.w >> >> >> > eb.dll"
>> >> >> >
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a 5c561934e089\system.dll" >> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\9e 13e44a\00c74662_7329c401\c >> >> >> > mntools.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\21 7c2d62\00b6636f_7329c401\c >> >> >> > mnframework.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\1f d1147b\00b91f5b_7329c401\d >> >> >> > alcommon.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\te mporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\56 937541\0040b35e_7329c401\d >> >> >> > alframework.dll"
>> >> >> > /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ Temporary
> ASP.NET
>> >> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.dll" /D:DEBUG /debug+ >> >> >> > /optimize-
>> >> >> > /warnaserror /w:1
>> >> > "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
>> >> >> > ASP.NET Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs"
>> >> >> >
>> >> >> >
>> >> >> > Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
>> >> >> > for Microsoft (R) .NET Framework version 1.1.4322
>> >> >> > Copyright (C) Microsoft Corporation 2001-2002. All rights
> reserved.
>> >> >> >
>> >> >> > c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tempo rary ASP.NET
>> >> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(2 9,43): error
>> > CS1595:
>> >> >> > 'WARP.PresentationLayer.Framework.UserControls.Nav igationButtons' > is
>> >> >> > defined
>> >> >> > in multiple places; using definition from
>> >> >> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary
>> >> >> > ASP.NET
>> >> >> >
>> >> >
>> >
> Files\psnrequest\85540970\803cce38\assembly\dl2\da 673578\00c1ce8a_7329c401\p >> >> >> > snFramework.dll'
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > Show Complete Compilation Source:
>> >> >> >
>> >> >> > Line 1:
>> >> >> >
>> >> >
>> >
> //-------------------------------------------------------------------------- >> >> >> > ----
>> >> >> > Line 2: // <autogenerated>
>> >> >> > Line 3: // This code was generated by a tool.
>> >> >> > Line 4: // Runtime Version: 1.1.4322.573
>> >> >> > Line 5: //
>> >> >> > Line 6: // Changes to this file may cause incorrect
> behavior
>> > and
>> >> >> > will
>> >> >> > be lost if
>> >> >> > Line 7: // the code is regenerated.
>> >> >> > Line 8: // </autogenerated>
>> >> >> > Line 9:
>> >> >> >
>> >> >
>> >
> //-------------------------------------------------------------------------- >> >> >> > ----
>> >> >> > Line 10:
>> >> >> > Line 11: namespace ASP {
>> >> >> > Line 12: using System;
>> >> >> > Line 13: using System.Collections;
>> >> >> > Line 14: using System.Collections.Specialized;
>> >> >> > Line 15: using System.Configuration;
>> >> >> > Line 16: using System.Text;
>> >> >> > Line 17: using System.Text.RegularExpressions;
>> >> >> > Line 18: using System.Web;
>> >> >> > Line 19: using System.Web.Caching;
>> >> >> > Line 20: using System.Web.SessionState;
>> >> >> > Line 21: using System.Web.Security;
>> >> >> > Line 22: using System.Web.UI;
>> >> >> > Line 23: using System.Web.UI.WebControls;
>> >> >> > Line 24: using System.Web.UI.HtmlControls;
>> >> >> > Line 25: using ASP;
>> >> >> > Line 26:
>> >> >> > Line 27:
>> >> >> > Line 28:
>> >> >> > [System.Runtime.CompilerServices.CompilerGlobalScop eAttribute()] >> >> >> > Line 29: public class NavigationButtons_ascx :
>> >> >> > WARP.PresentationLayer.Framework.UserControls.Navi gationButtons { >> >> >> > Line 30:
>> >> >> > Line 31: private static bool __initialized = false;
>> >> >> > Line 32:
>> >> >> > Line 33: public NavigationButtons_ascx() {
>> >> >> > Line 34: if
> ((ASP.NavigationButtons_ascx.__initialized
>> > ==
>> >> >> > false)) {
>> >> >> > Line 35:
> ASP.NavigationButtons_ascx.__initialized
>> >> >> > =
>> >> >> > true;
>> >> >> > Line 36: }
>> >> >> > Line 37: }
>> >> >> > Line 38:
>> >> >> > Line 39: protected override bool SupportAutoEvents {
>> >> >> > Line 40: get {
>> >> >> > Line 41: return false;
>> >> >> > Line 42: }
>> >> >> > Line 43: }
>> >> >> > Line 44:
>> >> >> > Line 45: protected ASP.Global_asax ApplicationInstance >> >> >> > {
>> >> >> > Line 46: get {
>> >> >> > Line 47: return
>> >> >> > ((ASP.Global_asax)(this.Context.ApplicationInstanc e));
>> >> >> > Line 48: }
>> >> >> > Line 49: }
>> >> >> > Line 50:
>> >> >> > Line 51: public override string TemplateSourceDirectory > {
>> >> >> > Line 52: get {
>> >> >> > Line 53: return "/psnRequest/UserControls";
>> >> >> > Line 54: }
>> >> >> > Line 55: }
>> >> >> > Line 56:
>> >> >> > Line 57: private System.Web.UI.Control
>> >> >> > __BuildControlbtnBack()
>> >> > {
>> >> >> > Line 58: System.Web.UI.WebControls.Button
>> >> >> > __ctrl;
>> >> >> > Line 59:
>> >> >> > Line 60: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 61: __ctrl = new
>> > System.Web.UI.WebControls.Button();
>> >> >> > Line 62:
>> >> >> > Line 63: #line default
>> >> >> > Line 64: #line hidden
>> >> >> > Line 65: this.btnBack = __ctrl;
>> >> >> > Line 66:
>> >> >> > Line 67: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 68: __ctrl.ID = "btnBack";
>> >> >> > Line 69:
>> >> >> > Line 70: #line default
>> >> >> > Line 71: #line hidden
>> >> >> > Line 72:
>> >> >> > Line 73: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 74: __ctrl.Text = "< Back";
>> >> >> > Line 75:
>> >> >> > Line 76: #line default
>> >> >> > Line 77: #line hidden
>> >> >> > Line 78:
>> >> >> > Line 79: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 80: __ctrl.CssClass = "buttonStyle";
>> >> >> > Line 81:
>> >> >> > Line 82: #line default
>> >> >> > Line 83: #line hidden
>> >> >> > Line 84: return __ctrl;
>> >> >> > Line 85: }
>> >> >> > Line 86:
>> >> >> > Line 87: private System.Web.UI.Control
>> >> >> > __BuildControlbtnValidate()
>> >> >> > {
>> >> >> > Line 88: System.Web.UI.WebControls.Button
>> >> >> > __ctrl;
>> >> >> > Line 89:
>> >> >> > Line 90: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 91: __ctrl = new
>> > System.Web.UI.WebControls.Button();
>> >> >> > Line 92:
>> >> >> > Line 93: #line default
>> >> >> > Line 94: #line hidden
>> >> >> > Line 95: this.btnValidate = __ctrl;
>> >> >> > Line 96:
>> >> >> > Line 97: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 98: __ctrl.ID = "btnValidate";
>> >> >> > Line 99:
>> >> >> > Line 100: #line default
>> >> >> > Line 101: #line hidden
>> >> >> > Line 102:
>> >> >> > Line 103: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 104: __ctrl.Text = "Validate";
>> >> >> > Line 105:
>> >> >> > Line 106: #line default
>> >> >> > Line 107: #line hidden
>> >> >> > Line 108:
>> >> >> > Line 109: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 110: __ctrl.CssClass = "buttonStyle";
>> >> >> > Line 111:
>> >> >> > Line 112: #line default
>> >> >> > Line 113: #line hidden
>> >> >> > Line 114: return __ctrl;
>> >> >> > Line 115: }
>> >> >> > Line 116:
>> >> >> > Line 117: private System.Web.UI.Control
>> >> >> > __BuildControlbtnNewRequest() {
>> >> >> > Line 118: System.Web.UI.WebControls.Button
>> >> >> > __ctrl;
>> >> >> > Line 119:
>> >> >> > Line 120: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 121: __ctrl = new
>> > System.Web.UI.WebControls.Button();
>> >> >> > Line 122:
>> >> >> > Line 123: #line default
>> >> >> > Line 124: #line hidden
>> >> >> > Line 125: this.btnNewRequest = __ctrl;
>> >> >> > Line 126:
>> >> >> > Line 127: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 128: __ctrl.ID = "btnNewRequest";
>> >> >> > Line 129:
>> >> >> > Line 130: #line default
>> >> >> > Line 131: #line hidden
>> >> >> > Line 132:
>> >> >> > Line 133: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 134: __ctrl.Text = "New Request";
>> >> >> > Line 135:
>> >> >> > Line 136: #line default
>> >> >> > Line 137: #line hidden
>> >> >> > Line 138:
>> >> >> > Line 139: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 140: __ctrl.CssClass = "buttonStyle";
>> >> >> > Line 141:
>> >> >> > Line 142: #line default
>> >> >> > Line 143: #line hidden
>> >> >> > Line 144: return __ctrl;
>> >> >> > Line 145: }
>> >> >> > Line 146:
>> >> >> > Line 147: private System.Web.UI.Control
>> >> >> > __BuildControlbtnSubmitOrder() {
>> >> >> > Line 148: System.Web.UI.WebControls.Button
>> >> >> > __ctrl;
>> >> >> > Line 149:
>> >> >> > Line 150: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 151: __ctrl = new
>> > System.Web.UI.WebControls.Button();
>> >> >> > Line 152:
>> >> >> > Line 153: #line default
>> >> >> > Line 154: #line hidden
>> >> >> > Line 155: this.btnSubmitOrder = __ctrl;
>> >> >> > Line 156:
>> >> >> > Line 157: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 158: __ctrl.ID = "btnSubmitOrder";
>> >> >> > Line 159:
>> >> >> > Line 160: #line default
>> >> >> > Line 161: #line hidden
>> >> >> > Line 162:
>> >> >> > Line 163: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 164: __ctrl.CssClass = "buttonStyle";
>> >> >> > Line 165:
>> >> >> > Line 166: #line default
>> >> >> > Line 167: #line hidden
>> >> >> > Line 168:
>> >> >> > Line 169: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 170: __ctrl.Text = "Submit Order";
>> >> >> > Line 171:
>> >> >> > Line 172: #line default
>> >> >> > Line 173: #line hidden
>> >> >> > Line 174: return __ctrl;
>> >> >> > Line 175: }
>> >> >> > Line 176:
>> >> >> > Line 177: private System.Web.UI.Control
>> >> >> > __BuildControlbtnNext()
>> >> > {
>> >> >> > Line 178: System.Web.UI.WebControls.Button
>> >> >> > __ctrl;
>> >> >> > Line 179:
>> >> >> > Line 180: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 181: __ctrl = new
>> > System.Web.UI.WebControls.Button();
>> >> >> > Line 182:
>> >> >> > Line 183: #line default
>> >> >> > Line 184: #line hidden
>> >> >> > Line 185: this.btnNext = __ctrl;
>> >> >> > Line 186:
>> >> >> > Line 187: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 188: __ctrl.ID = "btnNext";
>> >> >> > Line 189:
>> >> >> > Line 190: #line default
>> >> >> > Line 191: #line hidden
>> >> >> > Line 192:
>> >> >> > Line 193: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 194: __ctrl.Text = "Next >";
>> >> >> > Line 195:
>> >> >> > Line 196: #line default
>> >> >> > Line 197: #line hidden
>> >> >> > Line 198:
>> >> >> > Line 199: #line 5
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 200: __ctrl.CssClass = "buttonStyle";
>> >> >> > Line 201:
>> >> >> > Line 202: #line default
>> >> >> > Line 203: #line hidden
>> >> >> > Line 204: return __ctrl;
>> >> >> > Line 205: }
>> >> >> > Line 206:
>> >> >> > Line 207: private void
>> >> >> > __BuildControlTree(System.Web.UI.Control
>> >> >> > __ctrl) {
>> >> >> > Line 208: System.Web.UI.IParserAccessor __parser
>> >> >> > =
>> >> >> > ((System.Web.UI.IParserAccessor)(__ctrl));
>> >> >> > Line 209:
>> >> >> > Line 210: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 211: __parser.AddParsedSubObject(new
>> >> >> > System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t <!-- BEGIN
>> > Navigation
>> >> >> > Buttons Control -->\r\n\t\t\t\t\t\t\t\t<TABLE width=\"100%\" " + >> >> >> > Line 212: "border=\"0\" cellpadding=\"0\"
>> >> >> >
>> > cellspacing=\"0\">\r\n\t\t\t\t\t\t\t\t\t<TR>\r\n\t \t\t\t\t\t\t\t\t\t<TD >> >> >> > align=" +
>> >> >> > Line 213: "\"right\" valign=\"bottom\">"));
>> >> >> > Line 214:
>> >> >> > Line 215: #line default
>> >> >> > Line 216: #line hidden
>> >> >> > Line 217:
>> >> >> > Line 218: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 219: this.__BuildControlbtnBack();
>> >> >> > Line 220:
>> >> >> > Line 221: #line default
>> >> >> > Line 222: #line hidden
>> >> >> > Line 223:
>> >> >> > Line 224: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 225: __parser.AddParsedSubObject(this.btnBack); >> >> >> > Line 226:
>> >> >> > Line 227: #line default
>> >> >> > Line 228: #line hidden
>> >> >> > Line 229:
>> >> >> > Line 230: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 231: __parser.AddParsedSubObject(new
>> >> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> >> > Line 232:
>> >> >> > Line 233: #line default
>> >> >> > Line 234: #line hidden
>> >> >> > Line 235:
>> >> >> > Line 236: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 237: this.__BuildControlbtnValidate();
>> >> >> > Line 238:
>> >> >> > Line 239: #line default
>> >> >> > Line 240: #line hidden
>> >> >> > Line 241:
>> >> >> > Line 242: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 243:
>> >> >> > __parser.AddParsedSubObject(this.btnValidate);
>> >> >> > Line 244:
>> >> >> > Line 245: #line default
>> >> >> > Line 246: #line hidden
>> >> >> > Line 247:
>> >> >> > Line 248: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 249: __parser.AddParsedSubObject(new
>> >> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> >> > Line 250:
>> >> >> > Line 251: #line default
>> >> >> > Line 252: #line hidden
>> >> >> > Line 253:
>> >> >> > Line 254: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 255: this.__BuildControlbtnNewRequest();
>> >> >> > Line 256:
>> >> >> > Line 257: #line default
>> >> >> > Line 258: #line hidden
>> >> >> > Line 259:
>> >> >> > Line 260: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 261:
>> > __parser.AddParsedSubObject(this.btnNewRequest);
>> >> >> > Line 262:
>> >> >> > Line 263: #line default
>> >> >> > Line 264: #line hidden
>> >> >> > Line 265:
>> >> >> > Line 266: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 267: __parser.AddParsedSubObject(new
>> >> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> >> > Line 268:
>> >> >> > Line 269: #line default
>> >> >> > Line 270: #line hidden
>> >> >> > Line 271:
>> >> >> > Line 272: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 273: this.__BuildControlbtnSubmitOrder();
>> >> >> > Line 274:
>> >> >> > Line 275: #line default
>> >> >> > Line 276: #line hidden
>> >> >> > Line 277:
>> >> >> > Line 278: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 279:
>> >> >> > __parser.AddParsedSubObject(this.btnSubmitOrder);
>> >> >> > Line 280:
>> >> >> > Line 281: #line default
>> >> >> > Line 282: #line hidden
>> >> >> > Line 283:
>> >> >> > Line 284: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 285: __parser.AddParsedSubObject(new
>> >> >> > System.Web.UI.LiteralControl("&nbsp;"));
>> >> >> > Line 286:
>> >> >> > Line 287: #line default
>> >> >> > Line 288: #line hidden
>> >> >> > Line 289:
>> >> >> > Line 290: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 291: this.__BuildControlbtnNext();
>> >> >> > Line 292:
>> >> >> > Line 293: #line default
>> >> >> > Line 294: #line hidden
>> >> >> > Line 295:
>> >> >> > Line 296: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 297: __parser.AddParsedSubObject(this.btnNext); >> >> >> > Line 298:
>> >> >> > Line 299: #line default
>> >> >> > Line 300: #line hidden
>> >> >> > Line 301:
>> >> >> > Line 302: #line 1
>> >> >> >
>> >> >
>> >
> "E:\inetpub\SharedDevelopmentWeb\psnRequest\UserCo ntrols\NavigationButtons.a >> >> >> > scx"
>> >> >> > Line 303: __parser.AddParsedSubObject(new
>> >> >> >
>> >> >
>> >
> System.Web.UI.LiteralControl("\r\n\t\t\t\t\t\t\t\t \t\t</TD>\r\n\t\t\t\t\t\t\ >> >> >> > t\t\t</TR>\r\n\t\t\t\t\t\t\t\t</TABLE>\r\n\t\t\t\t\t\t\t\t<!--
>> >> >> > END
>> >> >> > Navigation " +
>> >> >> > Line 304: "Buttons Control -->\r\n"));
>> >> >> > Line 305:
>> >> >> > Line 306: #line default
>> >> >> > Line 307: #line hidden
>> >> >> > Line 308: }
>> >> >> > Line 309:
>> >> >> > Line 310: protected override void FrameworkInitialize() >> >> >> > {
>> >> >> > Line 311: this.__BuildControlTree(this);
>> >> >> > Line 312: }
>> >> >> > Line 313: }
>> >> >> > Line 314: }
>> >> >> > Line 315:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >>
>> >>
>>

> ----------------------------------------------------------------------- - > -
>> > -
>> >> > --
>> >> >> > ----
>> >> >> > Version Information: Microsoft .NET Framework
> Version:1.1.4322.573;
>> >> >> > ASP.NET
>> >> >> > Version:1.1.4322.573
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Nov 18 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: jon morgan | last post by:
OK, I'm going to be brave. There is a bug in VS.Net 1.1 that causes random compiler errors. I have raised this issue in posts at least three time in the past couple of months without attracting...
3
by: Mark Rockman | last post by:
------ Build started: Project: USDAver2, Configuration: Debug .NET ------ Preparing resources... Updating references... Performing main compilation... error CS0583: Internal Compiler Error...
4
by: David Sworder | last post by:
Consider the following line of code (it's not important what it does): resp.DocItem=Relations.SelectDocItems_BySearchString(req.SearchPhrase); It turns out that this line is in error. The...
1
by: JTrigger | last post by:
When I compile my project using the IDE on a development machine it works just fine. When I compile it on the server using csc.exe, I get the following error when I try to bring it up in the web...
3
by: Prem S | last post by:
Hi all I have a C#.NET solution that contains about 10 projects. One of the projects is a set of user built controls which gets referenced in a couple of projects. Some of the these projects,...
5
by: Kim Nørby Andersen | last post by:
Hello there I am lost. i receive the output in the bottom, from a site that runs excellently on our development server, but dies on the customer. We have had a first version running at the...
1
by: abh1508 | last post by:
Following a release of code the following problem occurs on certain asp ..net pages. This is not a problem on other testing/demo environments. IIS seems to be creating certain files twice in the...
2
by: SonicChen | last post by:
i have read the article http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q318274 and try those two solutions but message still come: CS1595: "Runchs_WebUI.Global" is defined in multiple...
5
by: brentbackup | last post by:
I know I'm some years behind, but I just have the go-ahead to start developing on .Net 2.0. While the development process goes ahead, I'm to maintain the .Net 1.1 stuff on the same machine. I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.