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!  Getting Redirect Loop in Firefox (just keeps looping in IE)
Previous Previous
 
Next Next
New Post 11/9/2008 5:41 PM
  mxvanzant
1 posts
No Ranking


Getting Redirect Loop in Firefox (just keeps looping in IE) 
Hi, I'm running 6.2.0a for .Net 2.0 using the latest mono framework and xsp2 web server on windows xp home.

First it would not work. Then I copied the gizmod.* dlls to the web app \bin folder.

Then it ran but could not find my Form1 in my namespace of TestGUI. It apparently was not loading (or even trying to load my application dll: TestGUI.dll)

I then referenced my form from the global.asax.cs to force the dll load as follows:

        protected void Application_Start(Object sender, EventArgs e)
        {
            int i = 1;
            if(i==0){
                Form1 test = new Form1();
                test = null;
            }
        }
Now it appears to be running, but it is in a continuous loop of redirects. Firefox detects this loop and gives a message like: Redirect Loop Firefox has detected that the server is redirecting the request for this address in a way that will never complete. (IE just keeps looping...)

The browser window remains blank on IE.

Help anyone?

Thanks!

P.S. Is source code also available for Gizmox.WebGUI.Server.dll? (is it LGPL?)
 
New Post 11/10/2008 11:33 PM
  arseny.slutsky
39 posts
No Ranking


Re: Getting Redirect Loop in Firefox (just keeps looping in IE) 

Hi and welcome to Visual WebGui!

Our framework isn't just a set of DLLs. And it would not run this way, there is more to configure. If you're using Visual Studio for development you should install our product and create "WebGUI Application" as new project (you will see it on the bottom of available templates). You can also see this article to see how you set-up a WebGUI project without project templates.

If you have more questions, we will be glad to answer.

Arseny Slutsky
The Visual WebGui team

 
Previous Previous
 
Next Next
  Forum  General Visual ...  Install It!  Getting Redirect Loop in Firefox (just keeps looping in IE)

Visual Studop Partners

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