Hi all
I have downloaded this code from here
http://www.vbdotnetforums.com/windo...ed-console-server-test-client.html#post178828
I am using it pass a screen shot from an external screen got it all set works great. However I compile the code and start it as an external program because it runs better that way and doesn't take any resources from my other application.
My other application starts it using Process.start(myWCFapp.exe) when my app starts the WCF app it shows a screen asking Do you want to allow this app from an unkown publisher to make changes to your computer. I don't want to disable the UAC to avoid the message and if I don't select yes in a timely manner it errors out the program and closes my app. I don't want to purchase a certificate to bypass.
There must be a way to bypass this screen I built the external app as stated above how can I get around this.
Any help would be greatly appreciated.
Thanks Dwain
I have downloaded this code from here
http://www.vbdotnetforums.com/windo...ed-console-server-test-client.html#post178828
I am using it pass a screen shot from an external screen got it all set works great. However I compile the code and start it as an external program because it runs better that way and doesn't take any resources from my other application.
My other application starts it using Process.start(myWCFapp.exe) when my app starts the WCF app it shows a screen asking Do you want to allow this app from an unkown publisher to make changes to your computer. I don't want to disable the UAC to avoid the message and if I don't select yes in a timely manner it errors out the program and closes my app. I don't want to purchase a certificate to bypass.
There must be a way to bypass this screen I built the external app as stated above how can I get around this.
Any help would be greatly appreciated.
Thanks Dwain