Re: Compiler Error Message: CS1595

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Alvin Bruney [MVP] (vapor)
Date: 04/26/04


Date: Mon, 26 Apr 2004 15:59:29 -0500

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" <jtrigger@nospam.nospam> wrote in message 
news:u4vG098KEHA.3596@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:e1U%23mz8KEHA.1348@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" <jtrigger@nospam.nospam> wrote in message
>> news:eov5SV8KEHA.1956@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%23Lz0M8KEHA.1612@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" <jtrigger@nospam.nospam> wrote in message
>> >> news:%23%23aNi27KEHA.2456@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:efyt0N7KEHA.2660@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" <jtrigger@nospam.nospam> wrote in message
>> >> >> news:OJXwxG7KEHA.3052@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.NavigationButtons'
> is
>> >> >> > defined
>> >> >> > in multiple places; using definition from
>> >> >> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
>> >> >> >
>> >> >
>> >
> Files\psnrequest\85540970\803cce38\assembly\dl2\da673578\00c1ce8a_7329c401\p
>> >> >> > snFramework.dll'
>> >> >> >
>> >> >> > Source Error:
>> >> >> >
>> >> >> >
>> >> >> > Line 27:
>> >> >> > Line 28:
>> >> >> > [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
>> >> >> > Line 29:     public class NavigationButtons_ascx :
>> >> >> > WARP.PresentationLayer.Framework.UserControls.NavigationButtons {
>> >> >> > Line 30:
>> >> >> > Line 31:         private static bool __initialized = false;
>> >> >> >
>> >> >> > Source File:
> c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
>> >> >> > 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.5000.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\temporary 
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\427cf075\0021a964_7329c401\c
>> >> >> > mnlogging.dll"
>> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\9b1998ca\00d2b17d_7329c401\p
>> >> >> > sncommon.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\da673578\00c1ce8a_7329c401\p
>> >> >> > snframework.dll"
>> >> >> >
>> >> >
>> >
> /R:"c:\windows\assembly\gac\system.enterpriseservices\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\temporary
>> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\2d34d070\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\temporary
>> >> >> > asp.net files\psnrequest\85540970\803cce38\0fwjtl2n.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary 
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\cb52003f\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__b77a5c561934e089\system.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary 
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\9e13e44a\00c74662_7329c401\c
>> >> >> > mntools.dll"
>> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\217c2d62\00b6636f_7329c401\c
>> >> >> > mnframework.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\1fd1147b\00b91f5b_7329c401\d
>> >> >> > alcommon.dll"
>> >> >> > /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary
>> >> >> > asp.net
>> >> >> >
>> >> >
>> >
> files\psnrequest\85540970\803cce38\assembly\dl2\56937541\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\Temporary
>> >> >> > 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\Temporary ASP.NET
>> >> >> > Files\psnrequest\85540970\803cce38\dhw3v5iq.0.cs(29,43): error
>> > CS1595:
>> >> >> > 'WARP.PresentationLayer.Framework.UserControls.NavigationButtons'
> is
>> >> >> > defined
>> >> >> > in multiple places; using definition from
>> >> >> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
>> >> >> >
>> >> >
>> >
> Files\psnrequest\85540970\803cce38\assembly\dl2\da673578\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.CompilerGlobalScopeAttribute()]
>> >> >> > Line 29:       public class NavigationButtons_ascx :
>> >> >> > WARP.PresentationLayer.Framework.UserControls.NavigationButtons {
>> >> >> > 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.ApplicationInstance));
>> >> >> > 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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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\UserControls\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
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
> 


Relevant Pages

  • Re: Compiler Error Message: CS1595
    ... GAC'd assemblies do not need an explicit reference. ... when the developer imports this assembly as a project reference in his ... >>> entire system use a set of user controls. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Compiler Error Message: CS1595
    ... What is the best way for me to propose that the developer fix this? ... >> this project spans multiple web apps. ... >> entire system use a set of user controls. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Pocket PC 2003 SE - switch to VGA
    ... burdon on the developer to try and implement VGA size real estate. ... (Unless you just leave the dialog at "QVGA" sizing) ... >> that would allow you to cram as much as the eye lets you see ... >> controls can be shrunken more successfully than others. ...
    (microsoft.public.pocketpc.developer)
  • Re: GUI developer working on asp.net app w/o VS.NET
    ... This is one of those scenarios that calls out for external CSS style sheets. ... perhaps a developer or department working on UI elements, ... The UI developer develops custom Controls that are encapsulated in divs. ... The graphics developer then develops CSS classes ...
    (microsoft.public.dotnet.framework.aspnet)
  • ASP .NET a downgrade from what VB, ActiveX and Visiual Studio could do - Help?
    ... I am using ASP .Net to create my own web controls and I have noticed that ... In the past the developer could choose between using ... VC++ and/or VB to create active X controls which primarily only required for ... ASP .Net Custom Control development a much easier task than what it is ...
    (microsoft.public.dotnet.framework.aspnet)