c# - Web reference not found when distributing application -


my question is, when application uses web reference 1 supposed hand out along .exe file?

i have made application uses web reference dotmailer api (it's email campaign management).

the application compiles , runs fine on pc. tested on machine , kept crashing. after loads of troubleshooting found due calls using dotmailer api.

i discovered fusion logger right tool show me reason failing, downloaded , installed on test machine , viewed logs. operation successful while others failed though assembly download successful. test machine has web connectivity. starring @ screen frozen don't know how tackle this.

is 1 supposed copy visual studio project folder on test machine web reference work?

i using visual studio 2010

go project -- > reference --> right click on dotmailer (your reference) --> go properties --> set copy local property value true. below

while distribution of project, should set references "copy local property true". referred dll's copied publish bin folders.

enter image description here

reference here

related question / thread here


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -