Trying to deploy an application written in VB.NET. First had an issue with not including the PowerPacks (what is in this anyway?) but that went away and the application installed correctly once I included it as a prerequisite.
Now however once the user logs into the application the main menu just bombs, doesn't even load, the app just quits. I suspected it was the DataGridView and had those suspicions confirmed when I changed the application's startup form to one without the grid.
Any ideas as to why this is happening? Is there some prerequisite or reference I'm missing?
Thanks in advance.