Search Results

Type: Posts; User: fosteliss

Search took 0.01 seconds.
  1. That was the problem, thanks! It works now. I was confused between the IIS manager version and the actual IIS version. I have IIS 7.5 but the manager is 6.1.

    Thanks again.

    eli
  2. Here is my web.config file. The application is working fine running from visual studios but when I "Build deployment package" and try and put it on iis I have the issues.



    <?xml version="1.0"...
  3. Windows 7, iis 6.1, x64 machine.
    I don't have the error anymore because I added the CleanResourceUrl="false" tag to the resource manager.

    Now I am receiving the popup error -- The web.config file...
  4. Hi,

    I'm getting an error in deploying the application I have made. I am able to debug the application without error in visual studios but upon deployment I have this error appearing in internet...
  5. Where do I find this?
  6. I have gotten it to work. I went back to just a regular form using the html helpers and I was still getting an out of range date for the Time field and nothing else filled in. I remembered that I had...
  7. Ok I took off the autopostback and put that instead but this still isn't binding my model to the values in the text boxes. Is there a way to bind the model with the text boxes based on the Name...
  8. I'm checking values by looking at the tables in the database.
    Here is the Controller:



    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using...
  9. I do have the FormPanel wrapped by form tags
  10. Hi,


    I am trying to use a FormPanel with a strongly-type aspx view. The elements of my model are Time, Description, Action, and NotifyTime. Here is the view so far:



    <%@ Page Language="C#"...
  11. I'm just starting out so I can't help you much but here is a tutorial done by Daniil
  12. Hi,


    Could someone please explain through Daniil's example code, specifically the view. I'm trying to make a strongly typed view that is using similar code but I am not sure how to pass a...
  13. routes.IgnoreRoute("{resource}.axd/{*pathInfo}");

    Was missing from my Global.asax file.
  14. I had a problem in the Global.asax file. This topic can be closed.
  15. I added 'using Ext.Net.MVC' to DataController.cs and now the errors are gone but when I run the program the table doesn't show at all. What am I doing wrong?
  16. The problem that I'm having is probably very simple but I still can't figure it out.

    Please help
  17. Thanks for the reply!!!

    Yes, I have added the Ext.Net.dll, Ext.Net.Utilities.dll, Transformer.Net.dll, and Newtonsoft.Json.dll files.
  18. Hi,


    I am having some trouble with the MVC 3 Razor example done by Daniil. Here are the issues so far:


    'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'X' and no...
  19. Hello all!

    I'm building an ASP.NET MVC 3 web application and trying to use EXT.NET for some of the views. I'm new to both ASP.NET MVC 3 and EXT.NET. Right now, I'm just trying to try out EXT.NET...
Results 1 to 19 of 19