c# - Clickonce for multiple computers -


i used clickonce sometime. works perfectly. however, having problem when want publish multiple computers 1 same source.

the connection string wrote @ app.config pointing specific computer name. everytime when publish, connectionstring published well. problem comes when want publish multiple computers. trigger error not sharing same computer name in connectionstring

could advice?

-------edit-----------

hi read post , refer me use mageui.exe. in solving problem problem still unsolved.

use user-setting instead (via .setings file). when app loads, check setting; if missing/blank display dialog enter server name (etc), , use sqlconnectionstringbuilder form connection-string. store setting , save (it should reappear next time load).

you might want make available via options menu somewhere.


Comments