locked
ASP.NET MVC 3 Preview 1 on Window XP RRS feed

  • Question

  • User-85535585 posted

    I have Visual Studio 2010 Ultimate installed. I install ASP.NET MVC 3 Preview 1. When I create a new ASP.NET MVC application I got the following error.

    The project type is not supported by this installation

    I see on download page the following line,

    Supported Operating Systems: Windows 7; Windows Server 2003; Windows Server 2008; Windows Vista

    Is we cannot use Window XP to create MVC 3 application. If yes then this is very bed because there are lot of developer using window XP to create ASP.NET MVC application.

    Saturday, July 31, 2010 11:10 PM

Answers

  • User-1825197574 posted

    Having the registry entries is not sufficient for VS to support the project templates. As part of the installation process, we have to rebuild the metadata inside VS and also update the template cache. This is done by running devenv /setup (the command that also generates the log files that you said do not exist) as well as devenv /installvstemplates. I need to see what happend during this step of setup.

    Please send me the complete MSI log files so that I can analyze them. You can send it via email on the forums.

    Thanks,

    Jacques

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, August 3, 2010 3:29 PM

All replies

  • User1564875471 posted

    I think windows xp is supported but it's not listed maybe because it's now considered an old OS (older than 5 years).

    According to scott's blog, some users were able to install it on window xp (please read the blog comments).


    Sunday, August 1, 2010 3:28 PM
  • User-85535585 posted

    According to scott's blog, some users were able to install it on window xp (please read the blog comments).
     

    Your Link is for MVC 2 and I am talking about MVC 3 Preview 1.

    I had install, uninstall lot of time but still no luck. I am able use ASP.NEt MVC 2 application but not able to use MVC 3. Can any body help please?

    I get the following screen after installing MVC 3.

     

    Look at this image, there are 3 new MVC templates for MVC 3(they are not named as MVC 3). 

    After selecting a template I see the following image

    Monday, August 2, 2010 1:17 PM
  • User-1825197574 posted

    Hi

    We did a number of test passes on XP and haven't encountered this problem before.

    Judging from the screen shot, it seems that the project template cache somehow got corrupted because you are seeing the raw template.

    Could you please uninstall MVC 3, then reinstall and send me your template log file. You can find this file under %temp%\VisualStudio2010_MvcTemplates.Log or %temp%\VWDExpress2010_MvcTemplates.Log (depending on whether you're running VSTS or VWD Express).

    Also, make sure that Visual Studio is always closed when installing MVC. Part of our setup requires us to rebuild a large set of metadata for VS and we've seen problems in the past when VS is open.

    Thanks,

    Jacques

    Monday, August 2, 2010 2:41 PM
  • User-85535585 posted

    Could you please uninstall MVC 3
     

    I uninstall and install lot of time but still no luck. Even I deleted those three project templates from <dir>:Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\CSharp\Web\1033  but still no luck.

     I serach(From windows Search) in my whole PC but I never found MvcTemplates.Log file.

    Also, make sure that Visual Studio is always closed when installing MVC. P

    Also tried but no luck. I am using Visual Studio 2010 Ultimate with Windows XP SP3.

    Also can you tell me where Visual Studio Save the installed ProjectTypeGuid's?

    Monday, August 2, 2010 11:04 PM
  • User-1825197574 posted

    Project type GUIDs are stored inside the .csproj file of the template.

    To see whether something went wrong during the rebuilding of the VS metadata, I need to see the logs. That's why I asked that you uninstall and then reinstall so that we can make sure we have the correct set of log files.

    Jacques 

    Tuesday, August 3, 2010 2:16 PM
  • User-85535585 posted

    To see whether something went wrong during the rebuilding of the VS metadata, I need to see the logs. That's why I asked that you uninstall and then reinstall so that we can make sure we have the correct set of log files.

    I did this many many times and I serached every where these log file(using windows search) but unable to find this.

    Project type GUIDs are stored inside the .csproj file of the template.

    I am asking that where Visual Studio save all the installed ProjectTypeGuid? So that i check whether MVC 3 ProjectTypeGuid is present there.

    Tuesday, August 3, 2010 2:27 PM
  • User-1825197574 posted

    The log files always go to %TEMP% If they are not there, it might be because running devenv /setup failed, which would explain why you are having problems creating and opening project files/solutions. We can confirm that by looking at the MSI log files instead. When you run the installer for MVC, it will create a randomly named file under %TEMP% called MSIxxx.LOG. The simplest way to locate the log file is to check the timestamp of the file and match that with the time you made the install.

    ProjectType GUIDs are stored in VS under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Projects. Sub-keys contain the various installed project GUIDs. 

    Jacques

    Tuesday, August 3, 2010 2:37 PM
  • User-85535585 posted

    ProjectType GUIDs are stored in VS under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Projects. Sub-keys contain the various installed project GUIDs. 

    Thanks, New MVC 3 ProjectTemplate ProjectType GUIDs is present in Registry.

    Here is the some logs about MVC 3 in all log files, Note When I installed MVC 3 system date was setted 08-03-2008 by mistake,

    First Log File,

    install System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35 /queue:3
    07/31/2008 11:21:53.203 [1444]: Installing assembly System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    07/31/2008 11:21:53.250 [1444]: ngen returning 0x00000000
    07/31/2008 11:21:53.296 [496]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe update /queue
    07/31/2008 11:21:53.906 [496]: ngen returning 0x00000000
    07/31/2008 12:10:31.968 [3484]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe uninstall System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    07/31/2008 12:10:32.078 [3484]: Uninstalling assembly System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    07/31/2008 12:10:32.421 [3484]: ngen returning 0x00000000
    07/31/2008 12:10:32.437 [3600]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe update /queue
    07/31/2008 12:10:35.140 [3600]: ngen returning 0x00000000
    07/31/2008 12:13:38.921 [2820]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe install System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35 /queue:3
    07/31/2008 12:13:38.921 [2820]: Installing assembly System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    07/31/2008 12:13:38.937 [2820]: ngen returning 0x00000000
    07/31/2008 12:13:38.953 [2828]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe update /queue
    07/31/2008 12:13:39.312 [2828]: ngen returning 0x00000000
    08/02/2008 19:34:22.546 [2372]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe uninstall System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    08/02/2008 19:34:22.703 [2372]: Uninstalling assembly System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    08/02/2008 19:34:23.203 [2372]: ngen returning 0x00000000
    08/02/2008 19:34:23.218 [3080]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe update /queue
    08/02/2008 19:34:26.187 [3080]: ngen returning 0x00000000
    08/02/2008 19:39:07.890 [1360]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe install System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35 /queue:3
    08/02/2008 19:39:07.906 [1360]: Installing assembly System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    08/02/2008 19:39:07.906 [1360]: ngen returning 0x00000000
    08/02/2008 19:39:07.921 [2660]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe update /queue
    08/02/2008 19:39:08.296 [2660]: ngen returning 0x00000000
    08/02/2008 19:57:52.046 [536]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe uninstall System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    08/02/2008 19:57:52.171 [536]: Uninstalling assembly System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    08/02/2008 19:57:52.187 [536]: ngen returning 0x00000000
    08/02/2008 19:57:52.203 [1132]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe update /queue
    08/02/2008 19:57:52.546 [1132]: ngen returning 0x00000000
    08/02/2008 19:58:12.359 [2768]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe install System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35 /queue:3
    08/02/2008 19:58:12.359 [2768]: Installing assembly System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    08/02/2008 19:58:12.359 [2768]: ngen returning 0x00000000
    08/02/2008 19:58:12.375 [2168]: Command line: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\ngen.exe update /queue
    08/02/2008 19:58:12.765 [2168]: ngen returning 0x00000000


    Second Log File

    07/31/2008 11:39:38.578 [148]: 1>Began compiling: System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35 (CLR v4.0.30319)
    07/31/2008 11:39:40.406 [148]: 1>System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    07/31/2008 11:39:40.406 [148]: 1>    Source MVID:    {80685DF0-F525-4DB3-A164-60B0CBF0FEA1}
        Source HASH:    17948f419c2c6a1b5fce2f2c90afdb0cc6ada5bb
        NGen GUID sign:    {C1A29DA7-A4EB-6EDD-D5BC-FBADDDFC4F92}
        OS:        WinNT
        Processor:    x86(Pentium 4) (features: 00008001)
        Runtime:    4.0.30319.1
        clr.dll:    TimeStamp=4BA1D9EF, CheckSum=00671FC0
        Flags:        
        Scenarios:        <no debug info> <no debugger> <no profiler> <no instrumentation>
        Granted set:    <PermissionSet
    version="1"
    Unrestricted="true"/>

        File:        C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Web.Mvc\a79da2c1eba4dd6ed5bcfbadddfc4f92\System.Web.Mvc.ni.dll
        Dependencies:
            System.Web.Mvc, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35:
                Guid:{80685DF0-F525-4DB3-A164-60B0CBF0FEA1}
                Sign:17948f419c2c6a1b5fce2f2c90afdb0cc6ada5bb
            mscorlib, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{98BD4ED7-7337-4018-9551-EE0825ADA7BA}
                Sign:d7d8789378521e6bea0d6e989d212b4858d84046
                Hardbound Guid:{5A1A6F24-68BB-9D6B-CDF2-2D3505B08CEA}
            System.Core, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{1193B448-BE78-4857-897B-6AD1C4AA565C}
                Sign:e6fdb72a191c84cc28262484eea69b502771e054
                Hardbound Guid:{B9473671-B187-A140-7E3C-4FFE4C721F85}
            System, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{E04F7B31-1547-4B53-A83D-8704C8566261}
                Sign:9cb5d7d82f52e76c37ce1d20af69674b944e2f30
                Hardbound Guid:{27A04D96-CAEB-263B-3A05-CADB8EAA20A3}
            System.Web, Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a:
                Guid:{CA648065-CDA9-4005-AB2E-7EA840E9324A}
                Sign:a84a0327fec08c9c01328bf9f3215d2aa9547b11
            System.ComponentModel.DataAnnotations, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35:
                Guid:{D7C59A83-8E5C-467C-800F-DCFE53D1E888}
                Sign:5d44248f29751bec11c4ca34a255afbab302d91d
            System.Web.Extensions, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35:
                Guid:{8F393B2B-3315-402F-B504-CD6D2DB001F6}
                Sign:59d51f94d172f33344c2c0370bd303be047a905c
            System.Xml, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{241C00C5-B6E7-479A-B45F-038D12D280C5}
                Sign:a05ed9d07250af4dfda78fa43f6fad54f8cf03e4
            System.Data.Linq, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{814C66DE-80C9-4763-9FE8-7377C4C41B28}
                Sign:d507ea3617c5024bcb542338d199aaf1099a521c
            System.Data.Entity, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{E38C3FBA-4060-4078-A61D-82986BC6F760}
                Sign:0dceee1572bd782e5fcdc1abaf1e119426d0175b

    07/31/2008 11:39:40.406 [148]: 1>Successfully compiled: System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    07/31/2008 11:39:44.687 [148]: Deleting native image for assembly Microsoft.TeamFoundation.OfficeIntegration.Excel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    07/31/2008 11:39:44.953 [148]: Deleting native image for assembly MetricsPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    07/31/2008 11:39:45.203 [148]: Deleting native image for assembly Microsoft.Office.Tools.Common.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    07/31/2008 11:39:45.312 [148]: Deleting native image for assembly Microsoft.Office.Tools.Excel.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    07/31/2008 11:39:45.437 [148]: Deleting native image for assembly Microsoft.Office.Tools.Outlook.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    07/31/2008 11:39:45.546 [148]: Deleting native image for assembly Microsoft.Office.Tools.Word.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    07/31/2008 11:39:45.953 [148]: Deleting native image for assembly Microsoft.TeamFoundation.OfficeIntegration.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    07/31/2008 11:39:47.125 [148]: Deleting native image for assembly Microsoft.VisualStudio.Tools.Office.Excel.AddInProxy.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    07/31/2008 11:39:47.234 [148]: Deleting native image for assembly Microsoft.VisualStudio.Tools.Office.Word.AddInProxy.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    07/31/2008 11:39:48.656 [148]: Completed all work. Shutting down.
    07/31/2008 11:39:48.656 [148]: Service state is now SERVICE_STOP_PENDING
    07/31/2008 12:10:35.140 [3816]: Service state is now SERVICE_START_PENDING
    07/31/2008 12:10:35.156 [3816]: SetServiceStartType(): Setting start type as 2
    07/31/2008 12:10:35.156 [3816]: Service state is now SERVICE_RUNNING
    07/31/2008 12:10:41.562 [3816]: Processing work for priority 1
    07/31/2008 12:10:41.562 [3816]: Assemblies to compile: 48
    07/31/2008 12:13:45.687 [3816]: Processing work for priority 1
    07/31/2008 12:13:45.687 [3816]: Assemblies to compile: 48
    07/31/2008 12:43:23.500 [3816]: Service state is now SERVICE_STOP_PENDING
    07/31/2008 19:32:23.453 [156]: Service state is now SERVICE_START_PENDING
    07/31/2008 19:32:23.484 [156]: SetServiceStartType(): Setting start type as 2
    07/31/2008 19:33:51.765 [156]: Service state is now SERVICE_RUNNING
    07/31/2008 20:15:13.890 [156]: Processing work for priority 3
    07/31/2008 20:15:13.906 [156]: Assemblies to compile: 712
    07/31/2008 20:15:37.859 [156]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:45.000 [156]: Failed to load dependency Microsoft.DataWarehouse of assembly Microsoft.SqlServer.MaintenancePlanTasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:50.968 [156]: Failed to load dependency System.Management.Automation of assembly Microsoft.SqlServer.Management.PSProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:51.515 [156]: Failed to load dependency System.Management.Automation of assembly Microsoft.SqlServer.Management.PSSnapins, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:52.062 [156]: Failed to load dependency System.Management.Automation of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:52.078 [156]: Failed to load dependency Microsoft.PowerShell.ConsoleHost of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:52.078 [156]: Failed to load dependency Microsoft.PowerShell.Commands.Management of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:52.078 [156]: Failed to load dependency Microsoft.PowerShell.Commands.Utility of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:52.078 [156]: Failed to load dependency Microsoft.PowerShell.Security of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:52.078 [156]: Failed to load dependency System.Management.Automation of assembly Microsoft.SqlServer.Management.PSProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:52.281 [156]: Failed to load dependency System.Management.Automation of assembly Microsoft.SqlServer.Management.PSSnapins, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:52.515 [156]: Failed to load dependency Microsoft.SqlServer.Management.SDK.SqlStudio of assembly Microsoft.SqlServer.Management.PowerShellTasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:15:56.968 [156]: Failed to load dependency Microsoft.Web.Administration of assembly ServiceModelReg, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:02.515 [156]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:06.015 [156]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:06.578 [156]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:09.765 [156]: Failed to load dependency Microsoft.DataWarehouse of assembly Microsoft.SqlServer.MaintenancePlanTasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:10.765 [156]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:10.953 [156]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:17.718 [156]: Failed to load dependency Microsoft.DataWarehouse of assembly Microsoft.SqlServer.VSTAScriptingLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:17.734 [156]: Failed to load dependency VSTADTEProvider.Interop of assembly Microsoft.SqlServer.VSTAScriptingLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:17.968 [156]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:18.015 [156]: Failed to load dependency EnvDTE of assembly VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:40.125 [156]: Failed to load dependency Microsoft.VisualStudio.Shell.9.0 of assembly Microsoft.VisualStudio.ServiceModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:46.546 [156]: Failed to load dependency Microsoft.Office.Interop.MSProject of assembly Microsoft.TeamFoundation.OfficeIntegration.Project, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:47.812 [156]: Failed to load dependency Microsoft.WizardFramework of assembly Microsoft.TeamFoundation.TestManagement.ClientPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:49.468 [156]: Failed to load dependency Microsoft.WizardFramework of assembly Microsoft.VisualStudio.QualityTools.LoadTestExcelCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:51.234 [156]: Failed to load dependency Microsoft.WizardFramework of assembly Microsoft.VisualStudio.Tools.Office.AddInProject, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:51.234 [156]: Failed to load dependency Microsoft.WizardFrameworkVS of assembly Microsoft.VisualStudio.Tools.Office.AddInProject, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:55.218 [156]: Failed to load dependency Microsoft.VisualStudio.TeamSystem.Common of assembly StanPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:16:55.234 [156]: Failed to load dependency Microsoft.VisualStudio.CodeAnalysis.Sdk.UI of assembly StanPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:17:03.109 [156]: Failed to load dependency Microsoft.TeamFoundation.Framework.Server of assembly Microsoft.TeamFoundation.Lab.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:17:03.812 [156]: Failed to load dependency Microsoft.Office.Interop.MSProject of assembly Microsoft.TeamFoundation.OfficeIntegration.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:17:17.484 [156]: Failed to load dependency Microsoft.Hpc.Scheduler of assembly Microsoft.VisualStudio.PerformanceTools.HpcProfiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:17:17.515 [156]: Failed to load dependency Microsoft.Hpc.Scheduler.Properties of assembly Microsoft.VisualStudio.PerformanceTools.HpcProfiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    07/31/2008 20:17:58.406 [156]: 1>Began compiling: System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35 (CLR v4.0.30319)
    07/31/2008 20:18:00.734 [156]: 1>System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    07/31/2008 20:18:00.734 [156]: 1>    Source MVID:    {80685DF0-F525-4DB3-A164-60B0CBF0FEA1}
        Source HASH:    17948f419c2c6a1b5fce2f2c90afdb0cc6ada5bb
        NGen GUID sign:    {C1A29DA7-A4EB-6EDD-D5BC-FBADDDFC4F92}
        OS:        WinNT
        Processor:    x86(Pentium 4) (features: 00008001)
        Runtime:    4.0.30319.1
        clr.dll:    TimeStamp=4BA1D9EF, CheckSum=00671FC0
        Flags:        
        Scenarios:        <no debug info> <no debugger> <no profiler> <no instrumentation>
        Granted set:    <PermissionSet
    version="1"
    Unrestricted="true"/>

        File:        C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Web.Mvc\a79da2c1eba4dd6ed5bcfbadddfc4f92\System.Web.Mvc.ni.dll
        Dependencies:
            System.Web.Mvc, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35:
                Guid:{80685DF0-F525-4DB3-A164-60B0CBF0FEA1}
                Sign:17948f419c2c6a1b5fce2f2c90afdb0cc6ada5bb
            mscorlib, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{98BD4ED7-7337-4018-9551-EE0825ADA7BA}
                Sign:d7d8789378521e6bea0d6e989d212b4858d84046
                Hardbound Guid:{5A1A6F24-68BB-9D6B-CDF2-2D3505B08CEA}
            System.Core, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{1193B448-BE78-4857-897B-6AD1C4AA565C}
                Sign:e6fdb72a191c84cc28262484eea69b502771e054
                Hardbound Guid:{B9473671-B187-A140-7E3C-4FFE4C721F85}
            System, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{E04F7B31-1547-4B53-A83D-8704C8566261}
                Sign:9cb5d7d82f52e76c37ce1d20af69674b944e2f30
                Hardbound Guid:{27A04D96-CAEB-263B-3A05-CADB8EAA20A3}
            System.Web, Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a:
                Guid:{CA648065-CDA9-4005-AB2E-7EA840E9324A}
                Sign:a84a0327fec08c9c01328bf9f3215d2aa9547b11
            System.ComponentModel.DataAnnotations, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35:
                Guid:{D7C59A83-8E5C-467C-800F-DCFE53D1E888}
                Sign:5d44248f29751bec11c4ca34a255afbab302d91d
            System.Web.Extensions, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35:
                Guid:{8F393B2B-3315-402F-B504-CD6D2DB001F6}
                Sign:59d51f94d172f33344c2c0370bd303be047a905c
            System.Xml, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{241C00C5-B6E7-479A-B45F-038D12D280C5}
                Sign:a05ed9d07250af4dfda78fa43f6fad54f8cf03e4
            System.Data.Linq, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{814C66DE-80C9-4763-9FE8-7377C4C41B28}
                Sign:d507ea3617c5024bcb542338d199aaf1099a521c
            System.Data.Entity, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{E38C3FBA-4060-4078-A61D-82986BC6F760}
                Sign:0dceee1572bd782e5fcdc1abaf1e119426d0175b

    07/31/2008 20:18:00.750 [156]: 1>Successfully compiled: System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    07/31/2008 20:18:08.015 [156]: Completed all work. Shutting down.
    07/31/2008 20:18:08.015 [156]: Service state is now SERVICE_STOP_PENDING
    08/02/2008 19:34:26.140 [1424]: Service state is now SERVICE_START_PENDING
    08/02/2008 19:34:26.187 [1424]: SetServiceStartType(): Setting start type as 2
    08/02/2008 19:34:26.187 [1424]: Service state is now SERVICE_RUNNING
    08/02/2008 19:34:32.609 [1424]: Processing work for priority 1
    08/02/2008 19:34:32.609 [1424]: Assemblies to compile: 48
    08/02/2008 19:39:14.687 [1424]: Processing work for priority 1
    08/02/2008 19:39:14.687 [1424]: Assemblies to compile: 48
    08/02/2008 19:57:58.890 [1424]: Processing work for priority 1
    08/02/2008 19:57:58.890 [1424]: Assemblies to compile: 48
    08/02/2008 19:58:19.125 [1424]: Processing work for priority 1
    08/02/2008 19:58:19.125 [1424]: Assemblies to compile: 48
    08/02/2008 20:21:40.781 [1424]: Processing work for priority 3
    08/02/2008 20:21:40.812 [1424]: Assemblies to compile: 712
    08/02/2008 20:22:03.593 [1424]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:11.093 [1424]: Failed to load dependency Microsoft.DataWarehouse of assembly Microsoft.SqlServer.MaintenancePlanTasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:17.328 [1424]: Failed to load dependency System.Management.Automation of assembly Microsoft.SqlServer.Management.PSProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:17.937 [1424]: Failed to load dependency System.Management.Automation of assembly Microsoft.SqlServer.Management.PSSnapins, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:18.500 [1424]: Failed to load dependency System.Management.Automation of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:18.515 [1424]: Failed to load dependency Microsoft.PowerShell.ConsoleHost of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:18.515 [1424]: Failed to load dependency Microsoft.PowerShell.Commands.Management of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:18.515 [1424]: Failed to load dependency Microsoft.PowerShell.Commands.Utility of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:18.531 [1424]: Failed to load dependency Microsoft.PowerShell.Security of assembly SQLPS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:18.531 [1424]: Failed to load dependency System.Management.Automation of assembly Microsoft.SqlServer.Management.PSProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:18.718 [1424]: Failed to load dependency System.Management.Automation of assembly Microsoft.SqlServer.Management.PSSnapins, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:18.968 [1424]: Failed to load dependency Microsoft.SqlServer.Management.SDK.SqlStudio of assembly Microsoft.SqlServer.Management.PowerShellTasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:23.625 [1424]: Failed to load dependency Microsoft.Web.Administration of assembly ServiceModelReg, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:29.312 [1424]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:32.796 [1424]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:33.375 [1424]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:36.640 [1424]: Failed to load dependency Microsoft.DataWarehouse of assembly Microsoft.SqlServer.MaintenancePlanTasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:37.656 [1424]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:37.843 [1424]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:44.781 [1424]: Failed to load dependency Microsoft.DataWarehouse of assembly Microsoft.SqlServer.VSTAScriptingLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:44.796 [1424]: Failed to load dependency VSTADTEProvider.Interop of assembly Microsoft.SqlServer.VSTAScriptingLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:45.046 [1424]: Failed to load dependency ConnectionDlg of assembly Microsoft.SqlServer.Management.MultiServerConnection, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:22:45.093 [1424]: Failed to load dependency EnvDTE of assembly VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:05.937 [1424]: Failed to load dependency Microsoft.VisualStudio.Shell.9.0 of assembly Microsoft.VisualStudio.ServiceModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:12.937 [1424]: Failed to load dependency Microsoft.Office.Interop.MSProject of assembly Microsoft.TeamFoundation.OfficeIntegration.Project, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:14.421 [1424]: Failed to load dependency Microsoft.WizardFramework of assembly Microsoft.TeamFoundation.TestManagement.ClientPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:16.156 [1424]: Failed to load dependency Microsoft.WizardFramework of assembly Microsoft.VisualStudio.QualityTools.LoadTestExcelCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:17.859 [1424]: Failed to load dependency Microsoft.WizardFramework of assembly Microsoft.VisualStudio.Tools.Office.AddInProject, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:17.859 [1424]: Failed to load dependency Microsoft.WizardFrameworkVS of assembly Microsoft.VisualStudio.Tools.Office.AddInProject, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:21.765 [1424]: Failed to load dependency Microsoft.VisualStudio.TeamSystem.Common of assembly StanPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:21.781 [1424]: Failed to load dependency Microsoft.VisualStudio.CodeAnalysis.Sdk.UI of assembly StanPackage, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:29.875 [1424]: Failed to load dependency Microsoft.TeamFoundation.Framework.Server of assembly Microsoft.TeamFoundation.Lab.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:30.656 [1424]: Failed to load dependency Microsoft.Office.Interop.MSProject of assembly Microsoft.TeamFoundation.OfficeIntegration.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:44.359 [1424]: Failed to load dependency Microsoft.Hpc.Scheduler of assembly Microsoft.VisualStudio.PerformanceTools.HpcProfiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:23:44.406 [1424]: Failed to load dependency Microsoft.Hpc.Scheduler.Properties of assembly Microsoft.VisualStudio.PerformanceTools.HpcProfiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    08/02/2008 20:24:26.843 [1424]: 1>Began compiling: System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35 (CLR v4.0.30319)
    08/02/2008 20:24:28.984 [1424]: 1>System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    08/02/2008 20:24:29.000 [1424]: 1>    Source MVID:    {80685DF0-F525-4DB3-A164-60B0CBF0FEA1}
        Source HASH:    17948f419c2c6a1b5fce2f2c90afdb0cc6ada5bb
        NGen GUID sign:    {C1A29DA7-A4EB-6EDD-D5BC-FBADDDFC4F92}
        OS:        WinNT
        Processor:    x86(Pentium 4) (features: 00008001)
        Runtime:    4.0.30319.1
        clr.dll:    TimeStamp=4BA1D9EF, CheckSum=00671FC0
        Flags:        
        Scenarios:        <no debug info> <no debugger> <no profiler> <no instrumentation>
        Granted set:    <PermissionSet
    version="1"
    Unrestricted="true"/>

        File:        C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Web.Mvc\a79da2c1eba4dd6ed5bcfbadddfc4f92\System.Web.Mvc.ni.dll
        Dependencies:
            System.Web.Mvc, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35:
                Guid:{80685DF0-F525-4DB3-A164-60B0CBF0FEA1}
                Sign:17948f419c2c6a1b5fce2f2c90afdb0cc6ada5bb
            mscorlib, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{98BD4ED7-7337-4018-9551-EE0825ADA7BA}
                Sign:d7d8789378521e6bea0d6e989d212b4858d84046
                Hardbound Guid:{5A1A6F24-68BB-9D6B-CDF2-2D3505B08CEA}
            System.Core, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{1193B448-BE78-4857-897B-6AD1C4AA565C}
                Sign:e6fdb72a191c84cc28262484eea69b502771e054
                Hardbound Guid:{B9473671-B187-A140-7E3C-4FFE4C721F85}
            System, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{E04F7B31-1547-4B53-A83D-8704C8566261}
                Sign:9cb5d7d82f52e76c37ce1d20af69674b944e2f30
                Hardbound Guid:{27A04D96-CAEB-263B-3A05-CADB8EAA20A3}
            System.Web, Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a:
                Guid:{CA648065-CDA9-4005-AB2E-7EA840E9324A}
                Sign:a84a0327fec08c9c01328bf9f3215d2aa9547b11
            System.ComponentModel.DataAnnotations, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35:
                Guid:{D7C59A83-8E5C-467C-800F-DCFE53D1E888}
                Sign:5d44248f29751bec11c4ca34a255afbab302d91d
            System.Web.Extensions, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35:
                Guid:{8F393B2B-3315-402F-B504-CD6D2DB001F6}
                Sign:59d51f94d172f33344c2c0370bd303be047a905c
            System.Xml, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{241C00C5-B6E7-479A-B45F-038D12D280C5}
                Sign:a05ed9d07250af4dfda78fa43f6fad54f8cf03e4
            System.Data.Linq, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{814C66DE-80C9-4763-9FE8-7377C4C41B28}
                Sign:d507ea3617c5024bcb542338d199aaf1099a521c
            System.Data.Entity, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089:
                Guid:{E38C3FBA-4060-4078-A61D-82986BC6F760}
                Sign:0dceee1572bd782e5fcdc1abaf1e119426d0175b

    08/02/2008 20:24:29.000 [1424]: 1>Successfully compiled: System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35
    08/02/2008 20:24:36.406 [1424]: Completed all work. Shutting down.
    08/02/2008 20:24:36.421 [1424]: Service state is now SERVICE_STOP_PENDING


    Tuesday, August 3, 2010 3:11 PM
  • User-1825197574 posted

    Having the registry entries is not sufficient for VS to support the project templates. As part of the installation process, we have to rebuild the metadata inside VS and also update the template cache. This is done by running devenv /setup (the command that also generates the log files that you said do not exist) as well as devenv /installvstemplates. I need to see what happend during this step of setup.

    Please send me the complete MSI log files so that I can analyze them. You can send it via email on the forums.

    Thanks,

    Jacques

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, August 3, 2010 3:29 PM
  • User-85535585 posted

    I have explicitly run thes commands but still unable to find any log which contains MSI name or VisualStudio2010_MvcTemplates.Log.

    By the Thanks for your help

    Tuesday, August 3, 2010 10:50 PM