openobd.exe also immediatly crashes (but for some reason doesnt show the standard .NET exception popup)
The music browser app also crashed for me when it tried to inssert into the SQL DB, so I would guess that this app is crashing for the same reason as that one. (openobd.exe is compiled in anycpu but the sqllite dll is only x32 and it is running on a x64 system so the .exe file is looking for the x64 part of sqllite dll, which I am assuming isnt there. I have ran into this issue myself with SQLCE and some other pre-compiled .net dll files. It seems you usually only get a 32bit dll, not a 32/64 'anycpu' dll. Building your app in x32only or rebuilding the sqllite in anycpu should fix this, if that is the problem after all.)
BTW Good work on this whole thing, I am really liking what I am seeing.



LinkBack URL
About LinkBacks
Reply With Quote




Bookmarks