Click here to Skip to main content
15,893,588 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to safely rename directory? Pin
Guffa24-Mar-06 5:03
Guffa24-Mar-06 5:03 
Question.Net Framework 2.0 with VS .Net 2002 Pin
Vijaykumar Rajaram23-Mar-06 7:22
Vijaykumar Rajaram23-Mar-06 7:22 
AnswerRe: .Net Framework 2.0 with VS .Net 2002 Pin
Dan Neely23-Mar-06 8:10
Dan Neely23-Mar-06 8:10 
AnswerRe: .Net Framework 2.0 with VS .Net 2002 Pin
HimaBindu Vejella27-Mar-06 21:17
HimaBindu Vejella27-Mar-06 21:17 
QuestionRs232 Initialization? Pin
swcrissman23-Mar-06 6:32
swcrissman23-Mar-06 6:32 
AnswerRe: Rs232 Initialization? Pin
Ed.Poore24-Mar-06 7:57
Ed.Poore24-Mar-06 7:57 
AnswerRe: Rs232 Initialization? Pin
Ray Cassick24-Mar-06 11:45
Ray Cassick24-Mar-06 11:45 
QuestionThis remoting proxy has no channel sink Pin
Tom Mat23-Mar-06 2:34
Tom Mat23-Mar-06 2:34 
I have .Net 1.0.3705
When Setting TrustLevel for Remoting Application for Server as well as for the client, by following command,
Dim SProvider As IServerChannelSinkProvider
Dim CProvider As IClientChannelSinkProvider
SProvider = New BinaryServerFormatterSinkProvider()
CProvider = New BinaryClientFormatterSinkProvider()
CType(SProvider, BinaryServerFormatterSinkProvider).TypeFilterLevel = TypeFilterLevel.Full
chan = New TcpChannel(props, CProvider, SProvider)
I get an an error in the second last line. And when i comment it run run the serverand the client i get an error
like this:
<<""This remoting proxy has no channel sink
which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server."">>

I have also read that all the remote application has Trustlevel =low ByDefault.
Help me out!!!Frown | :(
Questioncombo box contents not updating in Windows Forms Pin
analytiks22-Mar-06 22:01
analytiks22-Mar-06 22:01 
AnswerRe: combo box contents not updating in Windows Forms Pin
analytiks23-Mar-06 17:27
analytiks23-Mar-06 17:27 
Questionxml schema question Pin
Brayan__22-Mar-06 5:15
Brayan__22-Mar-06 5:15 
Generalprogram.exe has encountered a problem and needs to close. Pin
Jan R Hansen21-Mar-06 23:08
Jan R Hansen21-Mar-06 23:08 
GeneralRe: program.exe has encountered a problem and needs to close. Pin
Vasudevan Deepak Kumar22-Mar-06 18:31
Vasudevan Deepak Kumar22-Mar-06 18:31 
QuestionASP.Net How to set up page property for an in memory Excel worksheet Pin
JWU VB.Net21-Mar-06 6:33
JWU VB.Net21-Mar-06 6:33 
QuestionPOKECTPC GSM DATA CONNETION Pin
GPShady21-Mar-06 0:15
GPShady21-Mar-06 0:15 
QuestionDeploying my .NET app (started as MFC program)... HELP!!! Pin
anderslundsgard20-Mar-06 22:15
anderslundsgard20-Mar-06 22:15 
QuestionOn hold... Pin
Jam.X20-Mar-06 4:15
Jam.X20-Mar-06 4:15 
AnswerRe: On hold... Pin
Dave Kreskowiak20-Mar-06 10:11
mveDave Kreskowiak20-Mar-06 10:11 
GeneralRe: On hold... Pin
Jam.X20-Mar-06 13:36
Jam.X20-Mar-06 13:36 
QuestionInserting Page Break Pin
User 246299120-Mar-06 3:04
professionalUser 246299120-Mar-06 3:04 
AnswerRe: Inserting Page Break Pin
Robert Rohde20-Mar-06 7:20
Robert Rohde20-Mar-06 7:20 
GeneralRe: Inserting Page Break Pin
User 246299120-Mar-06 17:12
professionalUser 246299120-Mar-06 17:12 
QuestionAutoCad Tool Palette with .Net Pin
prakashdotc20-Mar-06 2:26
prakashdotc20-Mar-06 2:26 
QuestionIList vs array performance observation (.NET 2.0) Pin
wout de zeeuw19-Mar-06 22:52
wout de zeeuw19-Mar-06 22:52 
AnswerRe: IList vs array performance observation (.NET 2.0) Pin
ricardojb20-Mar-06 9:29
ricardojb20-Mar-06 9:29 

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.