Results 1 to 6 of 6

Thread: [RESOLVED] Installing / Register SqlCe dll-files

  1. #1

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Resolved [RESOLVED] Installing / Register SqlCe dll-files

    Hi,

    I was wondering if someone knew how/where I should install or register the Sqlce dll files? ( http://msdn.microsoft.com/en-us/library/aa983326.aspx )

    I'm using Indigo Rose MSI (trial). Also want to know which one is the most easy installer to work with, but the above is the most important thing. Thanks in advance.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Installing / Register SqlCe dll-files

    The page you linked to is specific to the installer options built-in to Visual Studio. For other installers (such as Indigo Rose) try the generic CE installation page: http://msdn.microsoft.com/en-us/library/bb190958.aspx

    You can download the edition that will automatically get bug fixes etc (via Windows Update) here: http://www.microsoft.com/downloads/d...displaylang=en

  3. #3

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: Installing / Register SqlCe dll-files

    Aha. So I need to install the frameworks 2.0, 3.5 and the 3.5 SP1 on the client computer before my software will work properly.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Installing / Register SqlCe dll-files

    I haven't distributed it myself, but based on the page I linked to:

    If you are using .Net code to work with it (things like SqlConnection etc), you will need a framework version of 2.0 or higher, which presumably your program will need already.

    If you are only working with it via OLEDB (OLEDBConnection etc in .Net, or from a non .Net language), it does not need a framework.


    The only additional thing is the SQL Server CE package itself.

  5. #5

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: Installing / Register SqlCe dll-files

    Thanks Si.

    I removed the 3.5 SP1 and all other frameworks (as a test) from the client computer and integrated the the seven SQL Server Compact 3.5 DLLs in my project. After the installation the software worked fine. But I'm not sure if it'll work on a computer where it never has been installed. I'll format my other computer and see if it'll work.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  6. #6

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: Installing / Register SqlCe dll-files

    Everything works fine now. Thanks for the help.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

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