hi,
I want to deploy win forms application from my pc (win-xp) to my server (win2008 server).
My application is consumes web service on server and a dll in ..\bin\debug directory (which is added to GAC on both systems). application deployed succesfully on server throug vs2008 ClickOnce. but when i try to launch application from my pc, an error occured.
error message is:
Invliad uri: the uri scheme is not valid.
please help.
I want to deploy win forms application from my pc (win-xp) to my server (win2008 server).
My application is consumes web service on server and a dll in ..\bin\debug directory (which is added to GAC on both systems). application deployed succesfully on server throug vs2008 ClickOnce. but when i try to launch application from my pc, an error occured.
error message is:
Invliad uri: the uri scheme is not valid.
please help.
Comment