Using VS2012, I have been developing a destop application that uses Windows Forms with C++ and CLR. The application runs and works well on my Windows 8 x64 development machine. When I copied the code and all dependencies to my Windows 7 development machine (also x64 with VS2012 installed), I get the 0xc000007b error. Command-line applications associated with this build work fine. Only the applications that I've built using Windows Forms give this error.
I have verified that both machines have the same .NET (4.5), and both have the VS2012 redistributables. Both are Intel based machines running 64-bit OS's.
I've trolled through the search engines, forums, and other sources in trying to track down the source of this error, but answers are either non-existant or not applicable.
I've tried a total of three different Windows 7 machines and all give this error, but I don't know if this is a coincidence or not. (Two Windows 8 machines run the applications just fine.) I've also compiled the applications in 32-bit but receive the same results.
Any thoughts on what could be causing this error?