Click here to Skip to main content
15,889,721 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Passing custom object to web service Pin
nlarson1110-May-07 4:05
nlarson1110-May-07 4:05 
GeneralRe: Passing custom object to web service Pin
BobsAfro10-May-07 5:42
BobsAfro10-May-07 5:42 
GeneralRe: Passing custom object to web service Pin
nlarson1110-May-07 5:48
nlarson1110-May-07 5:48 
GeneralRe: Passing custom object to web service Pin
nlarson1110-May-07 5:52
nlarson1110-May-07 5:52 
GeneralRe: Passing custom object to web service Pin
BobsAfro10-May-07 5:54
BobsAfro10-May-07 5:54 
GeneralRe: Passing custom object to web service Pin
nlarson1110-May-07 5:59
nlarson1110-May-07 5:59 
GeneralRe: Passing custom object to web service Pin
BobsAfro10-May-07 6:21
BobsAfro10-May-07 6:21 
GeneralRe: Passing custom object to web service Pin
nlarson1110-May-07 6:29
nlarson1110-May-07 6:29 
i'll assume your exe and your webservice are in the same solution

add the dll project to the solution

in your exe project, do an add reference and point to the dll project
- don't move the dll to the bin when you compile the dll will come along automatically
when you compile
in your webservice project, do an add reference and point to the dll project
- don't move the dll to the bin when you compile the dll will come along automatically
when you compile


GeneralRe: Passing custom object to web service Pin
BobsAfro10-May-07 6:29
BobsAfro10-May-07 6:29 
GeneralRe: Passing custom object to web service Pin
Dave Kreskowiak10-May-07 6:34
mveDave Kreskowiak10-May-07 6:34 
GeneralRe: Passing custom object to web service Pin
BobsAfro10-May-07 6:37
BobsAfro10-May-07 6:37 
GeneralRe: Passing custom object to web service Pin
BobsAfro10-May-07 6:39
BobsAfro10-May-07 6:39 
GeneralRe: Passing custom object to web service Pin
nlarson1110-May-07 7:57
nlarson1110-May-07 7:57 
GeneralRe: Passing custom object to web service Pin
nlarson1110-May-07 6:35
nlarson1110-May-07 6:35 
GeneralRe: Passing custom object to web service Pin
BobsAfro10-May-07 22:04
BobsAfro10-May-07 22:04 
GeneralRe: Passing custom object to web service Pin
BobsAfro10-May-07 23:11
BobsAfro10-May-07 23:11 
GeneralRe: Passing custom object to web service Pin
nlarson1111-May-07 4:09
nlarson1111-May-07 4:09 
GeneralRe: Passing custom object to web service Pin
BobsAfro11-May-07 5:02
BobsAfro11-May-07 5:02 
GeneralRe: Passing custom object to web service Pin
nlarson1111-May-07 5:27
nlarson1111-May-07 5:27 
GeneralRe: Passing custom object to web service Pin
BobsAfro11-May-07 5:33
BobsAfro11-May-07 5:33 
GeneralRe: Passing custom object to web service Pin
nlarson1111-May-07 6:12
nlarson1111-May-07 6:12 
GeneralRe: Passing custom object to web service Pin
nlarson1111-May-07 11:07
nlarson1111-May-07 11:07 
GeneralRe: Passing custom object to web service Pin
BobsAfro14-May-07 3:26
BobsAfro14-May-07 3:26 
GeneralRe: Passing custom object to web service Pin
nlarson1114-May-07 3:41
nlarson1114-May-07 3:41 
GeneralRe: Passing custom object to web service Pin
BobsAfro14-May-07 3:48
BobsAfro14-May-07 3: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.