WSE 3.0 for framework 3.5 in the Program Files section (X86)
I am deploying a web application to a Windows Server 2003 machine. The
application uses WSE 3.0 and targets the 3.5 platform.
WSE is installed on the server under C: \ Program Files (X86) \ Microsoft WSE \ v3.0. WSE is also installed in the GAC on the server.
when i run the application i get the following error:
System.IO.FileNotFoundException: Could not load file or assembly "Microsoft.Web.Services3, Version = 3.0.0.0, Culture = neutral, PublicKeyToken = 31bf3856ad364e35" or one of its dependencies. The system cannot find the file specified.
Has anyone had this problem?
Thanks, Carter
+1
source to share
1 answer
Place it in your site's Bin folder. If it exists and still has a problem, use a dependent walker to find any related files that may be missing.
+1
source to share