Get an error System.ArgumentNullException was unhandled, Value Cannot be null. Parameter name: activationContext

前端 未结 4 384
慢半拍i
慢半拍i 2021-01-13 08:48

I\'m getting the following exception when I try to run up my Winforms app and haven\'t been able to find a solution to it:

System.ArgumentNullException was u         


        
4条回答
  •  耶瑟儿~
    2021-01-13 08:57

    try unchecking the Enable clickonce security settings checkbox in the security tab of the application properties(Projects Tab -> "Project Name" Properties-> Security Tab).

提交回复
热议问题