Forum  Commercial Foru...  Commercial Foru...  Designer error: The designer loader did not provide a root component but has not indicated why
Previous Previous
 
Next Next
New Post 8/26/2009 1:59 PM
  palli
11189 posts
1st Level Poster




Re: Designer error: The designer loader did not provide a root component but has not indicated why 

Hi,

Yes, please send that form to the support email address with detailed instructions on how to reproduce, as well as information about Visual Studio and Visual WebGui versions and I will check if I can reproduce.

Please include a reference to this thread in the email (full http address) and also leave a note here when you have sent it.

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
New Post 8/26/2009 4:05 PM
  msawczyn
190 posts
5th Level Poster


Re: Designer error: The designer loader did not provide a root component but has not indicated why 

Sent.

 

 

 
New Post 8/26/2009 5:09 PM
  palli
11189 posts
1st Level Poster




Re: Designer error: The designer loader did not provide a root component but has not indicated why 
Modified By palli  on 8/26/2009 7:10:17 PM)

Contents deleted... meant for different thread.

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
New Post 8/26/2009 5:11 PM
  palli
11189 posts
1st Level Poster




Re: Designer error: The designer loader did not provide a root component but has not indicated why 

Hi Michael,

Sorry... posted on a wrong thread first :-)

Anyway, I got your sample app and we will check it as soon as we can and get back to you here..

Thanks,

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
New Post 8/26/2009 5:39 PM
  palli
11189 posts
1st Level Poster




Re: Designer error: The designer loader did not provide a root component but has not indicated why 
Modified By palli  on 8/26/2009 7:40:34 PM)

Hi again Michael,

Just took a quick look, and I'm sorry... no can do. Missing a lot of references to DLL's and stuff that's not included with the form. I will probably need some bigger chunk of your project to be able to test this here, or if you can reproduce this with a smaller sample.

As a sidenote, if you do use UserControls in your application, you should be aware of the fact that during design time operation, Visual Studio evaluates (or runs) the UserControl Load event while designing. So, if you do have a UserControl, and you do have something in it's Load event, you should place that code within a block something like this:

  624     Private Sub myUserControl_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

  625         If DesignMode = False Then

  626             '..... all your code here ...

  627         End If

  628     End Sub

This is in VB.NET, but same rules apply for C#

Palli



Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
Previous Previous
 
Next Next
  Forum  Commercial Foru...  Commercial Foru...  Designer error: The designer loader did not provide a root component but has not indicated why
CompanionKit Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS