Showing posts with label configuration. Show all posts
Showing posts with label configuration. Show all posts

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
>

Friday, March 16, 2012

Please help me with configuration

Hi,
I can not sort out error message "conflict with another Web Server on the same port". I read an older discussion "new to server" about this problem. I followed all steps but it did not help.
Can someone help me please?This happens if something else is communicating on port 80. If you have another application that is acting as a web server then it needs to be reconfigured, or you need to reconfigure IIS to operate on a different port. One example of why this error might occur is that Skype operates on port 80 so that it can operate through firewalls - however it can be reconfigured.

Hi,
thanks for your reply. I used netstat -a in comand line.The port 80 is not use by any application. I don′t have IIS installed. I read all articles in this forum about the conflict.I have been trying it to set up more then 5 hours.


Hi,

Let me add my two cents. If you are working on linux to see which application is already using port 80 use:
fuser -n tcp 80
or for windows try:
netstat -v
see if you find some other application using port 80. End that process and try to run your website again.
Abhishek


Thank for the help,
I use win XP profesional SP2. I entered netstat -y and found no application used port 80.
Cheers
I am not sure about your case but some of the times a firewall too blocks access to default HTTP port 80. so try to disable your xp firewall and other such utility and install your web server once again.