URL Parameters null in ClickOnce application
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have set up a click once application that receives user specific parameters entered in a web page via URL parameters. For most users, this is working, but a few users complain that the application is not working. Apparently, the application is getting NULL for the user parameters in this case. What could be causing this? A problem with the application or some setting in the user's network?