Search
  Search
DEVELOP WEB APPLICATIONS WITH THE BEST AJAX FRAMEWORK.
CREATE LINE OF BUSINESS SILVERLIGHT APPLICATIONS IN NO TIME.
EVERY THING YOU NEED TO START DEVELOPING WITH VISUAL WEBGUI.
SEE VISUAL WEBGUI SHOW CASES FROM AROUND THE WORLD.
ALL THE RESOURCES YOU NEED TO START BUILDING VISUAL WEBGUI APPLICATIONS TODAY.
SHARE AND FIND VISUAL WEBGUI RESOURCES.
TALK WITH OTHER VISUAL WEBGUI DEVELOPERS.
 

 

SAP has chosen Visual WebGui for strategic web application, Mr. Saar of SAP explains why in an interview with with Jeremy Geelan at AJAX World.

Click on the video image to watch

SAP chosen VWG for strategic web application

 
  Forum  General Visual ...  Install It!  Vista Issues with 6.2.0a
Previous Previous
 
Next Next
New Post 10/24/2008 11:05 PM
  woodseynz
20 posts
No Ranking


Vista Issues with 6.2.0a 

Hi,

 

I just downloaded 6.2.0a to install over my previous release.

 

I am running Vista Home Premium with all MS updates, Microsoft Visual Web Developer 2008 Express (with all updates) and MS Silverlight (most recent).

I can design my app beautifully (as before) but now when I try to debug it, instead of loading my app as it did earlier today I now get

Method 'HandleThreadException' in type 'Gizmox.WebGUI.Server.Context' from assembly 'Gizmox.WebGUI.Server, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=3de6eb684226c24d' does not have an implementation

I have already cleared out the temp files as suggested in earlier posts.

Are there changes one has to make to webconfig with the new release?

Also, I noticed that the installer does not correctly install into 2008Express version. It said that VS was not there. It wouldn't install the help either. Is there a manual method i can use to achieve this?

Any quick assistance would be helpfull otherwise I will have to take it out and put back the earlier release.

 

Regards

Allan Woods

 
New Post 10/24/2008 11:13 PM
  woodseynz
20 posts
No Ranking


Re: Vista Issues with 6.2.0a 

Never mind, I got a clue from a leter post. My project was referencing old assemblies it had copied into the project BIN directory. Overwrote these with the new ones and up came my app. One thing I immediately notice, however is that when I call a form from within the form I use

myForm.StartPosition =

 

This used to centre the new form as a modal form on the main form. Now this is not centreing it, just placing it top left of screen.

Cheers

FormStartPosition.CenterParent;Nullable<bool> dialogResult = Convert.ToBoolean(myForm.ShowDialog());
 
New Post 10/27/2008 4:02 AM
  arseny.slutsky
39 posts
No Ranking


Re: Vista Issues with 6.2.0a 

Hi,

I just tried this code:

private void button1_Click(object sender, EventArgs e)
{
Form2 obj = new Form2
();
obj.StartPosition = FormStartPosition
.CenterScreen;
obj.ShowDialog();
}

and it opened the dialog centered. I couldn't see the problem.

Arseny Slutsky
The Visual WebGui team

 
New Post 10/30/2008 6:46 PM
  woodseynz
20 posts
No Ranking


Re: Vista Issues with 6.2.0a 

Thanks Arseny. As it turns out the issue was that in previous release it did not matter what you had as a location but in this release, if the location is anything but 0,0 it takes precedence over the StartPosition item.

All fixed.

Cheers

Allan

 
New Post 11/25/2008 9:46 AM
  mas429
4 posts
No Ranking


Re: Vista Issues with 6.2.0a 

Hi Allan,

Would you be kind enough to tell me how you got the Visual WebGui to work with MS Visual Web Dev 2008 Express?  It doesn't recognize VWG by default.  Is there a series of steps I must perform to get this setup?  If there are, would you tell me where they are listed please?

I have the following:

Vista Home Premium with all MS updates, Microsoft Visual Web Developer 2008 Express (with all updates) and MS Silverlight (most recent)

Thanks,

Mike Schneider

 

 
Previous Previous
 
Next Next
  Forum  General Visual ...  Install It!  Vista Issues with 6.2.0a

Visual Studop Partners

Copyright © 2005-2008 Visual WebGui®   Terms Of Use  Privacy Statement
Visual WebGui is copyright 2005-2008 by Gizmox