Click here to Skip to main content
15,891,943 members
Home / Discussions / C#
   

C#

 
GeneralRe: Single Instance of a Form Pin
S. Senthil Kumar16-Nov-05 19:43
S. Senthil Kumar16-Nov-05 19:43 
QuestionStatic Linking in .NET? Pin
Joel Holdsworth16-Nov-05 1:28
Joel Holdsworth16-Nov-05 1:28 
AnswerRe: Static Linking in .NET? Pin
Bob Stanneveld16-Nov-05 1:42
Bob Stanneveld16-Nov-05 1:42 
GeneralRe: Static Linking in .NET? Pin
Joel Holdsworth16-Nov-05 1:51
Joel Holdsworth16-Nov-05 1:51 
GeneralRe: Static Linking in .NET? Pin
Bob Stanneveld16-Nov-05 3:10
Bob Stanneveld16-Nov-05 3:10 
QuestionHow to Saving data from the website text boxes Pin
Rusyl16-Nov-05 1:24
Rusyl16-Nov-05 1:24 
QuestionCollection editor Pin
monteiz16-Nov-05 0:53
monteiz16-Nov-05 0:53 
QuestionRemoting Channel problem with .NET 2.0 Pin
Bob Stanneveld15-Nov-05 23:54
Bob Stanneveld15-Nov-05 23:54 
Hello,

I'm using Visual Studio 2005 Standard Edition and I'm writing an application with C# using the .NET 2.0 framework. I've come across a little problem when I want to create my remote objects.

The problem is that I cannot create a TcpChannel. I use the following code:
// import the TCP channel
using System.Runtime.Remoting.Channels.Tcp;

// Somewhere in code
// Create the TcpChannel
m_TcpChanServ = new TcpChannel(10000);


The problem is that the compiler complains that it doesn't know the Tcp namespace. It worked with VS2003. Was the Tcp namespace moved under .NET 2.0 or is it unavailable for the Standard Edition of visual studio?

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
AnswerRe: Remoting Channel problem with .NET 2.0 Pin
S. Senthil Kumar16-Nov-05 4:55
S. Senthil Kumar16-Nov-05 4:55 
GeneralRe: Remoting Channel problem with .NET 2.0 Pin
Bob Stanneveld16-Nov-05 5:43
Bob Stanneveld16-Nov-05 5:43 
QuestionEventLog TimeGenerated problem Pin
Michael van Rooijen15-Nov-05 23:20
Michael van Rooijen15-Nov-05 23:20 
QuestionSystem.Data.SqlClient.SqlException Pin
Lebanese15-Nov-05 23:00
Lebanese15-Nov-05 23:00 
AnswerRe: System.Data.SqlClient.SqlException Pin
Igor Sukhov16-Nov-05 0:20
Igor Sukhov16-Nov-05 0:20 
GeneralRe: System.Data.SqlClient.SqlException Pin
Lebanese16-Nov-05 1:30
Lebanese16-Nov-05 1:30 
GeneralRe: System.Data.SqlClient.SqlException Pin
Lebanese16-Nov-05 1:31
Lebanese16-Nov-05 1:31 
GeneralRe: System.Data.SqlClient.SqlException Pin
Igor Sukhov16-Nov-05 3:10
Igor Sukhov16-Nov-05 3:10 
GeneralRe: System.Data.SqlClient.SqlException Pin
Lebanese16-Nov-05 20:24
Lebanese16-Nov-05 20:24 
QuestionCrystal Report deployment problem Pin
memoboy15-Nov-05 22:05
memoboy15-Nov-05 22:05 
QuestionRe: i traid to merg Pin
memoboy16-Nov-05 1:15
memoboy16-Nov-05 1:15 
QuestionAbout Progressbar Pin
Sina_Ad15-Nov-05 21:37
Sina_Ad15-Nov-05 21:37 
QuestionWhat does Accesible Role do? Pin
Sina_Ad15-Nov-05 21:29
Sina_Ad15-Nov-05 21:29 
Questionwindows service Pin
Ankit Aneja15-Nov-05 19:37
Ankit Aneja15-Nov-05 19:37 
AnswerRe: windows service Pin
Sean Michael Murphy16-Nov-05 4:57
Sean Michael Murphy16-Nov-05 4:57 
GeneralRe: windows service Pin
Ankit Aneja17-Nov-05 18:44
Ankit Aneja17-Nov-05 18:44 
QuestionFile wrapper Pin
picasso215-Nov-05 19:17
picasso215-Nov-05 19:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.