Cannot find member name System.Data.SqlClient.SqlError
- From: "Brian Kavanaugh" <a@xxx>
- Date: Mon, 3 Oct 2005 09:41:13 -0500
Hello,
We've got a WinForm application that uses remoting to connect to our
servers. Fairly recently, we've started seeing the above error instead of
the SqlException we should be getting. I've found one thread through google
that seems to be about this problem, but the post that supposedly solves it
is no longer available and the KB article for hotfix 887549 doesn't mention
this particular error. The problem appears to be that Windows Server 2003
SP1 installs a newer version of System.data.dll than XP has.
XP: 7/15/2004 - 1.1.4322.2032
Server: 3/24/2005 - 1.1.4322.2300
Any suggestions?
.
Relevant Pages
- Re: Because of security restrictions, the type xxx.xxx cannot be acces
... My Servers application web.config file looks like this ... ... Remoting call works just fine. ... 'The above returns my class object to "beHIPAADoc". ... inputStream, Headerh, Boolean bStrictBinding, TypeFilterLevel ... (microsoft.public.dotnet.framework.remoting) - Re: Re-configuring remoting from config file during application session
... two different servers remoting the same object type, ... > Private Sub frmMain_Load(ByVal sender As Object, ... >> channel and formatter info is in the config file. ... (microsoft.public.dotnet.framework.remoting) - Re: Remoting Book
... I found Advanced .NET Remoting by Ingo Rammer to be most helpful. ... Are you using the term interface in its OO meaning ... >All my servers must implement such an interface. ... (microsoft.public.dotnet.framework.remoting) - Enumerate Remoting Servers
... Quick question - Is there a way to find/enumerate remoting servers on ... Let's say I have a Windows Service that exposes a .NET TCP ... my network. ... (microsoft.public.dotnet.framework.remoting) - Re: Question about remoting
... application would be if I could find a use for remoting in the workplace. ... Data from these servers is then downloaded into systems by software which is ... > register the type as a remoted type through the RemotingConfiguration class, ... (microsoft.public.dotnet.languages.csharp) |
|