0

I have IIS and several versions of Microsoft .NET installed on my Windows Vista computer.

When I tried to start a particular .NET Framework version, this error message appeared:

enter image description here

How can I fix this error and get them both to show "Started" in the status bar of services.msc (the services tab)?

This is for use with my modaspdotnet project I'm developing on my Apache server.

I'm not sure what I'm doing here; and I've had a brief Google around, but couldn't find very much.

squillman
  • 37,883
  • 12
  • 92
  • 146
GXB56
  • 21
  • 1

1 Answers1

3

This service does not have anything to do with running .NET applications. It's a service to precompile newly-globally-installed assemblies so they don't need to be Just-in-Time compiled.

Mark Sowul
  • 1,839
  • 1
  • 11
  • 14