On May 22, 2:17*am, "Scott Baxter" <sc...@websearchstore.com> wrote:
> Hello,
>
> This is the error I get on Windows 7.
>
> I tried going to the project screen in vb.net Studio 2008, and changing the
> target cpu to x64. *This did not work.
>
> Do I have to build the program on Windows 7?
>
> I'm sure this must be a common problem for programs going to Windows 7.
>
> Thanks for any help.
>
> Scott
Hi,
I think you need to set target CPU to x86 explicty and re-compile,
then try to run on Win 7 x64:
http://i.msdn.microsoft.com/Bb398791.DropdownBox_VBWAP(en-us,VS.100).png
or try to use corflags utility:
http://blogs.msdn.com/arvindsh/archi...oke-issue.aspx
HTH,
Onur Güzel