Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / Setup / January 2006

Tip: Looking for answers? Try searching our database.

WSE 3.0 Add-in with VS 2005

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Patrick Gerber - 04 Jan 2006 11:44 GMT
Hi,
I have an ASP.NET applaction that I developed under VS .NET 2003 and
uses WSE 2.0.
My deveplopment PC uses Win 2000 Pro.
I have installed last month the VS 2005 and the .NET 2.0 framework. I
was able to compile and run my application so far.
I installed today the WSE 3.0 and I have a crash in the VS Add-in
installation :
----------------------------------------------------------------------
The Add-in 'WSE Settings 3.0...' failed to load or caused an exception.
Would you like to remove this Add-in?
If you choose yes, the file it was loaded from 'C:\Documents and
Settings\All Users\Application
Data\Microsoft\MSEnvShared\Addins\WSESettingsVS3.Addin', will be renamed.

Error Message: The system cannot find the file specified.

Error number: 80070002
-----------------------------------------------------------------------

The file WSESettingsVS3.Addin exists. Here is the content :
-----------------------------------------------------------
<?xml version="1.0" encoding="utf-16" standalone="no"?>
<Extensibility xmlns="http://schemas.microsoft.com/AutomationExtensibility">
    <HostApplication>
        <Name>Microsoft Visual Studio Macros</Name>
        <Version>8.0</Version>
    </HostApplication>
    <HostApplication>
        <Name>Microsoft Visual Studio</Name>
        <Version>8.0</Version>
    </HostApplication>
    <Addin>
        <FriendlyName>WSE Settings 3.0...</FriendlyName>
        <Description>WSE Settings Tool.</Description>
        <Assembly>C:\Program Files\Microsoft
WSE\v3.0\Tools\WseSettingsVS3.dll</Assembly>
        <FullClassName>WseSettings.Connect</FullClassName>
        <LoadBehavior>0</LoadBehavior>
        <CommandPreload>0</CommandPreload>
        <CommandLineSafe>0</CommandLineSafe>
    </Addin>
</Extensibility>
-----------------------------------------------------------
And the file WseSettingsVS3.dll also exists...
What is wrong ?
The error code looks like a COM error code, isn't it?

Best regards
"WenJun Zhang[msft]" - 05 Jan 2006 06:38 GMT
Hi Patrick,

According to the error message, it appears the WSE 3.0 installation(with
VS2005 developer option selected) is finished, but an error is reported
when loading the WSE 3.0 setting add-on, right?

I can properly install WSE 3.0 with add-in on my VS2005 box but I cannot
find the file called WSESettingsVS3.Addin as well. So I suggest you open
Tools->Add-in Managers in VS2005 and uncheck this add-in. Uninstall WSE 3.0
in Add/Remove Programs and make sure the \Program Files\Microsoft
WSE\v3.0\Tools directory is deleted then reinstall WSE with add-in again.

Web Services Enhancements (WSE) 3.0 for Microsoft .NET
http://www.microsoft.com/downloads/details.aspx?familyid=018a09fd-3a74-43c5-
8ec1-8d789091255d&displaylang=en

Please let me know if this helps resolve the problem.

Happy New Year!.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Patrick Gerber - 05 Jan 2006 15:30 GMT
Hi WenJun,
Thanks for the answer and happy new year too.

WenJun Zhang[msft] wrote:
> Hi Patrick,
>
> According to the error message, it appears the WSE 3.0 installation(with
> VS2005 developer option selected) is finished, but an error is reported
> when loading the WSE 3.0 setting add-on, right?

Yes, right.
The other "parts" of WSE seems to work : I can for example start the
configuration tool and generate a configuration file.

> I can properly install WSE 3.0 with add-in on my VS2005 box but I cannot
> find the file called WSESettingsVS3.Addin as well. So I suggest you open
> Tools->Add-in Managers in VS2005 and uncheck this add-in. Uninstall WSE 3.0
> in Add/Remove Programs and make sure the \Program Files\Microsoft
> WSE\v3.0\Tools directory is deleted then reinstall WSE with add-in again.

I removed the WSE 3.0 from the control panel / remove program.
The add-in list in the Add-in manager of VS2005 was then empty and the
\Program Files\Microsoft WSE\v3.0 directory was also removed.
I reinstalled then WSE 3.0 and I still have the same problem.

Best regards,
Patrick Gerber

> Web Services Enhancements (WSE) 3.0 for Microsoft .NET
> http://www.microsoft.com/downloads/details.aspx?familyid=018a09fd-3a74-43c5-
[quoted text clipped - 10 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
Patrick Gerber - 06 Jan 2006 07:46 GMT
Hi Again,

Here some precisions about my PC installation:
- Portable PC with mobile PIII processor 700MHz (Intel), 512 MB RAM
- Microsoft Windows 2000 Pro with SP4
- IE version 6.0.2800.1106 SP1
- Both .NET framework 1.1 (1.1.4322.573) and 2.0 (2.0.50727.42) are
installed
- VS .NET (2003) was previousely installed, but I remove it before the
installation of VS2005

Best regards,
Patrick Gerber

WenJun Zhang[msft] wrote:
> Hi Patrick,
>
[quoted text clipped - 22 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
"WenJun Zhang[msft]" - 10 Jan 2006 10:06 GMT
Hi Patrick,

Did you still meet the same problem after uninstalling/reinstalling WSE 3.0?

Have a nice day!

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Patrick Gerber - 27 Jan 2006 07:00 GMT
Hi WenJun,

Yes, I still have the same problem (see my message from the 5th january).
For the moment, I removed WSE 3.0 and reinstalled WSE 2.0.

Best regards,

Patrick Gerber
Aartesys AG

WenJun Zhang[msft] wrote:
> Hi Patrick,
>
[quoted text clipped - 8 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
henky - 27 Jan 2006 20:48 GMT
Hi,

I am having the same problem with WSE 2.0 on VS .NET 2003. I have
uninstalled and reinstalled more than 5 times so far, but still the
same error.

Please help. Thanks.

Henky


"WenJun Zhang[msft]" - 30 Jan 2006 08:10 GMT
Hi,

An approach we can have a try is using filemon to trace the I/O of Add-in
loading.

http://www.sysinternals.com/Utilities/Filemon.html

1) Launch filemon,stop capture and click filter on its toolbar. Remove *
and input WSE as the included string.

2) Change font if necessary(need restart filemon).

3) Start capture.

4) Reproduce the error with VS2005.

5) Stop capture and save as the log.

Generally you should be able to find some errors in the log which may point
out the root cause. Please paste the content of filemon.log here. I will
help review it.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.