B
Bruce D
Hi all. I'm working on debugging someone else's code. The .NET application
is a mess...I can't open the project or solution files, so I've started
over...creating new projects and such. I'm working on a form that gives me
the following error when I try to build the project:
The type or namespace name 'ogi' could not be found (are you missing a using
directive or an assembly reference?)
Here is the line it's having problems with:
string mode =
ogi.ListUtilities.DeleteChk("logins","ID","chkChoose",this.lblDelete.Visible
,this.dsCustomer,this.dgLogin,d.getAdp("logins"));
I'm new to .NET and my problem is that I can't seem to figure out where
"ogi" is created. I need to find the code that is used to create this and
use it in my new project. I really wish I could just open the old
project...but it can't open (errors that I don't even want to try to work
out). Any ideas on where to look for this? I hope that isn't too broad of
a question. I can only imagine that it can be anywhere! Is there a tool
that I can use to help locate the code?
Thanks for any help...it's greatly appreciated.
-bruce duncan
* learning .NET as I go...
is a mess...I can't open the project or solution files, so I've started
over...creating new projects and such. I'm working on a form that gives me
the following error when I try to build the project:
The type or namespace name 'ogi' could not be found (are you missing a using
directive or an assembly reference?)
Here is the line it's having problems with:
string mode =
ogi.ListUtilities.DeleteChk("logins","ID","chkChoose",this.lblDelete.Visible
,this.dsCustomer,this.dgLogin,d.getAdp("logins"));
I'm new to .NET and my problem is that I can't seem to figure out where
"ogi" is created. I need to find the code that is used to create this and
use it in my new project. I really wish I could just open the old
project...but it can't open (errors that I don't even want to try to work
out). Any ideas on where to look for this? I hope that isn't too broad of
a question. I can only imagine that it can be anywhere! Is there a tool
that I can use to help locate the code?
Thanks for any help...it's greatly appreciated.
-bruce duncan
* learning .NET as I go...