473,386 Members | 1,773 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Object reference not set to an instance of an object. !!!

JustRun
127 100+
Hi all,
I have a method that returns a sting array,

Expand|Select|Wrap|Line Numbers
  1.         public string[] GetUserRoles(Guid _userId)
  2.         {
  3.             arr = new string[200];
  4.             userId = _userId;
  5.             int i = 0;
  6.  
  7.             try
  8.             {
  9.                 dbModule.InitConnection();
  10.                 dbModule.cmd = new SqlCommand("SELECT RoleName FROM RolesTable WHERE (UserId = @UserID)", dbModule.con);
  11.  
  12.                 dbModule.cmd.Parameters.AddWithValue("UserID", userId);
  13.  
  14.                 dbModule.rdr = dbModule.cmd.ExecuteReader();
  15.  
  16.                 while (dbModule.rdr.Read())
  17.                 {
  18.                     roleName = dbModule.rdr["RoleName"].ToString();
  19.                     if (dbModule.rdr.HasRows)
  20.                     {
  21.                         arr[i] = roleName;
  22.                         i++;
  23.                     }
  24.                     else
  25.                     {
  26.                         i--;
  27.                         break;
  28.                     }
  29.                 }
  30.             }
  31.             catch (Exception ex)
  32.             {
  33.                 MessageBox.Show(ex.Message.ToString());
  34.             }
  35.  
  36.             finally
  37.             {
  38.                 dbModule.DestroyConnection();
  39.             }
  40.             return arr;
  41.         }
  42.  
use this method here:
Expand|Select|Wrap|Line Numbers
  1.                         for (int i = 0; i < arr.Length; i++)
  2.                         {
  3.                             user.roleName = arr[i];
  4.                                 if (user.roleName.Equals("frmSecDailyEvents"))
  5.                                     objFrmMain.navPaNew.Visible = true;
  6.                                 if (user.roleName.Equals("frmPermanencyReg"))
  7.                                     objFrmMain.navPerm.Visible = true;
  8.                                 if (user.roleName.Equals("frmPatManage"))
  9.                                     objFrmMain.navPatManage.Visible = true;
  10.                                 if (user.roleName.Equals("frmExpenses"))
  11.                                     objFrmMain.navExpens.Visible = true;
  12.                             }
  13.                         }
  14.  
it works fine till I get all values then I got an error at: user.roleName
Object reference not set to an instance of an object.
Nov 2 '09 #1

✓ answered by JustRun

Well, Thanks, I solved the problem.
it was the array length !! so embarrassing error :(

1 2108
JustRun
127 100+
Well, Thanks, I solved the problem.
it was the array length !! so embarrassing error :(
Nov 2 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

28
by: Daniel | last post by:
Hello =) I have an object which contains a method that should execute every x ms. I can use setInterval inside the object construct like this - self.setInterval('ObjectName.methodName()',...
6
by: Martin | last post by:
I'd like to be able to get the name of an object instance from within a call to a method of that same object. Is this at all possible? The example below works by passing in the name of the object...
15
by: Carlos Lozano | last post by:
Hi, What is the right way to create an OCX COM component. The component is already registerred, but can't create an instance. I am using the reference to the interop module created. If I use...
3
by: Adam | last post by:
We have a web site that uses .vb for the web pages and .cs for a class module. We are getting the error in .NET 2.0 and VS 2005 beta 2. It does work with .NET 1.1. When trying to access a page...
4
by: Luke Matuszewski | last post by:
Here are some questions that i am interested about and wanted to here an explanation/discussion: 1. (general) Is the objectness in JavaScript was supported from the very first version of it (in...
12
by: Andrew Poulos | last post by:
With the following code I can't understand why this.num keeps incrementing each time I create a new instance of Foo. For each instance I'm expecting this.num to alert as 1 but keeps incrementing. ...
6
by: Shailen Sukul | last post by:
Observed a weird behaviour with object references. See code listing below: using System; using System.Collections.Generic; using System.Text; namespace PointerExceptionTest { /*
14
by: Philipp Reif | last post by:
Hi all, I've got a little hole in my head concerning references. Here's what I'm trying to do: I'm calling a function, passing the reference of a business object for editing. The function clones...
3
by: User1014 | last post by:
A global variable is really just a property of the "Global Object", so what does that make a function defined in the global context? A method of the Global Object? ...
2
by: Ralph | last post by:
Hi I don't understand why it's not working: function schedule(imTop){ this.tdImagesTop = imTop; } schedule.prototype.selectEl = function() { alert(this.tdImagesTop);
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.