473,320 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Is WSE 3.0 in VS2005(VB) required to migrate from VS2003?

Hello.

I developed a VS.NET2003(VB), ASP.NET web application client program with
..NET Framework 1.1, ASP.NET 1.1, IIS 5.1 and WSE 2.0.

I tried to migrate it to VS 2005 Pro(VB), Web Application Projects, .NET
Framework 2.0, ASP.NET 2.0, IIS 5.1, WSE ?.

Is WSE 3.0 required for VS 2005?

Any help would be gratefully appreciated.

Thanks,
Tony
Jan 12 '07 #1
4 2078
It is not "required", it is add-in the VS2005. You only need it for
"enhanced" web services developing.

"Tony Girgenti" <tony(nospam)@lakesideos.comwrote in message
news:eH**************@TK2MSFTNGP03.phx.gbl...
Hello.

I developed a VS.NET2003(VB), ASP.NET web application client program with
.NET Framework 1.1, ASP.NET 1.1, IIS 5.1 and WSE 2.0.

I tried to migrate it to VS 2005 Pro(VB), Web Application Projects, .NET
Framework 2.0, ASP.NET 2.0, IIS 5.1, WSE ?.

Is WSE 3.0 required for VS 2005?

Any help would be gratefully appreciated.

Thanks,
Tony


Jan 12 '07 #2
Hello Norman.

I am using "enhanced" web services in my 2003 solution with WSE2.0.

Can i use WSE2.0 in my new 2005 solution or do i need WSE3.0? If i need
WSE3.0, how would i add that in to my solution?

Thanks,
Tony

"Norman Yuan" <No*****@NotReal.notwrote in message
news:Oc**************@TK2MSFTNGP06.phx.gbl...
It is not "required", it is add-in the VS2005. You only need it for
"enhanced" web services developing.

"Tony Girgenti" <tony(nospam)@lakesideos.comwrote in message
news:eH**************@TK2MSFTNGP03.phx.gbl...
>Hello.

I developed a VS.NET2003(VB), ASP.NET web application client program with
.NET Framework 1.1, ASP.NET 1.1, IIS 5.1 and WSE 2.0.

I tried to migrate it to VS 2005 Pro(VB), Web Application Projects, .NET
Framework 2.0, ASP.NET 2.0, IIS 5.1, WSE ?.

Is WSE 3.0 required for VS 2005?

Any help would be gratefully appreciated.

Thanks,
Tony



Jan 13 '07 #3
I never used WSE2.0, so I do not know if your WSE2.0 app is OK or not under
VS2005. However, if upgrading app from .NET 1.1 (with VS2003) to .NET2.0
(with VS2005), it might be better to also upgrade the WS part from WSE2.0 to
WSE3.0. You simply download WSE3.0 SDK from MS and install in yur VS2005
developing computer. Note, you need to install WSE3.0 runtime to client
computer where your WSE3.0 application (ASP.NET or smart client app) runs.

"Tony Girgenti" <tony(nospam)@lakesideos.comwrote in message
news:OG**************@TK2MSFTNGP03.phx.gbl...
Hello Norman.

I am using "enhanced" web services in my 2003 solution with WSE2.0.

Can i use WSE2.0 in my new 2005 solution or do i need WSE3.0? If i need
WSE3.0, how would i add that in to my solution?

Thanks,
Tony

"Norman Yuan" <No*****@NotReal.notwrote in message
news:Oc**************@TK2MSFTNGP06.phx.gbl...
>It is not "required", it is add-in the VS2005. You only need it for
"enhanced" web services developing.

"Tony Girgenti" <tony(nospam)@lakesideos.comwrote in message
news:eH**************@TK2MSFTNGP03.phx.gbl...
>>Hello.

I developed a VS.NET2003(VB), ASP.NET web application client program
with .NET Framework 1.1, ASP.NET 1.1, IIS 5.1 and WSE 2.0.

I tried to migrate it to VS 2005 Pro(VB), Web Application Projects, .NET
Framework 2.0, ASP.NET 2.0, IIS 5.1, WSE ?.

Is WSE 3.0 required for VS 2005?

Any help would be gratefully appreciated.

Thanks,
Tony




Jan 13 '07 #4
Hello Norman.

I tried exactly what you said. Migrated VS2003.NET, ASP.NET 1.1, .NET
Framework 1.1, WSE 2.0 SP3 Web Application to VS2005, ASP.NET 2.0, .Net
Framwwork 2.0, WSE 3.0, Web Application.

There were some errors which i resolved, but there is just one outstanding
error that i cannot figure out how to fix.

In the following code, there is an error on the "RequestSoapContext" line
that says "'RequestSoapContext' is not a member of
'CoyneTruckWebServices.TripExportService.TripExpor tService'"
This code is exactly as it was in VS2003, where it was working, but i can't
figure out how to get rid of the error.

Dim proxy As New TripExportService.TripExportService
Dim user As New UsernameToken(txtCompany & "\" & txtUserName, txtPassword,
PasswordOption.SendHashed)
proxy.RequestSoapContext.Security.Tokens.Add(user)
Dim node As XmlNode = proxy.RetrieveArchivedTrips(strDate, endDate)
Dim xpDoc As XmlDocument = node.OwnerDocument

Thanks,
Tony

"Norman Yuan" <No*****@NotReal.notwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>I never used WSE2.0, so I do not know if your WSE2.0 app is OK or not under
VS2005. However, if upgrading app from .NET 1.1 (with VS2003) to .NET2.0
(with VS2005), it might be better to also upgrade the WS part from WSE2.0
to WSE3.0. You simply download WSE3.0 SDK from MS and install in yur VS2005
developing computer. Note, you need to install WSE3.0 runtime to client
computer where your WSE3.0 application (ASP.NET or smart client app) runs.

"Tony Girgenti" <tony(nospam)@lakesideos.comwrote in message
news:OG**************@TK2MSFTNGP03.phx.gbl...
>Hello Norman.

I am using "enhanced" web services in my 2003 solution with WSE2.0.

Can i use WSE2.0 in my new 2005 solution or do i need WSE3.0? If i need
WSE3.0, how would i add that in to my solution?

Thanks,
Tony

"Norman Yuan" <No*****@NotReal.notwrote in message
news:Oc**************@TK2MSFTNGP06.phx.gbl...
>>It is not "required", it is add-in the VS2005. You only need it for
"enhanced" web services developing.

"Tony Girgenti" <tony(nospam)@lakesideos.comwrote in message
news:eH**************@TK2MSFTNGP03.phx.gbl...
Hello.

I developed a VS.NET2003(VB), ASP.NET web application client program
with .NET Framework 1.1, ASP.NET 1.1, IIS 5.1 and WSE 2.0.

I tried to migrate it to VS 2005 Pro(VB), Web Application Projects,
.NET Framework 2.0, ASP.NET 2.0, IIS 5.1, WSE ?.

Is WSE 3.0 required for VS 2005?

Any help would be gratefully appreciated.

Thanks,
Tony




Jan 13 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Darrin | last post by:
Hello, I see that VS2005 and the new framework 2.0 is out to the public now. Wondering about some things. When you install the new framework 2.0 can a person still use visual studio 2003 or...
1
by: Bob | last post by:
I have a form with one control a datagrid view that is bound to a table an OK button and a close button - No navigation controls. Its just used a a selector for a record and then opens another...
2
by: JohnMSyrasoft | last post by:
Hi, wondering if I'm missing something before I log a minor bug to the VS2005 feedback page. In VB6, you could span multiple lines with comments by using a line continuation character as in ...
3
by: Bob | last post by:
I had an app in VB6 that I'm "upgrading" <GGGG> to Vb.net 2005. In Vb6 I had rtf text in a field in a Sql server 2000 field and it would show up as formatted RTF in my richtextbox. In vs.net that...
1
by: NathanC | last post by:
I am trying to create a simple service since and have never done this before. I have created a new project in VB.NET that is a Windows Service. (Just writing a single event entry to the log, just...
7
by: Dale Sampson | last post by:
As you can tell, I am new to VS.net. I have a VB project with a defined data source pointing to a table in a ..mdb file.-- The associated fields are displayed in textboxes using the...
1
by: soumya07081973 | last post by:
I am new in vs2005 in vs2002 I often used in DATAGRID DataGrid.CurrentRowIndex=i (where i is the cursor pointing the record) But vs2005 I failed to find out .
2
by: teo | last post by:
hallo I'd like to test some .htm and .aspx pages I created time ago on mobile devices. I have vs2005 and I'd like to use the emulators offered in vs2005. Now, the installation of the MS...
0
by: Jon Delano | last post by:
Hello All I am working a on web application created in Visual Studio 2005 VB. It has to do some work with Excel files, so I created a DLL in VS2005. My development machine is XP SP3. When my...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.