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

.NET (Core and Framework)

 
Questionrunning .net app Pin
ramana mohan1-Nov-06 17:09
ramana mohan1-Nov-06 17:09 
AnswerRe: running .net app Pin
PavanPareta1-Nov-06 17:55
PavanPareta1-Nov-06 17:55 
AnswerRe: running .net app Pin
Christian Graus2-Nov-06 13:18
protectorChristian Graus2-Nov-06 13:18 
QuestionDisable desktop short cuts Pin
aseef1-Nov-06 6:05
aseef1-Nov-06 6:05 
AnswerRe: Disable desktop short cuts Pin
Monkeyget26-Nov-06 5:21
Monkeyget26-Nov-06 5:21 
QuestionCannot perform '<=' operation on System.DateTime and System.String Pin
guygo1-Nov-06 2:02
guygo1-Nov-06 2:02 
AnswerRe: Cannot perform '<=' operation on System.DateTime and System.String Pin
Christian Graus2-Nov-06 13:18
protectorChristian Graus2-Nov-06 13:18 
QuestionMemoryStream Remoting problem Pin
sandu200431-Oct-06 22:09
sandu200431-Oct-06 22:09 
I have .net remoting service which is running on .net framework 1.1 and I am trying to write a client application that consumes this service using .net framework 2.0 this time. Until now everything worked fine except one case, when I am trying to access a MemoryStream received from the remoting server.

The definition of the function from server interface is something like this:

MemoryStream GetPicture(some parameters);

When I am calling the function from the server I get back a reference (MemoryStream inherits MarshalByRef), but when I'm trying to access any of its functions nothing seams to work. What I get is a time out exception, but if I go deeper into the inner exceptions everything is caused during the deserialization process when the CLR tries to call some functions of the MemoryStream class (for example CanSeek which is a public property) that it knows are public, but the server don't respond.

The service is developed by a third party and is not possible to ask for a .net 2.0 version, or to add another function to their interface which should return a byte[] instead of MemoryStream, which I think that would be more optimum for perfomance too.

The single solution that I am seeing now is to write a .net 1.1 component which should consume this service and return at its turn something else for the 2.0 application that can be consumed more easily.

Have somebody other idea that could help me out of this situation, to avoid this 1.1 component?

Thank you
QuestionWindows service and message queue Pin
MinaFawzi31-Oct-06 21:59
MinaFawzi31-Oct-06 21:59 
QuestionCOM+ Proxy VS Remoting Pin
Nirmald31-Oct-06 19:48
Nirmald31-Oct-06 19:48 
QuestionRead-only Lines propoerty of RichTextBox? Painting customizations Pin
BehemotCat31-Oct-06 10:25
BehemotCat31-Oct-06 10:25 
QuestionPrinter Properties Pin
alexfromto31-Oct-06 9:10
alexfromto31-Oct-06 9:10 
AnswerRe: Printer Properties Pin
Duncan Edwards Jones2-Nov-06 7:29
professionalDuncan Edwards Jones2-Nov-06 7:29 
GeneralRe: Printer Properties Pin
alexfromto2-Nov-06 8:19
alexfromto2-Nov-06 8:19 
GeneralRe: Printer Properties Pin
Duncan Edwards Jones4-Nov-06 1:53
professionalDuncan Edwards Jones4-Nov-06 1:53 
QuestionStored Procedure Reporting in Visio Pin
SriJassbond30-Oct-06 22:47
SriJassbond30-Oct-06 22:47 
Questionhow to turn off computer Pin
kobi10i1030-Oct-06 6:53
kobi10i1030-Oct-06 6:53 
AnswerRe: how to turn off computer Pin
Vega0230-Oct-06 7:00
Vega0230-Oct-06 7:00 
GeneralRe: how to turn off computer Pin
Colin Angus Mackay31-Oct-06 5:08
Colin Angus Mackay31-Oct-06 5:08 
GeneralRe: how to turn off computer Pin
Colin Angus Mackay31-Oct-06 5:11
Colin Angus Mackay31-Oct-06 5:11 
GeneralRe: how to turn off computer Pin
Vega0231-Oct-06 7:20
Vega0231-Oct-06 7:20 
AnswerRe: how to turn off computer Pin
SriJassbond30-Oct-06 23:22
SriJassbond30-Oct-06 23:22 
QuestionFramework 3.0 WWF Pin
Vorskla29-Oct-06 23:02
Vorskla29-Oct-06 23:02 
QuestionIS this possible Pin
Tauseef A29-Oct-06 21:57
Tauseef A29-Oct-06 21:57 
AnswerRe: IS this possible Pin
Robert Rohde30-Oct-06 0:54
Robert Rohde30-Oct-06 0:54 

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.