Re: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net

2003-07-21 Thread Ranjan
thanks Matt, i completely forgot about the .config file. r. -Original Message- From: Matt Milner [mailto:[EMAIL PROTECTED] Sent: Sunday, July 20, 2003 12:32 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net Try putting the strong name of the controls

Re: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net

2003-07-19 Thread Matt Milner
To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net yup, i did change that last night, it worked. now my problem is, who will do that when im going to deploy, shall i wrte some file parsing tool or something??? r. -Original Message- From: Jon Flanders [mailto:[EMAIL

Re: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net

2003-07-19 Thread Jon Flanders
] Subject: Re: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net yup, i did change that last night, it worked. now my problem is, who will do that when im going to deploy, shall i wrte some file parsing tool or something??? r. -Original Message- From: Jon Flanders [mailto:[EMAIL PROTECTED] Sent

Re: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net

2003-07-19 Thread Ranjan
] Subject: Re: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net I wouldn't mind seeing the exact error message but my guess is your @Register directives don't have the fully quallifed assembly name (this could be true of the code behind dll as well - in terms of the inherits tag of the @Page

Re: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net

2003-07-18 Thread Jon Flanders
cussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Ranjan Sent: Friday, July 18, 2003 3:05 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] DLLs and GAC and ASP.Net ASP.Net project. Project Scenario ::: Application DLL refers 9 Interop DLLs Code Behind DLL refers Appli

[ADVANCED-DOTNET] DLLs and GAC and ASP.Net

2003-07-18 Thread Ranjan
ASP.Net project. Project Scenario ::: Application DLL refers 9 Interop DLLs Code Behind DLL refers Application DLL and 1 Interop DLL . UI Controls DLL refers Application and Code Behind DLL . These 12 DLLs, along with ADODB 2.6.0.0 (only this version is used throughout)are strong named, a