http://github.com/casualjim/ironrubymvc-sample/blob/75a1aee810e2b2b5a99a538cc73ca89b0a3df438/IR_Todo/Global.asax.cs#L12
You also need to change this assembly redirection in the config file to point to the correct version number of your sqlite assembly. http://github.com/casualjim/ironrubymvc-sample/blob/75a1aee810e2b2b5a99a538cc73ca89b0a3df438/IR_Todo/Web.config#L143 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Tue, Jun 23, 2009 at 9:46 PM, Mohammad Azam <li...@ruby-forum.com> wrote: > > In your download you never subclass from RubyMvcApplication. I have > tried to subclass from RubyMvcApplication but it is giving me the same > issue: > > The incoming request does not match any route. > 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.Web.HttpException: The incoming request does > not match any route. > > Source Error: > > Line 16: > HttpContext.Current.RewritePath(Request.ApplicationPath, false); > Line 17: IHttpHandler httpHandler = new MvcHttpHandler(); > Line 18: httpHandler.ProcessRequest(HttpContext.Current); > Line 19: HttpContext.Current.RewritePath(originalPath, > false); > Line 20: } > > > Source File: > > C:\Projects\IronRubyMVCWebApps\IronRubyMVCWebApps\IronRubyMVCWebApps\Default.aspx.cs > Line: 18 > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >
_______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core