Hi,
I have developed a console application in Visual Basic 2008. I try to pass a command line argument like this myapp /date=2008-01-01. The argument will only be passed to the application if the ClickOnce security is unchecked. This works great in debug mode, but as soon as I publish the application, the ClickOnce security is automatic re-checked, and the application refuses to read the command line argument.
Is there a way to allow the command line arguments to be passed on into the application while the clickOnce security is enabled ?
Please help
Thanks,
gsb78