Results 1 to 2 of 2

Thread: Media Player unhandled

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    1

    Media Player unhandled

    I've just started using VB and so far learning off youtube and this forums.

    I embedded a player to play a game trailer but every time I try open it I get this error. Without the player the form opens fine. This is very irritating, I cannot find a solution.


  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Media Player unhandled

    My first guess would be that your project is targeting AnyCPU, which is the default, and you are running on a 64-bit system. Many, if not most, COM components don't have 64-bit versions so, if you want to use them, you have to target the x86 platform, forcing your app to run in 32-bit mode on all systems, rather than 32-bit mode on x86 and 64-bit mode on x64.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width