Hi all,
Does anyone know if WSE 2.0 SP3 is compatible with VS .NET 2003? I
can't get the add-in to work on mine.I looked at the Fusion log
entries, and I noticed that devenv.exe is looking for WSESettingsVS2
with version = 2.0.0.0. The WSE 2.0 SP3 comes with WSESettingsVS2
version 2.0.0.3.
I am also having a similar compatibility problem with Biztalk Adapter
for WSE 2.0. The adapter is looking for Microsoft.Web.Services2
version=2.0.1.0.
Any help is appreciated.
Thanks in Advance.
Here is the Fusion log output for Biztalk WSE Adapter failure.
*** Assembly Binder Log Entry (1/28/2006 @ 1:16:16 AM) ***
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file
specified.
Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\devenv.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: DisplayName = Microsoft.Web.Services2, Version=2.0.1.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : Microsoft.BizTalk.Adapter.WSE.Admin,
Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
===
LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Private path hint found in configuration file:
PublicAssemblies;PrivateAssemblies.
LOG: Safe mode is set (applyPublisherPolicy=no).
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Microsoft.Web.Services2, Version=2.0.1.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Cache Lookup was unsuccessful.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET 2003/Common7/IDE/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/Microsoft.Web.Services2/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/PublicAssemblies/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/PublicAssemblies/Microsoft.Web.Services2/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/PrivateAssemblies/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/PrivateAssemblies/Microsoft.Web.Services2/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET 2003/Common7/IDE/Microsoft.Web.Services2.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/Microsoft.Web.Services2/Microsoft.Web.Services2.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/PublicAssemblies/Microsoft.Web.Services2.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/PublicAssemblies/Microsoft.Web.Services2/Microsoft.Web.Services2.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/PrivateAssemblies/Microsoft.Web.Services2.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
Visual Studio .NET
2003/Common7/IDE/PrivateAssemblies/Microsoft.Web.Services2/Microsoft.Web.Services2.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
BizTalk Server Adapter for WSE 2.0/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
BizTalk Server Adapter for WSE
2.0/Microsoft.Web.Services2/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
BizTalk Server Adapter for WSE 2.0/Microsoft.Web.Services2.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft
BizTalk Server Adapter for WSE
2.0/Microsoft.Web.Services2/Microsoft.Web.Services2.EXE.
LOG: All probing URLs attempted and failed.
glober - 28 Jan 2006 20:18 GMT
After agonizing and sleepless nights, I finally figured out the culprit
of the problem. It turned out that there is a setting in
devenv.exe.config that sets <PublisherPolicy> tag attribute "apply" to
"no". It causes VS.NET to use the default assembly binding mode to
"Safe" which requires the exact version, build and revision numbers to
match. Setting the attribute to "yes" fix this problem.
Hope this help.