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 / ASP.NET / Web Services / November 2005

Tip: Looking for answers? Try searching our database.

WSE3.0 'homesite'

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Phil Lee - 16 Nov 2005 09:40 GMT
Hi,

When creating a setup for my web service, and selecting WSE3.0 in the
prerequisites, I get the following message:

"No 'HomeSite' attribute has been provided for 'Microsoft WSE 3.0 Runtime',
so the package will be published to the same location as the bootstrapper."

How can I fix this, or will it be addressed in an upcoming update?

Regards
Phil Lee
Steven Cheng[MSFT] - 17 Nov 2005 05:02 GMT
Hi Phil,

Welcome to Webservice newsgroup.
From your description, you've built an ASP.NET 2.0 webservice and is
creating a setup project in vs.net 2005 for that webservice. However,
you're encountering some problem when trying to add WSE3.0 redistribute
package as prerequisuitein the setup project, yes?

Based on my understanding,  the VS.NET 2005 has integrated the bootstrapper
components so as to provide prerequisuits detect and installing functions.
And from my local test, I can correctly select the WSE 3.0 runtime from the
build-in redistributable components list and build the setup.exe.  My test
enviornment is win2k3 server with VS.NET 2005 PRO (RTM) and WSE3.0
SDK(RTM).  Have you tried uninstall and reinstall the WSE3.0 components on
your machine to see whether it helps?

Thanks,

Steven Cheng
Microsoft Online Support

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
From: "Phil Lee" <phil.lee@newsgroups.nospam>
Subject: WSE3.0 'homesite'
Date: Wed, 16 Nov 2005 09:40:33 -0000
Lines: 14
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
X-RFC2646: Format=Flowed; Original
Message-ID: <uWQ3KHp6FHA.1148@tk2msftngp13.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements
NNTP-Posting-Host: host86-132-84-190.range86-132.btcentralplus.com
86.132.84.190
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:7633
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements

Hi,

When creating a setup for my web service, and selecting WSE3.0 in the
prerequisites, I get the following message:

"No 'HomeSite' attribute has been provided for 'Microsoft WSE 3.0 Runtime',
so the package will be published to the same location as the bootstrapper."

How can I fix this, or will it be addressed in an upcoming update?

Regards
Phil Lee
Phil Lee - 17 Nov 2005 10:50 GMT
Steven,

the series of steps to reproduce this is

1) create a VS2005 web service using WSE3.0
2) create a VS2005 Web Deployment project - you mentioned this tool in a
previous post
3) create a Web Setup project which references the deployment project
4) in the Web Setup project select the property pages and then the
prerequisites button.
   The prerequisites already has .NET Framework 2.0 selected
   Select 'Microsoft WSE3.0 Runtime' leaving the radion button as 'Download
from the component vendor's web site'.
5) build the projects in order
6) I get this warning:
"No 'HomeSite' attribute has been provided for 'Microsoft WSE 3.0 Runtime',
so the package will be published to the same location as the bootstrapper. "

This works but the WSE3 runtime is packaged with the setup/msi.
My question is how can I set the 'homesite' property so that WSE3 will be
downloaded as required - and will this be fixed in a patch to WSE3.0?

Regards
Phil
> Hi Phil,
>
[quoted text clipped - 56 lines]
> Regards
> Phil Lee
Steven Cheng[MSFT] - 18 Nov 2005 01:48 GMT
Thanks for your followup Phil,

I've found the problem you met. Yes, seems the current WSE 3.0
redistribuable package doesn't contains a vendor site location for direct
downloading over web....   Not sure whether this is the status for the
moment or the WSE component is not planed to provide such a vendor site.
I'll help forward this question to the WSE team to see whether they have
such a plan.  I'll update you soon if I got any feedback..

Thanks,

Steven Cheng
Microsoft Online Support

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
From: "Phil Lee" <phil.lee@newsgroups.nospam>
References: <uWQ3KHp6FHA.1148@tk2msftngp13.phx.gbl>
<10X5XQz6FHA.1240@TK2MSFTNGXA02.phx.gbl>
Subject: Re: WSE3.0 'homesite'
Date: Thu, 17 Nov 2005 10:50:35 -0000
Lines: 91
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
Message-ID: <OO699S26FHA.1080@TK2MSFTNGP10.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements
NNTP-Posting-Host: host86-132-84-190.range86-132.btcentralplus.com
86.132.84.190
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:7649
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements

Steven,

the series of steps to reproduce this is

1) create a VS2005 web service using WSE3.0
2) create a VS2005 Web Deployment project - you mentioned this tool in a
previous post
3) create a Web Setup project which references the deployment project
4) in the Web Setup project select the property pages and then the
prerequisites button.
   The prerequisites already has .NET Framework 2.0 selected
   Select 'Microsoft WSE3.0 Runtime' leaving the radion button as
'Download
from the component vendor's web site'.
5) build the projects in order
6) I get this warning:
"No 'HomeSite' attribute has been provided for 'Microsoft WSE 3.0 Runtime',
so the package will be published to the same location as the bootstrapper. "

This works but the WSE3 runtime is packaged with the setup/msi.
My question is how can I set the 'homesite' property so that WSE3 will be
downloaded as required - and will this be fixed in a patch to WSE3.0?

Regards
Phil
> Hi Phil,
>
[quoted text clipped - 56 lines]
> Regards
> Phil Lee
Steven Cheng[MSFT] - 21 Nov 2005 10:13 GMT
Hi Phil,

After some further communiation with our WSE guys, seems the WSE runtime
pakage won't provide a HomeSite autodownload link as .net framework or
other full redistribute softwares. Because WSE 3.0 is still only an
external add-on components and will be changable according to the new
webservcie security specification.

Thanks,

Steven Cheng
Microsoft Online Support

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
X-Tomcat-ID: 43734696
References: <uWQ3KHp6FHA.1148@tk2msftngp13.phx.gbl>
<10X5XQz6FHA.1240@TK2MSFTNGXA02.phx.gbl>
<OO699S26FHA.1080@TK2MSFTNGP10.phx.gbl>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_0001_BA9D0D3E"
Content-Transfer-Encoding: 7bit
From: stcheng@online.microsoft.com (Steven Cheng[MSFT])
Organization: Microsoft
Date: Fri, 18 Nov 2005 01:48:35 GMT
Subject: Re: WSE3.0 'homesite'
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements
Message-ID: <hfb37I#6FHA.1236@TK2MSFTNGXA02.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements
Lines: 270      
Path: TK2MSFTNGXA02.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:7658
NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122

Thanks for your followup Phil,

I've found the problem you met. Yes, seems the current WSE 3.0
redistribuable package doesn't contains a vendor site location for direct
downloading over web....   Not sure whether this is the status for the
moment or the WSE component is not planed to provide such a vendor site.
I'll help forward this question to the WSE team to see whether they have
such a plan.  I'll update you soon if I got any feedback..

Thanks,

Steven Cheng
Microsoft Online Support

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
From: "Phil Lee" <phil.lee@newsgroups.nospam>
References: <uWQ3KHp6FHA.1148@tk2msftngp13.phx.gbl>
<10X5XQz6FHA.1240@TK2MSFTNGXA02.phx.gbl>
Subject: Re: WSE3.0 'homesite'
Date: Thu, 17 Nov 2005 10:50:35 -0000
Lines: 91
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
Message-ID: <OO699S26FHA.1080@TK2MSFTNGP10.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements
NNTP-Posting-Host: host86-132-84-190.range86-132.btcentralplus.com
86.132.84.190
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:7649
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements

Steven,

the series of steps to reproduce this is

1) create a VS2005 web service using WSE3.0
2) create a VS2005 Web Deployment project - you mentioned this tool in a
previous post
3) create a Web Setup project which references the deployment project
4) in the Web Setup project select the property pages and then the
prerequisites button.
   The prerequisites already has .NET Framework 2.0 selected
   Select 'Microsoft WSE3.0 Runtime' leaving the radion button as
'Download
from the component vendor's web site'.
5) build the projects in order
6) I get this warning:
"No 'HomeSite' attribute has been provided for 'Microsoft WSE 3.0 Runtime',
so the package will be published to the same location as the bootstrapper. "

This works but the WSE3 runtime is packaged with the setup/msi.
My question is how can I set the 'homesite' property so that WSE3 will be
downloaded as required - and will this be fixed in a patch to WSE3.0?

Regards
Phil
"Steven Cheng[MSFT]" <stcheng@online.microsoft.com> wrote in message
news:10X5XQz6FHA.1240@TK2MSFTNGXA02.phx.gbl...
> Hi Phil,
>
[quoted text clipped - 56 lines]
> Regards
> Phil Lee
Phil Lee - 22 Nov 2005 09:42 GMT
Steven,

ok, thanks.

Phil
> Hi Phil,
>
[quoted text clipped - 165 lines]
>> Regards
>> Phil Lee
Steven Cheng[MSFT] - 22 Nov 2005 09:55 GMT
My pleasure.

Have a good day!

Steven Cheng
Microsoft Online Support

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
From: "Phil Lee" <phil.lee@newsgroups.nospam>
References: <uWQ3KHp6FHA.1148@tk2msftngp13.phx.gbl>
<10X5XQz6FHA.1240@TK2MSFTNGXA02.phx.gbl>
<OO699S26FHA.1080@TK2MSFTNGP10.phx.gbl>
<hfb37I#6FHA.1236@TK2MSFTNGXA02.phx.gbl>
<2#66ORo7FHA.832@TK2MSFTNGXA02.phx.gbl>
Subject: Re: WSE3.0 'homesite'
Date: Tue, 22 Nov 2005 09:42:39 -0000
Lines: 187
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
X-RFC2646: Format=Flowed; Original
Message-ID: <exEbVk07FHA.2364@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements
NNTP-Posting-Host: host86-132-84-190.range86-132.btcentralplus.com
86.132.84.190
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.webservices.enhancements:7696
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices.enhancements

Steven,

ok, thanks.

Phil
> Hi Phil,
>
[quoted text clipped - 165 lines]
>> Regards
>> Phil Lee

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.