Wednesday, March 21, 2012

please help me

following error occur while i run my site.
Server Error in '/VEPWEB' Application.
----
--
Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly
'IBA.Common.Controls.WebControls.ScrollableGrid, Version=1.1.0.0,
Culture=neutral, PublicKeyToken=cabd7206fce9d8db' or one of its
dependencies. The system cannot find the file specified.
Source Error:
Line 86: <add assembly="System.Drawing.Design, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 87: <add assembly="System.EnterpriseServices, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 88: <add
assembly="IBA.Common.Controls.WebControls.ScrollableGrid,
Version=1.1.0.0, Culture=neutral, PublicKeyToken=CABD7206FCE9D8DB"/>
Line 89: </assemblies>
Line 90: <buildProviders>
Source File: C:\CheckOut\VEPWeb\web.config Line: 88Check your References folder for missing a assembly, it should have a
warning icon.
It should be 'IBA.Common.Controls.WebControls.ScrollableGrid'.
Delete the reference then re-add it. If that still doesn't work re-compile
'IBA.Common.Controls.WebControls' solution and update the reference.
Regards,
Brian K. Williams
"ggroup" <nimshathameen@.gmail.com> wrote in message
news:1169100986.262250.114500@.38g2000cwa.googlegroups.com...
> following error occur while i run my site.
> Server Error in '/VEPWEB' Application.
> ----
--
> Configuration Error
> Description: An error occurred during the processing of a configuration
> file required to service this request. Please review the specific error
> details below and modify your configuration file appropriately.
> Parser Error Message: Could not load file or assembly
> 'IBA.Common.Controls.WebControls.ScrollableGrid, Version=1.1.0.0,
> Culture=neutral, PublicKeyToken=cabd7206fce9d8db' or one of its
> dependencies. The system cannot find the file specified.
> Source Error:
>
> Line 86: <add assembly="System.Drawing.Design, Version=2.0.0.0,
> Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
> Line 87: <add assembly="System.EnterpriseServices, Version=2.0.0.0,
> Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
> Line 88: <add
> assembly="IBA.Common.Controls.WebControls.ScrollableGrid,
> Version=1.1.0.0, Culture=neutral, PublicKeyToken=CABD7206FCE9D8DB"/>
> Line 89: </assemblies>
> Line 90: <buildProviders>
>
> Source File: C:\CheckOut\VEPWeb\web.config Line: 88
>

0 comments:

Post a Comment