I'm new to Visual Basic.Net and programming in general. So, forgive me if my question seems elementary. I created a program and built it for release. It works great on my computer that has Windows XP and another computer with Windows XP. But when I tried to launch it on a computer with Windows Me, I got the error message, "A required .dll file, MSCOREE.DLL was not found." BTW, I learned about this error from a friend to whom I had sent the program. He tried to launch it and got the missing .dll message. I confirmed it on my Windows Me computer.
I downloaded the mscoree.dll file from
www.dll-files.com and placed it in the Windows/System file of the Windows Me computer. Now, when I try to launch the program I get a .Net Framework error: "Please set regisr\try key HKLM\Software\ Microsoft\NET Framework\InstallRoot to point to the Framework install location." Since you had and solved an MSCOREE.DLL problem I thought you might be able to help me sort this out.
Help would be appreciated.