Click here to Skip to main content
16,013,918 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mysterious behaviour (freezing) Pin
GuntherR20-May-04 3:43
GuntherR20-May-04 3:43 
GeneralDllImport specification Pin
Colin Angus Mackay19-May-04 11:59
Colin Angus Mackay19-May-04 11:59 
GeneralRe: DllImport specification Pin
David M. Kean19-May-04 12:41
David M. Kean19-May-04 12:41 
GeneralRe: DllImport specification Pin
Heath Stewart19-May-04 13:25
protectorHeath Stewart19-May-04 13:25 
GeneralRe: DllImport specification Pin
David M. Kean19-May-04 16:11
David M. Kean19-May-04 16:11 
GeneralRe: DllImport specification Pin
Colin Angus Mackay21-May-04 9:13
Colin Angus Mackay21-May-04 9:13 
GeneralDesigner error Pin
Steve Schaneville19-May-04 11:47
professionalSteve Schaneville19-May-04 11:47 
GeneralRe: Designer error Pin
Heath Stewart19-May-04 13:36
protectorHeath Stewart19-May-04 13:36 
Where the classes are (i.e., in what assembly) doesn't matter so long as the assemblies are resolvable by the project that use types in those assemblies. This could be your problem.

Design-time components should typically be installed into the GAC for this very reason. See How the Runtime Locates Assemblies[^] in the .NET Framework SDK for more information.

You should also consider debugging VS.NET. Yes, that's right. Open another instance of VS.NET and either attach to the former devenv.exe process or start a new one. Open your projects (works best with debug builds, of course) and try designing your components. It's fairly common to do so when extending the design-time capabilities of your components.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Designer error Pin
Steve Schaneville19-May-04 17:08
professionalSteve Schaneville19-May-04 17:08 
GeneralRe: Designer error Pin
Heath Stewart19-May-04 18:40
protectorHeath Stewart19-May-04 18:40 
GeneralRe: Designer error Pin
Steve Schaneville19-May-04 18:55
professionalSteve Schaneville19-May-04 18:55 
GeneralRe: Designer error Pin
Heath Stewart19-May-04 19:05
protectorHeath Stewart19-May-04 19:05 
GeneralRe: Designer error Pin
Steve Schaneville19-May-04 19:16
professionalSteve Schaneville19-May-04 19:16 
GeneralHelp with CR 9 for C#.NET Pin
frank2119-May-04 10:52
frank2119-May-04 10:52 
GeneralRe: Help with CR 9 for C#.NET Pin
Heath Stewart19-May-04 11:00
protectorHeath Stewart19-May-04 11:00 
GeneralRe: Help with CR 9 for C#.NET Pin
frank2120-May-04 2:21
frank2120-May-04 2:21 
QuestionTab Control ? Pin
triso19-May-04 10:32
triso19-May-04 10:32 
AnswerRe: Tab Control ? Pin
Heath Stewart19-May-04 10:50
protectorHeath Stewart19-May-04 10:50 
GeneralRe: Tab Control ? Pin
triso19-May-04 12:23
triso19-May-04 12:23 
GeneralRe: Tab Control ? Pin
Heath Stewart19-May-04 13:27
protectorHeath Stewart19-May-04 13:27 
GeneralRe: Tab Control ? Pin
Anonymous20-May-04 12:24
Anonymous20-May-04 12:24 
GeneralRe: Tab Control ? Pin
Heath Stewart21-May-04 3:07
protectorHeath Stewart21-May-04 3:07 
QuestionHow do I search these forums? Pin
Steve Schaneville19-May-04 9:49
professionalSteve Schaneville19-May-04 9:49 
AnswerRe: How do I search these forums? Pin
Judah Gabriel Himango19-May-04 10:03
sponsorJudah Gabriel Himango19-May-04 10:03 
AnswerRe: How do I search these forums? Pin
Colin Angus Mackay19-May-04 10:03
Colin Angus Mackay19-May-04 10:03 

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.