System.NullReferenceException in Deployment Package

chimera533

New member
Joined
Nov 7, 2006
Messages
1
Programming Experience
3-5
I'm getting the following exception when running my application from a deployment project:

***ERROR DETAILS: System.NullReferenceException: Object reference not set to an instance of an object.
at xxx.xxx.Timer1_Tick(Object sender, EventArgs e)

The sensitive parts are x-ed out. The weird thing is I do not get this exception when running the application using the IDE. It only shows up when running from the deployment package. This also only shows up once when the application is first started.

I'm kinda new to VB so my question is why would this show up in the deployment package and not the IDE?

I'm running VS 2005. Thanks.
 
Back
Top