Click here to Skip to main content
16,007,760 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalquery is too complex error msg Pin
eyes200714-Jan-08 20:38
eyes200714-Jan-08 20:38 
GeneralRe: query is too complex error msg Pin
Dave Kreskowiak15-Jan-08 1:43
mveDave Kreskowiak15-Jan-08 1:43 
GeneralV. Scrollbar for Form Pin
parth.p14-Jan-08 11:23
parth.p14-Jan-08 11:23 
GeneralRe: V. Scrollbar for Form Pin
Luc Pattyn14-Jan-08 12:10
sitebuilderLuc Pattyn14-Jan-08 12:10 
GeneralAssembly Error - Can't See Form in Design Mode Pin
ExcelMonkey14-Jan-08 9:59
ExcelMonkey14-Jan-08 9:59 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
Dave Kreskowiak15-Jan-08 1:45
mveDave Kreskowiak15-Jan-08 1:45 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
ExcelMonkey15-Jan-08 4:27
ExcelMonkey15-Jan-08 4:27 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
Dave Kreskowiak15-Jan-08 4:38
mveDave Kreskowiak15-Jan-08 4:38 
And everything compiles with no errors or warnings?

As a "work around" (backup your entire project folder FIRST!), I'd get into the designer generated code of the form and remove all traces of your control being instantiated. Yo ushould then be able to go back to the designer and see the form again. Drop a single instance of your control back onto the form, with the same name it had previously as see what happens. If the designer doesn't crash, you'll probably be in good shape to add the remaining instances, again, naming the same as they were before.

If it does crash, then you've got a problem in your control somewhere, either in it constructor (New), or in some code that does painting or some other event.

Sometimes Visual Studio looses it's mind and a control that used to work no longer does because the designer generated code gets all hosed up. I've found that removing the instances of the "offending" control and readding them usually fixes the problem.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
ExcelMonkey15-Jan-08 5:18
ExcelMonkey15-Jan-08 5:18 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
Dave Kreskowiak15-Jan-08 6:09
mveDave Kreskowiak15-Jan-08 6:09 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
ExcelMonkey15-Jan-08 8:56
ExcelMonkey15-Jan-08 8:56 
GeneralRe: Assembly Error - Can't See Form in Design Mode Pin
Dave Kreskowiak15-Jan-08 9:12
mveDave Kreskowiak15-Jan-08 9:12 
GeneralForm Opacity Pin
mykingdomforanewusername14-Jan-08 6:50
mykingdomforanewusername14-Jan-08 6:50 
GeneralRe: Form Opacity Pin
Dave Kreskowiak14-Jan-08 7:19
mveDave Kreskowiak14-Jan-08 7:19 
GeneralQuery is Too complex Pin
Rupesh Kumar Swami14-Jan-08 2:28
Rupesh Kumar Swami14-Jan-08 2:28 
GeneralRe: Query is Too complex Pin
Dave Kreskowiak14-Jan-08 5:30
mveDave Kreskowiak14-Jan-08 5:30 
GeneralProblem While Running Crystal Report 10.0 on .Net 2.0 Pin
Member 399053014-Jan-08 2:23
Member 399053014-Jan-08 2:23 
GeneralRe: Problem While Running Crystal Report 10.0 on .Net 2.0 Pin
Dave Kreskowiak14-Jan-08 5:29
mveDave Kreskowiak14-Jan-08 5:29 
QuestionHow to change the excel sheet dynamically using vb .net or java Pin
ANKUR2214-Jan-08 1:26
ANKUR2214-Jan-08 1:26 
GeneralRe: How to change the excel sheet dynamically using vb .net or java Pin
Dave Kreskowiak14-Jan-08 5:23
mveDave Kreskowiak14-Jan-08 5:23 
QuestionHow do I format values in a grid Pin
Central_IT14-Jan-08 0:57
Central_IT14-Jan-08 0:57 
GeneralRe: How do I format values in a grid Pin
Dave Kreskowiak14-Jan-08 5:20
mveDave Kreskowiak14-Jan-08 5:20 
GeneralTreeview Icons distorted Pin
Mbire13-Jan-08 23:13
Mbire13-Jan-08 23:13 
GeneralRe: Treeview Icons distorted Pin
Dave Kreskowiak16-Jan-08 2:20
mveDave Kreskowiak16-Jan-08 2:20 
GeneralRe: Treeview Icons distorted Pin
Mbire16-Jan-08 2:51
Mbire16-Jan-08 2:51 

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.