Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
i have asp.net web page, which I imported in Visual Studio 2012. When i debug page, debugger give me an error:

Could not load file or assembly 'Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.


Does anyone have any idea for a solution? Thanks
Posted
Comments
[no name] 6-Apr-14 17:15pm    
http://social.msdn.microsoft.com/Forums/en-US/e402dedb-c0e4-4cdb-90b8-bd8450df345b/looking-for-microsoftwebservices3dll
vezo11 7-Apr-14 17:46pm    
Thanks, i already install WSE3.0 and now i have no more problem with this.
Do some research on the error and implement some solutions. If problem persists, then come here again and add another question.

Are you referencing the right dll.
Ensure that the dll is available on your system either in the GAC or in the local bin folder.
In addition, version, key token should be the same ones you used in referencing the dll.
 
Share this answer
 
Comments
vezo11 7-Apr-14 17:15pm    
All of these files is from server (this page has been published). The structure of this folder: bin folder + other folders + .aspx and .cs and .ascx files + web.config.
I install WSE3.0 from this site and now i have no more problem with this. Thanks!
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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