activationContext value cannot be null

  • Thread starter Thread starter Dean Slindee
  • Start date Start date
D

Dean Slindee

Using VS2005, .NetFramework 2.0:
I can compile the project without errors. But, when I run the project from
Visual Studio, I get this error message
"ArgumentNullException was unhandled"
"Value cannot be null."
"Parameter name: activationContext"

This happens before any code within ApplicationEvents.vb is executed. Can
anyone give me a hint as to what might be causing this error.

Thanks in advance,
Dean S
 
Back
Top