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.
Comments
Post a Comment