Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralSetting Colum widths in a datagrid Pin
Peter86753096-Aug-04 9:50
Peter86753096-Aug-04 9:50 
GeneralRe: Setting Colum widths in a datagrid Pin
Looney Tunezez6-Aug-04 10:09
Looney Tunezez6-Aug-04 10:09 
GeneralRe: Setting Colum widths in a datagrid Pin
Peter86753096-Aug-04 10:42
Peter86753096-Aug-04 10:42 
GeneralRe: Setting Colum widths in a datagrid Pin
Looney Tunezez6-Aug-04 11:08
Looney Tunezez6-Aug-04 11:08 
GeneralRe: Setting Colum widths in a datagrid Pin
Peter86753099-Aug-04 4:29
Peter86753099-Aug-04 4:29 
GeneralRe: Setting Colum widths in a datagrid Pin
Looney Tunezez9-Aug-04 6:38
Looney Tunezez9-Aug-04 6:38 
GeneralRe: Setting Colum widths in a datagrid Pin
Anonymous12-Aug-04 1:31
Anonymous12-Aug-04 1:31 
GeneralBizarre remoting problem: a bug in VS2005 Pin
Judah Gabriel Himango6-Aug-04 9:19
sponsorJudah Gabriel Himango6-Aug-04 9:19 
I posted here yesterday about a problem I couldn't get my head around: a server would publish an object , a client would connect to it successfully, client would exit, client would attempt to connect again and would hang.

Today I wrote a very very simple test project to see if I could reproduce the problem in the simplest of environments. It turns out I could reproduce the problem with a very basic environment, doing a simple publish server object & activate on client. I would start up the server in debug mode (Visual Studio's right-click->Debug->Start New Instance) and then would do the same for the client, exit the client, then restart the client. Voila it would hang the 2nd time.

So I wondered whether this was a bug in the 2.0 beta framework. I took the code over and recompiled in Visual Studio 2003. Unlike VS 2005, whenever you close one of the debugging projects, all debugged instances are closed in 2003, so I had to manually execute the server then the client. It ran fine.

I thought for sure now that it was a 2.0 beta bug. Then it occurred to me that since the method of actually executing these test projects were different (2005 I could close the client while in debug mode while keeping the server in debug mode, whereas 2003 closes all debugging executables when one of them exits). So, I tried manually running the 2.0 executables. And whaddya know, it works fine.

To summarize, Visual Studio 2005, at least the express edition, has an issue with debugging multiple running executables simultaneously; it requests input (and suspends all execution) from the remaining debugging executable (the server in this case) when the other debugging executable (the client) has stopped debugging and exited.

I've uploaded a example case at http://www25.brinkster.com/swamii/RemotingBugInVS2005.zip

And the name on the zip is misleading :-p Not really a Remoting bug, just a bug or design flaw that happened to occur while I was writing some remoting code.

Thanks to Heath Stewart, Brian Gideon, and Tom Larsen for offering suggestions when this problem occurred yesterday.

Judah Himango
GeneralRe: Bizarre remoting problem: a bug in VS2005 Pin
leppie6-Aug-04 9:32
leppie6-Aug-04 9:32 
GeneralRe: Bizarre remoting problem: a bug in VS2005 Pin
eggie56-Aug-04 9:59
eggie56-Aug-04 9:59 
GeneralHex display in PropertyGrid Pin
Nick Hounsome6-Aug-04 9:06
Nick Hounsome6-Aug-04 9:06 
GeneralGet email list from Exchange/domain Pin
Asad Hussain6-Aug-04 8:22
Asad Hussain6-Aug-04 8:22 
GeneralMulti-threading Pin
Guinness4Strength6-Aug-04 7:55
Guinness4Strength6-Aug-04 7:55 
GeneralChange decimal symbol Pin
Member 11981926-Aug-04 6:55
Member 11981926-Aug-04 6:55 
GeneralRe: Change decimal symbol Pin
Colin Angus Mackay6-Aug-04 7:29
Colin Angus Mackay6-Aug-04 7:29 
GeneralRe: Change decimal symbol Pin
Member 11981926-Aug-04 8:06
Member 11981926-Aug-04 8:06 
GeneralRe: Change decimal symbol Pin
Colin Angus Mackay6-Aug-04 10:48
Colin Angus Mackay6-Aug-04 10:48 
GeneralRe: Change decimal symbol Pin
Member 11981926-Aug-04 12:32
Member 11981926-Aug-04 12:32 
GeneralRe: Change decimal symbol Pin
Dave Kreskowiak6-Aug-04 7:41
mveDave Kreskowiak6-Aug-04 7:41 
QuestionHow can i capture video Pin
Member 12810976-Aug-04 6:45
Member 12810976-Aug-04 6:45 
GeneralTransparent Panel Pin
kbson16-Aug-04 6:27
kbson16-Aug-04 6:27 
GeneralRe: Transparent Panel Pin
Not Active6-Aug-04 10:14
mentorNot Active6-Aug-04 10:14 
GeneralRe: ORACLE: TNS Packet Writer Failure w/ ADO. NET Pin
Dave Kreskowiak6-Aug-04 7:26
mveDave Kreskowiak6-Aug-04 7:26 
GeneralRe: ORACLE: TNS Packet Writer Failure w/ ADO. NET Pin
Nick Parker6-Aug-04 7:28
protectorNick Parker6-Aug-04 7:28 
Generalcreating a vu-meter Pin
gumigyuri6-Aug-04 5:00
gumigyuri6-Aug-04 5:00 

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.