Hello,

I wonder if anyone can help me please?

I have inherited a VB.NET project which was created in VS 2003 and is now in VS 2010. It works fine on one macine (32 bit). However, on my Win7 64 bit machine it simply won't build or run.
I get an error saying "xxx is not a valid Win32 application. (Exception from HRESULT: 0x800700C1) Line 4762, position 5"

Through troubleshooting this, it appears as though there is a problem with imagelists in the project as if I remove these the project builds absolutely fine.
I've tried removing them all and adding a new imagelist and the same problem occurs so it doesn't look like I'll be able to use the standard imagelists at all.

Is this a common problem?

If so, is there maybe a 3rd party control imagelist I can use instead?