Reply to thread

I'm a very new MP user and I just to first thank all of those involved with the project.  You've got a really cool program going and although I'm just getting to know C# I'm hoping to contribute to the project in some way.


To get started I decided I'd get myself aquainted with the build process for MediaPortal and I've hit a snag right away.  I followed the directions for compiling MP in the forums and everything compiles fine.  The problem is when running the app I get an ArgumentOutOfRange exception in MediaPortal.cs line 118.  If I comment out this line and rebuild it complains it is unable to load the sqlite.dll file.


Can anyone give me a bit of insight on how to get this to build and run using VC# 2005 Express Edition Beta?


Top Bottom