Giter Site home page Giter Site logo

Comments (6)

erichexter avatar erichexter commented on July 19, 2024

Good find, I think with the new routing functionality this may not be as
much of an issue

On Monday, April 15, 2013, gaspode44 wrote:

To be fair not sure if this is an issue for this project or Glimps but as
Glimpse is a popular add on to mvc thought it was worth raising

Adding in Glimps causes the GetRoutesForCurrentRequest method to fail as
all routes are returned as Glimpse route proxy types and so the query for
objects of type NamedRoute returns zero results


Reply to this email directly or view it on GitHubhttps://github.com//issues/90
.

Eric Hexter

blog | http://Hex.LosTechies.com
info | http://www.linkedin.com/in/erichexter

from twitter.bootstrap.mvc.

serra avatar serra commented on July 19, 2024

Confirmed this issue.

from twitter.bootstrap.mvc.

serra avatar serra commented on July 19, 2024

@erichexter Why do you think this won't be an issue in the new (and highly anticipated 😄) navigation routes?

from twitter.bootstrap.mvc.

tulbox avatar tulbox commented on July 19, 2024

Confirmed this issue and also ditto @serra in asking why it won't be an issue in the new navigation routes?

from twitter.bootstrap.mvc.

nedimm avatar nedimm commented on July 19, 2024

Confirmed the issue.

from twitter.bootstrap.mvc.

NeuralLink avatar NeuralLink commented on July 19, 2024

Fixed this issue by editing my glimpse settings in my web.config

  <glimpse defaultRuntimePolicy="On" endpointBaseUri="~/Glimpse.axd">
    <inspectors>
      <ignoredTypes>
        <add type="Glimpse.AspNet.Inspector.RoutesInspector, Glimpse.AspNet" />
      </ignoredTypes>
    </inspectors>
    <tabs>
      <ignoredTypes>
        <add type="Glimpse.AspNet.Tab.Routes, Glimpse.AspNet" />
      </ignoredTypes>
    </tabs>
    <!-- Runtime Policy Management
    <runtimePolicies>
        <ignoredTypes>
            <add type="{Namespace.Type, AssemblyName}" />
        </ignoredTypes>
    </runtimePolicies>
    -->
  </glimpse>

from twitter.bootstrap.mvc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.