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

C#

 
GeneralDebugging managed and unmanaged Pin
Anonymous28-Oct-02 6:57
Anonymous28-Oct-02 6:57 
GeneralRe: Debugging managed and unmanaged Pin
Stephane Rodriguez.28-Oct-02 7:29
Stephane Rodriguez.28-Oct-02 7:29 
GeneralRe: Debugging managed and unmanaged Pin
Anonymous28-Oct-02 8:08
Anonymous28-Oct-02 8:08 
GeneralRe: Debugging managed and unmanaged Pin
Paul Riley28-Oct-02 8:19
Paul Riley28-Oct-02 8:19 
GeneralRe: Debugging managed and unmanaged Pin
Stephane Rodriguez.28-Oct-02 8:21
Stephane Rodriguez.28-Oct-02 8:21 
GeneralRe: Debugging managed and unmanaged Pin
Gaul29-Oct-02 8:00
Gaul29-Oct-02 8:00 
GeneralCompiling managed code as unmanaged Pin
Anonymous28-Oct-02 6:55
Anonymous28-Oct-02 6:55 
GeneralRe: Compiling managed code as unmanaged Pin
ian mariano28-Oct-02 18:41
ian mariano28-Oct-02 18:41 
GeneralGenerating C# code w/ Visio Pin
afronaut28-Oct-02 4:05
afronaut28-Oct-02 4:05 
GeneralRe: Generating C# code w/ Visio Pin
Philip Fitzsimons28-Oct-02 5:19
Philip Fitzsimons28-Oct-02 5:19 
Generalconverting xsl:fo Or XML DOCUMENT to pdf using c sharp Pin
Asim N.28-Oct-02 1:24
Asim N.28-Oct-02 1:24 
Generalconverting xsl:fo to pdf using c sharp Pin
Asim N.28-Oct-02 1:22
Asim N.28-Oct-02 1:22 
GeneralRe: MIcrosoft.data.odbc and sybase Pin
Richard Deeming28-Oct-02 1:26
mveRichard Deeming28-Oct-02 1:26 
QuestionHow to subclass a Window Pin
Member 4337827-Oct-02 22:31
Member 4337827-Oct-02 22:31 
AnswerRe: How to subclass a Window Pin
Stephane Rodriguez.27-Oct-02 23:54
Stephane Rodriguez.27-Oct-02 23:54 
GeneralC#+VS.NET: my proxy is using the wrong library Pin
brotkopp27-Oct-02 5:40
brotkopp27-Oct-02 5:40 
Hi there,

here is my problem: i need a certain class to be used in a webmethod an a client. In order to do so i made a little library called ChatLib containing the class ChatMsg. Both, webservice and client, have the line "using Chatlib;", but the proxy (which is generated by the Visual Studio) seems to do something different.

The Compiler tells me that he is not able to convert 'chatclient02.localhost.ChatMsg' to 'ChatLib.ChatMsg' (referring to a line in the windows form, where i want to start the webmethod).
(in german: "Implizite Konvertierung des Typs 'chatclient02.localhost.ChatMsg' zu 'ChatLib.ChatMsg' nicht möglich.")

exchanging the line "using Chatlib;" by "using chatclient02.localhost;" in the client makes the compiler happy but the program does not run properly which means that there are system exceptions thrown.

i would be grateful for every answer especially those, that support the usage of Visual Studio.NET

PS: I already posted this one on another board, which was probably the wrong address. If this is true for this board, too, i might be happy getting an answer such as: "this is the wrong board, try this: ...".
GeneralRe: C#+VS.NET: my proxy is using the wrong library Pin
Stephane Rodriguez.27-Oct-02 7:09
Stephane Rodriguez.27-Oct-02 7:09 
GeneralRe: C#+VS.NET: my proxy is using the wrong library Pin
brotkopp27-Oct-02 8:34
brotkopp27-Oct-02 8:34 
GeneralRe: C#+VS.NET: my proxy is using the wrong library Pin
brotkopp31-Oct-02 9:57
brotkopp31-Oct-02 9:57 
GeneralHelp required on 5 issues - C# Pin
Fahad Khalil26-Oct-02 19:14
sussFahad Khalil26-Oct-02 19:14 
GeneralRe: Help required on 5 issues - C# Pin
David Stone26-Oct-02 19:40
sitebuilderDavid Stone26-Oct-02 19:40 
GeneralRe: Help required on 5 issues - C# Pin
Stephane Rodriguez.26-Oct-02 19:46
Stephane Rodriguez.26-Oct-02 19:46 
GeneralRe: Help required on 5 issues - C# Pin
leppie27-Oct-02 2:26
leppie27-Oct-02 2:26 

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.