WSE 3.0 Setting Tool not available in VS 2008. Here i am explaining steps required to enable it in Visual Studio 2008.
1 . Download Following Tool
WSE 3.0 Tools
2. Install that MSI File.
“Basically that installation is for Visual Studio 2005.”
3. After installation you find one file at following location.
C:\Documents and Settings\All Users\Application Data\Microsoft\MSEnvShared\Addins
Here i assumed that your OS is installed at C:\.
4. At that location you find this file “WSESettingsVS3.Addin”.
5. Open file in Notepad , you find following XML content.
<HostApplication>
<Name>Microsoft Visual Studio Macros</Name>
<Version>8.0</Version>
</HostApplication>
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>8.0</Version>
</HostApplication>
change it to
<HostApplication>
<Name>Microsoft Visual Studio Macros</Name>
<Version>9.0</Version>
</HostApplication>
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>9.0</Version>
</HostApplication>
save that file.
6. Open Visual Studio , Tools – > Options –> Environments
Add Following
“C:\Documents and Settings\All Users\Application Data\Microsoft\MSEnvShared\Addins”
(Note : In Image it displayed D:\ as my os is on D Drive.)
7. Close all instance of Visual Studio.
8. Open it again , create web service application . Now you can se that WSE 3.0 Setting option enable.
13 comments:
Thanks so much for this. Looks to be a much cleaner, simpler workaround to this issue than some other suggestions I've found.
Thank. It good
Can u tell me :
After add wse3.0 on VS2008 , any settings for my webservice don't meet problem.
I read another Topic on internet, maybe wse3.0 don't use with vs2008
I think you face a problem where you try to use webservice on client application. If this is the problem then instead of adding WebService reference through Add Web Reference or Add Service in VS 2008 , Generate proxy class for service in use that in client application.
You find a tool at WSE 3.0 to generate proxy class specially for WSE 3.0
<system drive>:\Program Files\Microsoft WSE\v3.0\Tools\WseWsdl3.exe
thanks.
Thanks
In Vista the path
C:\ProgramData\Microsoft\MSEnvShared\Addins
I dont have WseWsdl3.exe at you mensioned location
C:\Program Files\Microsoft WSE\v3.0\Tools\WseWsdl3.exe. I have installed WSE3.0 from this link
http://www.microsoft.com/downloads/details.aspx?FamilyID=018a09fd-3a74-43c5-8ec1-8d789091255d&displaylang=en
what should I do?
Download MSI from this link.
http://www.microsoft.com/downloads/details.aspx?FamilyID=018a09fd-3a74-43c5-8ec1-8d789091255d&displaylang=en
Install MSI.
It should installed at System Drive.
os drive:\Program Files\Microsoft WSE\v3.0\Tools\WseWsdl3.exe.
Jinal, I did install WSE3.0 from the same link but it but I could NOT found WseWsdl3.exe at here.
os drive:\Program Files\Microsoft WSE\v3.0\Tools
thank you... good one.. it helps me
Perfect! Thanks so much!!
Thanks
Thanks
Post a Comment