Click here to Skip to main content
15,892,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Resizing a form Pin
ADY00723-Mar-06 7:09
ADY00723-Mar-06 7:09 
AnswerRe: Resizing a form Pin
Joshua Quick23-Mar-06 8:35
Joshua Quick23-Mar-06 8:35 
QuestionHow to extract all frame from video Pin
Arif kamran23-Mar-06 5:02
Arif kamran23-Mar-06 5:02 
Questionread entire xml file into string Pin
cj433123-Mar-06 4:03
cj433123-Mar-06 4:03 
GeneralRe: read entire xml file into string Pin
zacharyshroyer23-Mar-06 5:11
zacharyshroyer23-Mar-06 5:11 
GeneralRe: read entire xml file into string Pin
cj433123-Mar-06 5:20
cj433123-Mar-06 5:20 
GeneralRe: read entire xml file into string Pin
cj433123-Mar-06 5:34
cj433123-Mar-06 5:34 
QuestionThis remoting proxy has no channel sink Pin
Tom Mat23-Mar-06 2:31
Tom Mat23-Mar-06 2:31 
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 | :(
QuestionVB.NET exercise Pin
rockxuyenmandem23-Mar-06 2:02
rockxuyenmandem23-Mar-06 2:02 
GeneralRe: VB.NET exercise Pin
Guffa23-Mar-06 2:18
Guffa23-Mar-06 2:18 
Questionimage at runtime Pin
bony_baba23-Mar-06 1:05
bony_baba23-Mar-06 1:05 
AnswerRe: image at runtime Pin
H@is@here23-Mar-06 1:21
H@is@here23-Mar-06 1:21 
GeneralRe: image at runtime Pin
bony_baba23-Mar-06 2:14
bony_baba23-Mar-06 2:14 
GeneralRe: image at runtime Pin
H@is@here23-Mar-06 4:03
H@is@here23-Mar-06 4:03 
GeneralRe: image at runtime Pin
ADY00723-Mar-06 7:15
ADY00723-Mar-06 7:15 
GeneralRe: image at runtime Pin
bony_baba23-Mar-06 17:31
bony_baba23-Mar-06 17:31 
GeneralRe: image at runtime Pin
Purple Monk23-Mar-06 23:24
Purple Monk23-Mar-06 23:24 
GeneralRe: image at runtime Pin
bony_baba24-Mar-06 0:33
bony_baba24-Mar-06 0:33 
QuestionPrinting Problem. Pin
jkrao22-Mar-06 23:53
jkrao22-Mar-06 23:53 
AnswerRe: Getting radiobuttonlist value from a textbox... Pin
Purple Monk23-Mar-06 4:11
Purple Monk23-Mar-06 4:11 
QuestionList view Column Headers Collection Problem Pin
Mic_louis22-Mar-06 22:58
Mic_louis22-Mar-06 22:58 
QuestionIssue with Export To Excel Pin
mayhem_rules22-Mar-06 22:14
mayhem_rules22-Mar-06 22:14 
AnswerRe: Issue with Export To Excel Pin
Gary Noble23-Mar-06 0:20
Gary Noble23-Mar-06 0:20 
GeneralRe: Issue with Export To Excel Pin
mayhem_rules23-Mar-06 22:36
mayhem_rules23-Mar-06 22:36 
GeneralRe: Issue with Export To Excel Pin
Gary Noble24-Mar-06 5:13
Gary Noble24-Mar-06 5:13 

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.