Click here to Skip to main content
16,014,748 members
Home / Discussions / C#
   

C#

 
GeneralRe: Bitmaps disappearing Pin
David Wengier26-Mar-02 10:16
David Wengier26-Mar-02 10:16 
QuestionHow I can Make A TreeView with checkedBoxes? Pin
gicio25-Mar-02 23:30
gicio25-Mar-02 23:30 
AnswerRe: How I can Make A TreeView with checkedBoxes? Pin
26-Mar-02 1:04
suss26-Mar-02 1:04 
GeneralRe: How I can Make A TreeView with checkedBoxes? Pin
gicio26-Mar-02 3:38
gicio26-Mar-02 3:38 
GeneralPrint Preview Pin
Mazdak25-Mar-02 20:46
Mazdak25-Mar-02 20:46 
GeneralRe: Print Preview Pin
BLaZiNiX26-Mar-02 18:59
BLaZiNiX26-Mar-02 18:59 
GeneralEventWritten and Security Log Pin
25-Mar-02 11:02
suss25-Mar-02 11:02 
GeneralUser Control problems... Pin
Zombies with Coffee, LLC25-Mar-02 9:43
professionalZombies with Coffee, LLC25-Mar-02 9:43 
Ok, I give up. Was working great on my control, and now I can't get anything but this error message when I try to drag my control onto my test project.

> The user control 'Blah' could not be loaded. Ensure that the library containing the control has been built and a project reference has been made to the library containing the control. If you have changed the name of the user control, close and re-open the control's designer to update the toolbox item.

I'm sure it's something TOTALLY simple to fix this, but I'm going insane!! It used to work, and now, nothing!! I've been stuck for 2 days now.

// Add a testing project

1) Select File - New - Project
- Click 'Windows Application'
- Set Name to 'TestMain1'
- Click OK.

// Create a new control

2) In the 'Solution Explorer', right click "Solution 'TestMain1' (1 project).
- Select 'Add - New Project'
- Click 'Windows Control Library'
- Set Name to 'Test1'
- Click OK.

// Build...

3) Press F7 to build both projects.

// Now add the control to the main project.

4) In the 'Solution Explorer', double-click the file 'Form1.cs'
- View the 'Toolbox - Windows Forms'
- The bottom of the list should show 'UserControl1'
- Click on 'UserControl1' and drag to the form.

* Error Message Displays*

Can someone please tell me what I am doing wrong in the above situation?

I tried completely reinstalling .NET and I have also just updated with SP1.

Thanks in Advance!!
GeneralRe: User Control problems... Pin
David Wengier25-Mar-02 10:45
David Wengier25-Mar-02 10:45 
GeneralRe: User Control problems... Pin
Zombies with Coffee, LLC25-Mar-02 10:48
professionalZombies with Coffee, LLC25-Mar-02 10:48 
GeneralRe: User Control problems... Pin
Zombies with Coffee, LLC26-Mar-02 5:14
professionalZombies with Coffee, LLC26-Mar-02 5:14 
GeneralRe: User Control problems... Pin
Zombies with Coffee, LLC26-Mar-02 5:27
professionalZombies with Coffee, LLC26-Mar-02 5:27 
GeneralRe: User Control problems... Pin
Neil Van Note27-Mar-02 18:12
Neil Van Note27-Mar-02 18:12 
GeneralTerminal Services Pin
omkamal25-Mar-02 7:07
omkamal25-Mar-02 7:07 
GeneralAbout string Pin
Mazdak25-Mar-02 5:19
Mazdak25-Mar-02 5:19 
GeneralRe: About string Pin
25-Mar-02 6:06
suss25-Mar-02 6:06 
GeneralTransparent bitmap Pin
25-Mar-02 5:07
suss25-Mar-02 5:07 
GeneralRe: Transparent bitmap Pin
James T. Johnson25-Mar-02 12:26
James T. Johnson25-Mar-02 12:26 
GeneralRe: Transparent bitmap Pin
26-Mar-02 4:18
suss26-Mar-02 4:18 
Generalinherited forms resizing issue Pin
25-Mar-02 4:32
suss25-Mar-02 4:32 
GeneralRe: inherited forms resizing issue Pin
25-Mar-02 5:09
suss25-Mar-02 5:09 
GeneralStill Need HELP! Pin
25-Mar-02 5:54
suss25-Mar-02 5:54 
GeneralAnd the winner is... Pin
26-Mar-02 4:39
suss26-Mar-02 4:39 
GeneralCustomize message from datagrid Pin
Jose Fco Bonnin25-Mar-02 4:23
Jose Fco Bonnin25-Mar-02 4:23 
QuestionHow I can generate a 5-digit ID in C# Pin
gicio25-Mar-02 2:49
gicio25-Mar-02 2:49 

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.