Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7580381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:54:12+00:00 2026-05-30T17:54:12+00:00

Can anybody explain to me why the following sub on the development machine runs

  • 0

Can anybody explain to me why the following sub on the development machine runs smoothly, but when I deploy and install on another pc I get an error.

The Error I get is “Couldnt show any because: Object reference not set to an instance of an object”

While on the development machine it works.
Both running Win7, I inclluded all sql files as stated on the deployment instruction for datafile and sql-ce dll’s from the msdn.

The datafile is fine and connection is good, becuase a “cmd.ExecuteNonQuery()” runs without problems.

Public Sub LoadFolders()
    Dim ds As New DataSet
    Dim da As SqlCeDataAdapter = New SqlCeDataAdapter()
    Dim cmd As SqlCeCommand



    Try
        cmd = New SqlCeCommand("SELECT distinct(folder) from addressbook", connection.DbPrivate)
        cmd.CommandType = Data.CommandType.Text
    Catch e As Exception
        Console.WriteLine("Could not execute sql: {0}", e.Message)
    End Try



    Try
        With da
            .SelectCommand = cmd
            .Fill(ds, "folders")
        End With

    Catch e As Exception
        Console.WriteLine("Unable to fill dataset: {0}", e.Message)
    End Try

    Try
        For Each irow As DataRow In ds.Tables("folders").Rows
            MsgBox(irow(0))
        Next
    Catch e As Exception
        MsgBox("Couldnt show any because: " + e.Message) 'this is the error that pops up.
    End Try


End Sub
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T17:54:13+00:00Added an answer on May 30, 2026 at 5:54 pm

    I think your problem might be in the connection string, make sure it is right and then check if you had included any references that they are included on the other pc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wanted to know if anybody can explain me the following piece of Javascript
can anybody explain me this print statement in the following perl program. #! /usr/bin/perl
I am new to python,can anybody please explain the following syntax, for i in
Can anybody explain the working of following code...? interface myInterface{} public class Main {
I have a problem with the following statement trace(10.12+13.75) //output 23.869999999999997 Can anybody explain
Can anybody explain this error message: The composition remains unchanged. The changes were rejected
can anybody explain why the following bash code involving compound operators is not behaving
What does this following do? Can anybody explain me? $data = What is the
Can anybody explain the following Perl code for me, please? I think its in
Can anybody help me explain the following? You can type the same numbers into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.