Click here to Skip to main content
15,913,132 members
Home / Discussions / C#
   

C#

 
GeneralRe: Toolstrip font combobox Pin
musefan19-May-09 6:16
musefan19-May-09 6:16 
GeneralRe: Toolstrip font combobox Pin
musefan19-May-09 6:36
musefan19-May-09 6:36 
GeneralRe: Toolstrip font combobox Pin
malcomhfc19-May-09 7:20
malcomhfc19-May-09 7:20 
GeneralRe: Toolstrip font combobox Pin
0x3c019-May-09 10:18
0x3c019-May-09 10:18 
GeneralRe: Toolstrip font combobox Pin
0x3c019-May-09 6:37
0x3c019-May-09 6:37 
AnswerRe: Toolstrip font combobox Pin
blackhattrick19-May-09 8:34
blackhattrick19-May-09 8:34 
GeneralRe: Toolstrip font combobox Pin
malcomhfc19-May-09 8:40
malcomhfc19-May-09 8:40 
QuestionClass Library / name space Question Pin
gmhanna19-May-09 4:48
gmhanna19-May-09 4:48 
Hi,

I have built a class called MyGlobal with a name space of nsMyGlobal. I have added the .DLL to the references and I can see MyGlobal in the list.

I then add a "using MyGlobal;" to the top of my new project C# source and then added a:
myglobal = new MyGlobal( ); // define a reference to it

When I try to build, I'm getting the following error message:

Error 1 The type or namespace name 'MyGlobal' could not be found (are you missing a using directive or an assembly reference?)

I'm not sure what I did wrong...

Thank you,
Glenn

Glenn

AnswerRe: Class Library / name space Question Pin
OriginalGriff19-May-09 4:50
mveOriginalGriff19-May-09 4:50 
GeneralRe: Class Library / name space Question Pin
musefan19-May-09 4:54
musefan19-May-09 4:54 
GeneralRe: Class Library / name space Question Pin
OriginalGriff19-May-09 4:57
mveOriginalGriff19-May-09 4:57 
GeneralRe: Class Library / name space Question Pin
gmhanna19-May-09 4:56
gmhanna19-May-09 4:56 
AnswerRe: Class Library / name space Question Pin
musefan19-May-09 4:53
musefan19-May-09 4:53 
QuestionHex Strings to Integer Pin
gmhanna19-May-09 4:39
gmhanna19-May-09 4:39 
AnswerRe: Hex Strings to Integer Pin
Luc Pattyn19-May-09 4:47
sitebuilderLuc Pattyn19-May-09 4:47 
GeneralRe: Hex Strings to Integer Pin
musefan19-May-09 4:49
musefan19-May-09 4:49 
AnswerRe: Hex Strings to Integer Pin
musefan19-May-09 4:47
musefan19-May-09 4:47 
AnswerRe: Hex Strings to Integer Pin
gmhanna19-May-09 4:59
gmhanna19-May-09 4:59 
GeneralRe: Hex Strings to Integer Pin
musefan19-May-09 5:00
musefan19-May-09 5:00 
GeneralRe: Hex Strings to Integer Pin
Luc Pattyn19-May-09 5:06
sitebuilderLuc Pattyn19-May-09 5:06 
GeneralRe: Hex Strings to Integer Pin
musefan19-May-09 5:10
musefan19-May-09 5:10 
GeneralRe: Hex Strings to Integer Pin
Nagy Vilmos19-May-09 5:13
professionalNagy Vilmos19-May-09 5:13 
GeneralRe: Hex Strings to Integer Pin
musefan19-May-09 5:28
musefan19-May-09 5:28 
QuestionHelp! implementing user session timeout in winform c#2.0 Pin
highjo19-May-09 4:03
highjo19-May-09 4:03 
AnswerRe: Help! implementing user session timeout in winform c#2.0 Pin
Noctris19-May-09 6:38
Noctris19-May-09 6:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.