| TcpChannel (port) error in Remoting (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello there, When I restart the server after the client has called it, I get the following error: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.runtime.remoting.dll Additional information: Only one usage of each socket address (protocol/network address/port) is normally permitted It seems that the TcpChannel's port is still open, but I have used the Channel... |
|
| Data Access Application Block (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| How to fill data into datagrid ??? |
|
| Custom Formatter (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi All, I'm looking for custom implementation of System.Runtime.Serialization.Formatter. Can anyone point me to it? Many thanks in advance, Sergiy Mesropyan. |
|
| Help: input param cannot be recognized by stored proc (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi all, I have tested my sp under sql server without no problem. When calling the sp in my vb.net code, error happened. Please have a look and help me out. What's wrong in my code and why I got that error? Please help. Thanks. Error Message: "pmid is not a parameter for procedure spMailboxRead" Code snippet is : strSql "spMailboxRead" myCommand New SqlCommand(strSql, myConnect) myCommand.CommandTy... |
|
| COM+ Remoting Assemblies (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I have developed a full Web Application, but now have to split the business assemblies to a new server to run in COM . I have read through MSDN, followed all the advice, registered it, got it in COM , but when I run it from a client application, the COM MMC does not show that any object are created and executing. But more importantly, I need to bind it to a client app (Web App) and have it run... |
|
| Servicedcomponents serious problem! (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| I have run across a serious problem, concerning .Net servicedcomponents. First I use Visualstudio 7.0 the final version. Sqlserver 2000 srvpack 2. I create a serviced component,se code below. Wich expose one function that reads a table from SqlServer 2000 srvpack 2. Using Ado.net sqlclient adapter and DatatTable I use a WinForm client, se code below, to use this component. Create aninstance, run f... |
|
| Response.BinaryWrite (5 replies) |
| microsoft.public.dotnet.distributed_apps |
| When the comment marks are in place, the Response.BinaryWrite statement (below) produces a graphic image on a newly generaled web browser screen with a graphic image from the Pubs db. Dim DS As New DataSet() Dim Pubs Class As New Server.Pubs Class() DS Pubs Class.Pubs Function("1389") 'Response.Write(" http body table tr td ") Response.BinaryWrite(DS.Tables("pub info").Rows (0).ItemArray(0)) 'Resp... |
|
| Caching using the SPM, a pooled component or ? (16 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I'm writing a 3 tier dna application in W2K using COM . My business logic is currently using an ActiveX exe written in VB which contains a lot of metadata about different databases. To improve performance and not reload these metadata (whose construction is an expensive process) each time I need them, the activeX exe is started and kept alive on the server. I want to transform this ActiveX exe... |
|
| Quick security question (unable to access a service) (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I have a basic "Hello, World" service that I'm trying to access via a console app. I turned off anonymous access to IIS (using Windows authentication...my Web.config also has it set to Windows auth), but I'm still getting access denied. My code is as follows: localhost.Service1 test new localhost.Service1(); System.Net.NetworkCredential newCred new System.Net.NetworkCredential("MyWindowsUser", "My... |
|
| WebService Reference (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi All, I am new to developing with the .NET environment. I am trying to add a WebService to a project in the "Add Web Reference ..." dialog box but I keep getting No Web References were found on this page. Errors There was an error downloading 'http://localhost/WSAuthors/WSAuthors.vsdisco'. The request failed with the error message: html head title Error /title /head body The specified module cou... |
|
| Duplicate 'AssemblyKeyFileAttribute' attribute? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Well, MS didn't make transactions easier than version 6.0, that's for sure. I'm trying to create a class that supports transactions and another that requires transactions. I have a couple articles regarding how to use transactions in .NET classes and have followed them to the letter, however when I try to compile I keep getting this error: Duplicate 'AssemblyKeyFileAttribute' attribute I have used... |
|
| Microsoft Data Access Block (9 replies) |
| microsoft.public.dotnet.distributed_apps |
| I recently downloaded the Data Access Application Block for SQL Server and found that it is pretty comprehensive in its approach to SQLClient data access via ADO.Net. However, I would like for someone to explain to me why this was not abstracted to encapsulate OleDB or any other new data access method providers (ODBC, Oracle, etc.). Additionally, why hardcode the connection string at this layer. I... |
|