Results 1 to 5 of 5

Thread: [RESOLVED] Dependency issue on iPAQ

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Resolved [RESOLVED] Dependency issue on iPAQ

    Ok - I got the most recent CE Framework 2.0 installed my iPAQ.

    Now I'm trying to run a little VS2005 .EXE I made on my laptop - simple - only has a textbox - wanted to see how the screen looked!

    I'm getting this error:

    "File or assembly name 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken='......', or one of it's dependencies , was not found."

    I thought the FRAMEWORK was all that was needed to be installed.

    Did I not compile the .EXE properly on the laptop??

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Dependency issue on iPAQ

    Ok - I got past that - I realized I needed to create a new project and say it was CE 5.0 app...

    So this is all new to me - you can't build the .exe - it deploys to the device.

    Where does it deploy to on the iPAQ?

    Does this mean you cannot run the app in the IDE and play with it - you must run it on the iPAQ? How does this all work?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  3. #3
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: Dependency issue on iPAQ

    you can deploy directly to the device or else use one of the emulators

    if you look at the properties of the project you can select which folder on the device it will deploy to. generally its \Program Files\<Application Name>

    You can run and debug the application from the IDE but the application must run on the emulator on a handheld device.

    during the deploy it will copy all libraries required for the application to run on the device
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  4. #4

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Dependency issue on iPAQ

    @strider - thanks for the clarification.

    I just started realizing it was running on the iPAQ screen from the IDE - very neat.

    Why would an emulator be any better than using the iPAQ itself?

    Also - are all these screen sizes standard? Do I have to worry about different real estate on different devices that my users might have?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  5. #5
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: Dependency issue on iPAQ

    yes the device is the best option but the emulator works just as well for the case where you dont have a device.

    generally in the newer devices you have the ability to change the sceen layout from landscape to portrait and back again. so you may need to handle this depending on what the end user will be doing.

    its generally Windows CE devices that having varying screen sizes from 320*220 to 800*640
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

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