I wrote a program. I had to reinstall my Vista Operating System and restore my programming code for my projects. I partitioned my hard drive. I keep my OS and assembly files on a separate partition than the partition I keep my VB files on.
When I went to run my programs (all of which worked before I had to reinstall my Vista program), I got an error. When I loaded a webpage in it, I got a message saying tht there's an error and it was out of memory. The message said that I was trying to access(read
and write) to protected memory or the memory for the system was corrupt.
When I looked at the error list, I got the following message
Warning 1 Referenced assembly 'obj\Debug\Interop.Scripting.dll' targets a different processor than the application. BibleStudy
I looked through other forum pages for the problem and how to resolve it. Others had the same problem and said that they set the platform target to x86. I went to my VB Express program and looked at options. When I looked at the platform option, it said
Any PC. There's no option for the X86.
Can you explain to me what I am doing wrong and how to fix the problem?
The program was created on a VB2008 and then upgraded to VB2010 using the 2010 upgrade feature.
Thank You