Click here to Skip to main content
15,867,330 members
Home / Discussions / C#
   

C#

 
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 
QuestionDiff. between properties and fields? Pin
Brian Olej26-Oct-02 9:46
Brian Olej26-Oct-02 9:46 
AnswerRe: Diff. between properties and fields? Pin
Daniel Turini26-Oct-02 9:58
Daniel Turini26-Oct-02 9:58 
GeneralRe: Diff. between properties and fields? Pin
Brian Olej26-Oct-02 10:02
Brian Olej26-Oct-02 10:02 
GeneralRe: Diff. between properties and fields? Pin
Anonymous26-Oct-02 10:06
Anonymous26-Oct-02 10:06 
GeneralRe: Diff. between properties and fields? Pin
Brian Olej26-Oct-02 10:26
Brian Olej26-Oct-02 10:26 
GeneralRe: Diff. between properties and fields? Pin
leppie26-Oct-02 10:14
leppie26-Oct-02 10:14 
GeneralRe: Diff. between properties and fields? Pin
Daniel Turini26-Oct-02 10:18
Daniel Turini26-Oct-02 10:18 
GeneralRe: Diff. between properties and fields? Pin
Jon Rista26-Oct-02 13:50
Jon Rista26-Oct-02 13:50 

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.