How can we help you today? How can we help you today?

The web application ... has not loaded the .Net Framework

Hello,

Thanks for posting. There is a hitch with Profiling ASP .net on a machien with two installed versions of the .net Framework. If you have more than one version, the website/virtual app has to be configured to use the newest one. You can do that using the aspnet_regiis.exe utility that comes with the newest version of .net Framework, for instance c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_regiis.exe.

Aspnet_regiis -i will configure the whole site to run in 1.1, and aspnet_regiis -sn /W3SVC/1/Root/MyApp will register a single virtual directory.
Brian Donahue
0

Comments

2 comments

  • webavail
    Does this mean there is no way to profile the apps using the version they're designed for? Basically, do I have to uninstall say the beta 2.0 framework, period?
    webavail
    0
  • Tom Harris
    Hi there,

    this problem has been fixed in ANTS Profiler 2.5. You can get hold of this version by visiting our website at

    http://www.red-gate.com/code_profiling.htm

    Many thanks,

    Tom Harris

    Software Architect - ANTS Profiler
    Tom Harris
    0

Add comment

Please sign in to leave a comment.