Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: clean viruse in c# Pin
Dave Kreskowiak9-Jun-05 6:52
mveDave Kreskowiak9-Jun-05 6:52 
Generalrawsocket Pin
computer_eng9-Jun-05 1:07
computer_eng9-Jun-05 1:07 
GeneralRe: rawsocket Pin
Dave Kreskowiak9-Jun-05 6:49
mveDave Kreskowiak9-Jun-05 6:49 
Question.net framework required or not/do com interopt.? Pin
montu33779-Jun-05 0:57
montu33779-Jun-05 0:57 
AnswerRe: .net framework required or not/do com interopt.? Pin
Michael P Butler9-Jun-05 1:34
Michael P Butler9-Jun-05 1:34 
GeneralRe: .net framework required or not/do com interopt.? Pin
montu33779-Jun-05 1:39
montu33779-Jun-05 1:39 
GeneralRe: .net framework required or not/do com interopt.? Pin
Michael P Butler9-Jun-05 2:17
Michael P Butler9-Jun-05 2:17 
GeneralWeb Service shared class definition Pin
chilberto9-Jun-05 0:53
chilberto9-Jun-05 0:53 
Hello,
I have two webservices that send/receive the same UserInfo class. How do I tell consumers that the UserInfo class is the same in both web services.

In other words:
[WebService(Namespace="thesamenamespace")]
public class web1 : System.Web.Services.WebService {
...
[WebMethod(Description="Update a user.")]
public void UpdateUser(UserInfo user) { }
}
[WebService(Namespace="thesamenamespace")]
public class web2 : System.Web.Services.WebService {
...
[WebMethod(Description="Get user.")]
public UserInfo GetUser() { return new UserInfo(); }
}

When consumed in the client (via visual studio add web reference to build proxies), UserInfo is treated as two different class definitions. How can I "share" the definition.




Thanks in advance, Jeff
GeneralRe: Web Service shared class definition Pin
NassosReyzidis14-Jun-05 1:27
NassosReyzidis14-Jun-05 1:27 
Generalaccessing HID + c# Pin
g00fyman8-Jun-05 23:54
g00fyman8-Jun-05 23:54 
GeneralRe: accessing HID + c# Pin
Dave Kreskowiak9-Jun-05 6:45
mveDave Kreskowiak9-Jun-05 6:45 
GeneralRe: accessing HID + c# Pin
g00fyman9-Jun-05 18:54
g00fyman9-Jun-05 18:54 
GeneralRe: accessing HID + c# Pin
Dave Kreskowiak10-Jun-05 1:29
mveDave Kreskowiak10-Jun-05 1:29 
GeneralRe: accessing HID + c# Pin
g00fyman10-Jun-05 1:35
g00fyman10-Jun-05 1:35 
GeneralC# Sql INSERT statment Pin
Rinventive8-Jun-05 23:33
Rinventive8-Jun-05 23:33 
GeneralRe: C# Sql INSERT statment Pin
codeprojectin8-Jun-05 23:47
codeprojectin8-Jun-05 23:47 
GeneralRe: C# Sql INSERT statment Pin
Rinventive9-Jun-05 0:25
Rinventive9-Jun-05 0:25 
GeneralRe: C# Sql INSERT statment Pin
Colin Angus Mackay8-Jun-05 23:56
Colin Angus Mackay8-Jun-05 23:56 
GeneralRe: C# Sql INSERT statment Pin
Rinventive9-Jun-05 0:30
Rinventive9-Jun-05 0:30 
GeneralRe: C# Sql INSERT statment Pin
Carsten Zeumer9-Jun-05 0:54
Carsten Zeumer9-Jun-05 0:54 
GeneralRe: C# Sql INSERT statment Pin
Rinventive9-Jun-05 0:57
Rinventive9-Jun-05 0:57 
GeneralRe: C# Sql INSERT statment Pin
Carsten Zeumer9-Jun-05 1:03
Carsten Zeumer9-Jun-05 1:03 
GeneralRe: C# Sql INSERT statment Pin
V.9-Jun-05 1:02
professionalV.9-Jun-05 1:02 
GeneralRe: C# Sql INSERT statment Pin
Colin Angus Mackay9-Jun-05 1:06
Colin Angus Mackay9-Jun-05 1:06 
GeneralRe: C# Sql INSERT statment Pin
Rinventive9-Jun-05 1:13
Rinventive9-Jun-05 1:13 

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.