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!  IIS7 giving Error 404
Previous Previous
 
Next Next
New Post 11/14/2008 12:21 PM
  BikerBoyRoy
4 posts
No Ranking


IIS7 giving Error 404 

  Hello Everyone

I have created a simple app with VisWebGui that runs on Vista using VisStudio 2008, great.

Problem when I convert it to run under IIS7 on vista I get Error 404.

I have created a mapping in IIS7

 Request path = *.wgx

Executable = c:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll

Name = VisWebGui

I have also tried from the “Request Restriction” button several options Mappings/Verbs

In my web.config I put the following in...

  <system.webServer>

    <validation validateIntegratedModeConfiguration="false" />

  </system.webServer>

 Still getting 404

 What the hell is going on, I’ve spent a full day trying to solve this.

If I can get it running my company will not bother using it. I am evaluating it at the moment for them.

 
New Post 11/15/2008 1:32 PM
  palli
957 posts
1st Level Poster


Re: IIS7 giving Error 404 
Hi !

Just to get the basics out of the way, then two of them can be the culprit here:

a) For all references to Gizmox DLL's in your app, did you remember to set "Copy Local = True" on all of them, and did they deploy to your IIS7 server ?

b) When adding you *.wgx mapping in IIS7, in Request Restrictions, did you CLEAR the checkmark in "Invoke handler only if request is mapped to..." ?

Palli
 
New Post 11/20/2008 10:46 AM
  BikerBoyRoy
4 posts
No Ranking


Re: IIS7 giving Error 404 

Sorry for not replying sooner, very busy.

Tried several other things, still it will not work.

I un-installed it , then re-installed it and now getting another error, as shown below. So my company has decided NOT to use it.

Shame, it promices so much , but it's still not a mature product.

and juding by the posts in these forums, a lot of bugs remain in it.

They say on this web site that SAP are using it !!! Maybe they have the time and money to debug and get it working, the company i work for do have these resouces.

so back to ASP.NET

Method not found: 'Boolean Gizmox.WebGUI.Common.Interfaces.IApplicationContext.HandleThreadException(System.Exception)'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.MissingMethodException: Method not found: 'Boolean Gizmox.WebGUI.Common.Interfaces.IApplicationContext.HandleThreadException(System.Exception)'.

 
New Post 11/23/2008 6:06 AM
  ori.cohen
1151 posts
1st Level Poster


Re: IIS7 giving Error 404 
Modified By host  on 11/23/2008 9:09:04 AM)
Hello,

Welcome to Visual WebGui!

I am sorry to say, but this is a known issue. You can view it in out issue tracker here,
and track our progress.
It is scheduled to be handled on VWG v6.4.0.

Please for now deploy to a different web-server on a non Vista Ultimate 64Bit machine.

I have requested that this issue be rescheduled to an earlier version (VWG v6.3.0) so
stay up-to-date as there is a possibility that the scheduling will change.

Regards,

Ori Cohen
The Visual WebGui team
 
New Post 11/24/2008 12:52 PM
  BikerBoyRoy
4 posts
No Ranking


Re: IIS7 giving Error 404 

Hi Ori

Thanks for the reply.

The machine I'm running on is Vista Ultimate 32bit, Visual Studio 2008. .NET 3.0 and 3.5 installed on the PC.

I have unistalled 6.2.1, then installed it again (after turning themachine off etc)

I now cannot get the visual designer to work in Vis Studio. I have Form1.cs (the default form for the default we project) , when I try to load it so as to drop controls on to the form at design time I get the following error.

Could not load file or assembly 'Gizmox.WebGUI.Forms.Office, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d50c2c7452ba77d9' or one of its dependencies. The system cannot find the file specified.

Here is the Call stack

 
 
Instances of this error (1)
 
1.  
at Gizmox.WebGUI.Client.Controllers.ObjectController.CreateController(IContext objContext, Object objWebObject)
at Gizmox.WebGUI.Client.Context.Gizmox.WebGUI.Client.Design.IClinetDesignContext.CreateController(IContext objContext, Object objWebObject)
at Gizmox.WebGUI.Client.Design.Host.ClientHost.CreateComponent(IComponent objWebComponent, String name)
at Gizmox.WebGUI.Client.Design.Host.ClientHost.CreateComponent(IComponent objWebComponent)
at Gizmox.WebGUI.Client.Design.ClientFormDocumentDesigner.GetView(ViewTechnology technology, IComponent objComponent)
at Gizmox.WebGUI.Client.Design.ClientDocumentDesigner.Initialize(IComponent objComponent)
at System.ComponentModel.Design.DesignerHost.AddToContainerPostProcess(IComponent component, String name, IContainer containerToAddTo)
at System.ComponentModel.Design.DesignerHost.Add(IComponent component, String name)
at System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.CreateComponent(Type componentType, String name)
at System.ComponentModel.Design.Serialization.DesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)
at System.ComponentModel.Design.Serialization.DesignerSerializationManager.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)
at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)
 

Hope this helps

 
Previous Previous
 
Next Next
  Forum  General Visual ...  Install It!  IIS7 giving Error 404

Visual Studop Partners

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