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.

link|improve this question
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.