Click here to Skip to main content
15,916,042 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

Here iam facing a Typical Problem of System.Service Process dll.In my Web Application i included this Dll and the Application is working fine in Local Environment.When i host the Application the Dll is Not Working and Error is Coming.


<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A">

In WebConfig this is the line its Created.


Regards,

AnilKumar.D
Posted
Comments
Which error you see?
Anil Honey 206 5-Aug-13 7:14am    
Could not load Assembly dll like this error is coming

Check - Implementing System.ServiceProcess[^].

It might help you.
 
Share this answer
 
Hi,

Please check System.Service Process dll in your published application in bin folder. It may be missing there.

As you have host your app on iis, you can find your published folder under
C:\inetpub\wwwroot\yourappname

Hope it helps.
 
Share this answer
 
Comments
Anil Honey 206 5-Aug-13 7:24am    
I checked in BIN first dll is not there then from framework i copied the dll and palced in bin
folder still same problem.My application is developed under vs2010 i have doubt System.ServiceProcess dll is windows application weather it works for web application.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900