Re: client in 1.1, server in 3.5
- From: "John Saunders [MVP]" <john.saunders at trizetto.com>
- Date: Tue, 22 Jan 2008 20:09:49 -0500
"dan" <bdaniel7@xxxxxxxxx> wrote in message
news:uQD8PySXIHA.4440@xxxxxxxxxxxxxxxxxxxxxxx
I've posted also in microsoft.public.dotnet.framework.webservices.
Hi, I have the following problem:
- the client application (asp.net website) is written in .net 1.1.
- the server is being written in 3.5
they need to communicate automatically.
so I'm using wcf as webservices.
I've added in client a ws reference to the server, the proxy was created.
now,
when I'm running/debugging the client, in watch, the properties of the
proxy
instance show that "has no runtime value".
when I run the unit tests, everything is working properly.
the unit tests and the production code use the same proxy.
does anybody know why there is this anomaly?
the dev computer is xp pro sp2, .net 1.1, 2.0, 3.5, iis 5.1.
There's no reason a .NET 1.1 client can't use a .NET 3.5 service. Consider
there's no reason that a .NET 1.1 client can't use a Java service.
Don't worry about what the debugger says about "no runtime instance". Does
something go wrong when you run the client?
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer
.
- Follow-Ups:
- Re: client in 1.1, server in 3.5
- From: dan
- Re: client in 1.1, server in 3.5
- References:
- client in 1.1, server in 3.5
- From: dan
- client in 1.1, server in 3.5
- Prev by Date: Re: \r\n Problem
- Next by Date: Re: client in 1.1, server in 3.5
- Previous by thread: client in 1.1, server in 3.5
- Next by thread: Re: client in 1.1, server in 3.5
- Index(es):
Relevant Pages
|
Loading