Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
QuestionWork with scenario in c#? Pin
mpw_12-Oct-05 16:10
mpw_12-Oct-05 16:10 
QuestionHow to quickly draw a transparent image Pin
cchere12-Oct-05 14:57
cchere12-Oct-05 14:57 
AnswerRe: How to quickly draw a transparent image Pin
sduhd12-Oct-05 15:38
sduhd12-Oct-05 15:38 
GeneralRe: How to quickly draw a transparent image Pin
Anonymous12-Oct-05 15:43
Anonymous12-Oct-05 15:43 
QuestionHow to Draw a Rectangle? Pin
sduhd12-Oct-05 14:53
sduhd12-Oct-05 14:53 
AnswerRe: How to Draw a Rectangle? Pin
Gulfraz Khan13-Oct-05 2:18
Gulfraz Khan13-Oct-05 2:18 
QuestionSystem.Appdomain.CreateDomain(...) returns __TransparentProxy Pin
Rein_Petersen12-Oct-05 9:28
Rein_Petersen12-Oct-05 9:28 
AnswerRe: System.Appdomain.CreateDomain(...) returns __TransparentProxy Pin
leppie12-Oct-05 11:19
leppie12-Oct-05 11:19 
Rein_Petersen wrote:
I wondered if anyone could make sense of this undocumented object (System.Runtime.Remoting.Proxies.__TransparentProxy) being returned from the static method call to System.Appdomain.CreateDomain(...).

It makes sense. It returns a remoted object.

Rein_Petersen wrote:
Normally (in my mono-assembly testing application), System.Appdomain.CreateDomain(...) returns the documented System.Appdomain that is expected.

Mono either doesnt support real remoting or they have it implemented incorrectly or their debugger displays the 'real' type of the transparent proxy.

Rein_Petersen wrote:
I'm not interested in doing that for various reasons.

You will have to. Remember you can use the Nonserializable attribute on fields that dont require to be serialized. I know its a pain, but you have to do, what you have to do. Smile | :)

xacc-ide 0.0.99-preview2 (now with integrated debugger)
GeneralRe: System.Appdomain.CreateDomain(...) returns __TransparentProxy Pin
Rein_Petersen13-Oct-05 2:56
Rein_Petersen13-Oct-05 2:56 
QuestionRead only strings Pin
TheMajorRager12-Oct-05 7:52
TheMajorRager12-Oct-05 7:52 
AnswerRe: Read only strings Pin
Dave Kreskowiak12-Oct-05 8:05
mveDave Kreskowiak12-Oct-05 8:05 
AnswerRe: Read only strings Pin
Robert Rohde12-Oct-05 8:50
Robert Rohde12-Oct-05 8:50 
GeneralRe: Read only strings Pin
Dave Kreskowiak12-Oct-05 11:38
mveDave Kreskowiak12-Oct-05 11:38 
QuestionPlease could someone help me with the code required to access resources in a res file Pin
Rendili12-Oct-05 7:49
Rendili12-Oct-05 7:49 
QuestionAssign null value to a Decimal Pin
zaboboa12-Oct-05 7:41
zaboboa12-Oct-05 7:41 
AnswerRe: Assign null value to a Decimal Pin
Dan Neely12-Oct-05 7:49
Dan Neely12-Oct-05 7:49 
GeneralRe: Assign null value to a Decimal Pin
zaboboa12-Oct-05 7:50
zaboboa12-Oct-05 7:50 
AnswerRe: Assign null value to a Decimal Pin
David Stone12-Oct-05 7:50
sitebuilderDavid Stone12-Oct-05 7:50 
AnswerRe: Assign null value to a Decimal Pin
Dave Kreskowiak12-Oct-05 8:02
mveDave Kreskowiak12-Oct-05 8:02 
QuestionURGENT please - play a .avi file by a file stream Pin
Sasuko12-Oct-05 6:37
Sasuko12-Oct-05 6:37 
AnswerRe: URGENT please - play a .avi file by a file stream Pin
David Stone12-Oct-05 6:44
sitebuilderDavid Stone12-Oct-05 6:44 
GeneralRe: URGENT please - play a .avi file by a file stream Pin
Sasuko12-Oct-05 7:10
Sasuko12-Oct-05 7:10 
GeneralRe: URGENT please - play a .avi file by a file stream Pin
David Stone12-Oct-05 7:20
sitebuilderDavid Stone12-Oct-05 7:20 
GeneralRe: URGENT please - play a .avi file by a file stream Pin
Sasuko12-Oct-05 7:31
Sasuko12-Oct-05 7:31 
GeneralRe: URGENT please - play a .avi file by a file stream Pin
David Stone12-Oct-05 7:48
sitebuilderDavid Stone12-Oct-05 7:48 

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.