MP TV-Series Thumbnail Updater .75 Released! (2 Viewers)

Weeji

Portal Member
March 14, 2009
44
8
Thanks, I think I was able to find the solution. Download this. go into the bin/x64 directory in the zip file, and copy system.data.sqlite.dll from there into the MP TV-Series directory, and overwrite the one that's there. Hopefully that works. If not, I might have to compile 2 separate versions of this program, one for 32-bit and one for 64-bit.

Hi,
As a rule always compile in x86 for both x86 & x64, since x64 runs MP & related stuff in x86 compability mode.

Regards
Roy

I'm fairly certain I did, but there seems to be a different sqlite library for x86 and x64, so I advised that he try the x64 one instead. Unless there's a way you know of to make the x86 version work in both?
 

Henkie Flits

Portal Pro
November 1, 2008
210
44
Home Country
Netherlands Netherlands
Tried your suggestion but I still get an error on "UPDATE". A little bit different however, can you make something out of it?

10qm790.jpg
 

ronilse

Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Tested it here &.
    System.BadImageFormatException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    File name: 'System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139'

    The System.BadImageFormatException: means it try to run a x86 prog as x64 so something it's not compiled for x86, but for any cpu(up the source for further debugging)...

    Regards
    Roy
     

    Weeji

    Portal Member
    March 14, 2009
    44
    8
    After looking into it further, you're right, I need to compile my program for x86, that way, the sqlite reference will run in 32-bit compatibility mode. Is there an easy to figure out vb.net compiler you'd recommend, since the visual studio 2008 one doesn't seem to have this option.
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    If you right click one of the solution files you should have a Configuration manager, where you can set platform from any cpu to x86(if x86 it's not in dropdown just use new & copy from any cpu)

    regards
    Roy
     

    Weeji

    Portal Member
    March 14, 2009
    44
    8
    Hi,
    If you right click one of the solution files you should have a Configuration manager, where you can set platform from any cpu to x86(if x86 it's not in dropdown just use new & copy from any cpu)

    regards
    Roy

    Thanks, even though what you said doesn't apply to visual studio express, I appreciate the help. I was able to find a "hack" to be able to compile for x86 with it.
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Yeah, not familiar with vs express, but hope it works now! ;)

    Regards
    Roy
     

    Weeji

    Portal Member
    March 14, 2009
    44
    8
    Henkie Flits / Ronisle

    I've updated the download link. Please let me know if it works on 64-bit now.
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    It works here now so Henkie Flits should have something running too ;)

    regards
    Roy
     

    Henkie Flits

    Portal Pro
    November 1, 2008
    210
    44
    Home Country
    Netherlands Netherlands
    I tried the newly uploaded version. When I click UPDATE now a large list of all my episodes appears. After the list I immediately receive another error. I upload a new screen. Thanks for all the help, I really appreciate it!

    mcvlf6.jpg
     

    Users who are viewing this thread

    Top Bottom