I developed a Windows XP based app on my NetBook, and after compiling it all works fine on Windows XP....
My problem is I need it to run on Windows 7 but it is giving me an error!!
Unable to load "System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKey Token=db937bc2d44ff139" or one of it's dependencies. The assembly name or basecode was invalid (Exception HRESULTx80131047)
As I can see it, it is not possible to "register" a dll under Windows 7, as we used to do in WIndows xp...
I need to run this in Windows 7!!! Please!!!
Can I presume from your words that you have tried it and it failed?
I have had this error before, but since the app was under-developed, I didn't take the time to report it...
I also do not have an windows7 SO PC with b4P to try developing in....
It doesn't make any difference if Basic4ppc IDE is installed or not. The compiled program doesn't interact with the IDE in anyway.
I recommend you to try with a simple program. Maybe there is a problem with the .Net Framework installed (that unless it works by running it as an administrator).
I have thought of that and went learcking around the EXE props, but found nothing similar to that.Anyway, ignoring the error message, renders the app completle usable, except for the SQL related commands...
There is no registration of Basic4ppc dlls. If they are in the same folder as the exe is started from they should be picked up automatically. I assume that you haven't found out how to run it as Administrator. I don't have Windows 7 but on Vista you right click the exe and select "Run as Administrator". If the option doesn't appear maybe you don't have Administrator privileges as whatever user you are logged in as.
Where are you trying to run this app from? If it is the Program Files folder try it from a temporary folder under C: as Program Files is a special location that is protected by Windows from non-Administrator modification.
There is no registration of Basic4ppc dlls. If they are in the same folder as the exe is started from they should be picked up automatically. I assume that you haven't found out how to run it as Administrator. I don't have Windows 7 but on Vista you right click the exe and select "Run as Administrator". If the option doesn't appear maybe you don't have Administrator privileges as whatever user you are logged in as.
Where are you trying to run this app from? If it is the Program Files folder try it from a temporary folder under C: as Program Files is a special location that is protected by Windows from non-Administrator modification.
I've found the "Run as Administrator" bit, but to no avail...
The error persists....
I've asked my customer, who is a long time friend, to download and instal the b4ppc demo, and see if that makes the app works...
Still waiting on that one...