Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: dll error in a webform page???
> How can I resolve this situation?
place the new version of this dll in the following
directory "c:/inetpub/wwwroot/Nicem_Scheduling/bin"
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"bill yeager" <wsyeager36@msn.com> wrote in message
news:0f0301c3513c$ab5f1a10$a601280a@phx.gbl...> During execution of a multi-tiered website, I get the
> following error that .Net can't load the following DLL
> (nOTICE THE DataAccessLayer.DLL)
>
> Parser Error Message: Access is denied: 'DataAccessLayer'.
>
> Source Error:
>
>
> Line 196: <add
> assembly="System.EnterpriseServices, Version=1.0.5000.0,
> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> Line 197: <add
> assembly="System.Web.Mobile, Version=1.0.5000.0,
> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> Line 198: <add assembly="*"/>
> Line 199: </assemblies>
> Line 200: </compilation>
>
>
> Source File: c:\winnt\microsoft.net\framework\v1.1.4322
> \Config\machine.config Line: 198
>
> Assembly Load Trace: The following information can be
> helpful to determine why the assembly 'DataAccessLayer'
> could not be loaded.
>
>
> === Pre-bind state information ===
> LOG: DisplayName = DataAccessLayer
> (Partial)
> LOG: Appbase = file:///c:/inetpub/wwwroot/Nicem_Scheduling
> LOG: Initial PrivatePath = bin
> Calling assembly : (Unknown).
> ===
>
> LOG: Policy not being applied to reference at this time
> (private, custom, partial, or location-based assembly
> bind).
> LOG: Post-policy reference: DataAccessLayer
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporar
> y ASP.NET
> Files/nicem_scheduling/4f9aa495/7b31bb07/DataAccessLayer.DL
> L.
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporar
> y ASP.NET
> Files/nicem_scheduling/4f9aa495/7b31bb07/DataAccessLayer/Da
> taAccessLayer.DLL.
> LOG: Attempting download of new URL
> file:///c:/inetpub/wwwroot/Nicem_Scheduling/bin/DataAccessL
> ayer.DLL.
> LOG: Policy not being applied to reference at this time
> (private, custom, partial, or location-based assembly
> bind).
> LOG: Post-policy reference: DataAccessLayer,
> Version=1.0.1298.25886, Culture=neutral,
> PublicKeyToken=null
>
>
> Once I place the new version of this dll in the following
> directory "c:/inetpub/wwwroot/Nicem_Scheduling/bin", it
> works fine.
>
> On subsequent executions of the same web page, I get the
> above error even though I havn't changed any settings or
> code on any of my 3 tiers.
>
> I checked to make sure that the ASPNET user has Admin
> rights, which it does.
>
> How can I resolve this situation?
>
> Thanks,
>
> Bill
Kevin Spencer Guest
-
Accessing Values of local variables in previous page when using custom error page
Hello, I have created a nice funky 500 - 100 error page which gives a nicer error; happily loops through and supplies querysting information, all... -
Run .exe from WebForm
How can I run an .exe (located at the server) from within a WebForm? For example, run "word.exe mydoc.txt" -
webform calling webservice page in the same project!!
Hello, I have MyPage.aspx and MyService.asmx in the same project MyProject. All the Business logic is created in the Service and UI components... -
Including WebForm Image Control in a Webform Table Control
What is the code for including an image control in a Table control of a WebForm ???? regards -
Error adding a simple textbox to a webform
Me.Page.Controls(1).Controls.Add(x) HTH Regards Sushila ..NET MVP -
Kevin Spencer #2
Re: dll error in a webform page???
I was quoting you. You said:
--> Once I place the new version of this dll in the
> following
> directory "c:/inetpub/wwwroot/Nicem_Scheduling/bin", it
> works fine.
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"bill yeager" <wsyeager36@msn.com> wrote in message
news:03a601c35153$4f2b0260$a101280a@phx.gbl...> Kevin, the new version of the dll is already in the
> directory....
>> denied: 'DataAccessLayer'.> >-----Original Message-----> >> >> How can I resolve this situation?
> >place the new version of this dll in the following
> >directory "c:/inetpub/wwwroot/Nicem_Scheduling/bin"
> >
> >--
> >HTH,
> >
> >Kevin Spencer
> >Microsoft MVP
> >..Net Developer
> >[url]http://www.takempis.com[/url]
> >Big things are made up of
> >lots of little things.
> >
> >"bill yeager" <wsyeager36@msn.com> wrote in message
> >news:0f0301c3513c$ab5f1a10$a601280a@phx.gbl...> >> During execution of a multi-tiered website, I get the
> >> following error that .Net can't load the following DLL
> >> (nOTICE THE DataAccessLayer.DLL)
> >>
> >> Parser Error Message: Access is> file:///c:/inetpub/wwwroot/Nicem_Scheduling> >>
> >> Source Error:
> >>
> >>
> >> Line 196: <add
> >> assembly="System.EnterpriseServices, Version=1.0.5000.0,
> >> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> >> Line 197: <add
> >> assembly="System.Web.Mobile, Version=1.0.5000.0,
> >> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> >> Line 198: <add assembly="*"/>
> >> Line 199: </assemblies>
> >> Line 200: </compilation>
> >>
> >>
> >> Source File: c:\winnt\microsoft.net\framework\v1.1.4322
> >> \Config\machine.config Line: 198
> >>
> >> Assembly Load Trace: The following information can be
> >> helpful to determine why the assembly 'DataAccessLayer'
> >> could not be loaded.
> >>
> >>
> >> === Pre-bind state information ===
> >> LOG: DisplayName = DataAccessLayer
> >> (Partial)
> >> LOG: Appbase => file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporar> >> LOG: Initial PrivatePath = bin
> >> Calling assembly : (Unknown).
> >> ===
> >>
> >> LOG: Policy not being applied to reference at this time
> >> (private, custom, partial, or location-based assembly
> >> bind).
> >> LOG: Post-policy reference: DataAccessLayer
> >> LOG: Attempting download of new URL
> >>> Files/nicem_scheduling/4f9aa495/7b31bb07/DataAccessLayer.DL> >> y ASP.NET
> >>> file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporar> >> L.
> >> LOG: Attempting download of new URL
> >>> Files/nicem_scheduling/4f9aa495/7b31bb07/DataAccessLayer/Da> >> y ASP.NET
> >>> file:///c:/inetpub/wwwroot/Nicem_Scheduling/bin/DataAccessL> >> taAccessLayer.DLL.
> >> LOG: Attempting download of new URL
> >>> following> >> ayer.DLL.
> >> LOG: Policy not being applied to reference at this time
> >> (private, custom, partial, or location-based assembly
> >> bind).
> >> LOG: Post-policy reference: DataAccessLayer,
> >> Version=1.0.1298.25886, Culture=neutral,
> >> PublicKeyToken=null
> >>
> >>
> >> Once I place the new version of this dll in the> >> >> directory "c:/inetpub/wwwroot/Nicem_Scheduling/bin", it
> >> works fine.
> >>
> >> On subsequent executions of the same web page, I get the
> >> above error even though I havn't changed any settings or
> >> code on any of my 3 tiers.
> >>
> >> I checked to make sure that the ASPNET user has Admin
> >> rights, which it does.
> >>
> >> How can I resolve this situation?
> >>
> >> Thanks,
> >>
> >> Bill
> >
> >.
> >
Kevin Spencer Guest



Reply With Quote

