Azure SDK 1.4 August Release - How to Profile (Repost from wrong forum)

已锁定 Azure SDK 1.4 August Release - How to Profile (Repost from wrong forum)

  • 2011年8月23日 10:05
     
     

    http://social.msdn.microsoft.com/Forums/en-US/windowsazuredevelopment/thread/2de954e7-4b45-48e1-b54a-50c047d68611

     

    Hi, 
    I've posted this on the windows azure development forum and was advised that this is the forum for my problem (sorry new here in msdn forum).
        We are new to creating azure/cloud applications and we are currently using the 1.4 august release of the azure sdk. I was hoping if anyone can help me out on its profiling features.
    First, I have a website on cloud and currently using profiling for it (CPU Sampling). I can get the reports but the problem is that the report can't get the specific functions from one of our DLLs. I've already included the microsoft symbols in the options plus I've copied the project's DLLs and pdb files to the cached symbols but I can't make it to work. Additional information: does it has something to do with the dll/project class being a singleton?
    Second, does the VS profiler can profile facebook apps (both none Azure and Azure apps)? When I generate a report for this project I don't see any of the projects functions.
    Hope somebody can help me. Thanks. Using Microsoft Visual Studio 2010 Ultimate SP1 Rel, .Net Framework 4.0 SP1 Rel, MVC 2, Azure SDK 1.4 August Release

全部回复

  • 2011年8月24日 7:49
    版主
     
     

    Could you please post the output of the profiling progress? You can find it from Visual Studio's Output window, the content looks like:

     

    Profiling started.

    Profiling process ID 2480 (WindowsFormsApplication1).

    Process ID 2480 has exited.

    Data written to D:\Projects\VS10\ConsoleApplication19\WindowsFormsApplication1110824.vsp.

    Profiling finished.

    Error VSP1701: Failed to open image C:\Windows\assembly\GAC_64\mscorlib\2.0.0.0__b77a5c561934e089\sorttbls.nlp (image ID 0).

    Error VSP1701: Failed to open image C:\Windows\assembly\GAC_64\mscorlib\2.0.0.0__b77a5c561934e089\sortkey.nlp (image ID 0).

    Loaded symbols for C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorwks.dll.

    Loaded symbols for D:\Projects\VS10\ConsoleApplication19\WindowsFormsApplication1\bin\x64\Debug\WindowsFormsApplication1.exe.

    Loaded symbols for C:\Windows\SYSTEM32\ntdll.dll.

    Loaded symbols for C:\Windows\system32\KERNEL32.dll.

    Loaded symbols for C:\Windows\SYSTEM32\MSCOREE.DLL.

    Profiling complete.

     

    How did you set up symbol server? Could you please follow "How to: Use a Symbol Server" to setup your symbol server again?

     

    Actually, the symbol file of your application is usually putted in the same folder of the exe or dll, Visual Studio will load those symbol files automatically when needed. A potential reason here is, the symbol file you put to the cached symbols folder is out of date, you may rebuild the application, and copy the symbol file to cached symbols again.

     

    By the way, for how to profile Azure application, you may want to try this document.


    Eric Yang [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • 2011年8月24日 8:17
     
     

    hi Eryang,

    Thanks for the response. I've already done the steps in the links that you gave me but I still don't get the DLL's methods. I've copied the DLL and PDB files from the bin of the Staging build (projectname\obj\Staging\..\bin). The profiler can detect the other methods from the other dll of the project except for that one specific dll. Here is a screenshot

     

    here is the one from the output window:

     

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.Entity\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Entity.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_64\Microsoft.VisualBasic.Activities.Compiler\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.Activities.Compiler.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_64\System.Data.OracleClient\v4.0_4.0.0.0__b77a5c561934e089\System.Data.OracleClient.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\App_Web_p24epxwz.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\App_Web_ftvumu45.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\ceaa9267\000b7f88_67afca01\System.Web.Mvc.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\b6e1fce4\a9d6871a_6e56cc01\Newtonsoft.Json.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\App_Web_m0kh4xwx.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\819061e7\33587f1a_6e56cc01\Microsoft.WindowsFabric.Common.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\87c87f77\8dbb881a_6e56cc01\Microsoft.ApplicationServer.Caching.Core.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\App_GlobalResources.-jv6nciv.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\d6d35b77\005d2e85_5ad6cb01\Microsoft.WindowsAzure.Diagnostics.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\App_Web_ridk0xhe.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\1489698c\43758c1a_6e56cc01\MvcSiteMapProvider.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\85b788aa\cdf6831a_6e56cc01\Microsoft.WindowsFabric.Data.Common.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\784d0fd9\c0652ce5_a45ccc01\DataModels.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\9ed3296f\bfdf7a1a_6e56cc01\Microsoft.ApplicationServer.Caching.Client.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\5b489a35\28b4cfe5_a45ccc01\LookupModels.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\App_Web_z2k0tun2.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\e531c593\5516a7c0_a55ccc01\AnleiterBeta.DLL.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\401d3f54\e441abbf_a55ccc01\DBLayer.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\55209cbd\1f427d1a_6e56cc01\Microsoft.Web.DistributedCache.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\system32\MSVCP100.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\system32\MSVCR100.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\App_global.asax.qeahalyi.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\f6147891\85b68b1a_6e56cc01\Recaptcha.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\1c938933\005d2e85_5ad6cb01\Microsoft.WindowsAzure.CloudDrive.DLL could not be found when looking for symbol information.

    Warning VSP2701: d:\windows\system32\inetsrv\IISRES.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\assembly\dl3\58170681\48b00de6_a45ccc01\JScriptMinifier.DLL could not be found when looking for symbol information.

    Warning VSP2701: E:\base\x64\WaRuntimeProxy.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\GAC_64\msshrtmi\1.0.0.0__31bf3856ad364e35\msshrtmi.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\GAC_MSIL\Microsoft.WindowsAzure.ServiceRuntime\1.0.0.0__31bf3856ad364e35\Microsoft.WindowsAzure.ServiceRuntime.dll could not be found when looking for symbol information.

    Warning VSP2701: E:\base\x64\mswasri.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\de\App_GlobalResources.-jv6nciv.resources.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\system32\ATL100.DLL could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\system32\apphelp.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\system32\RPCRT4.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\kernel32.dll.

    Warning VSP2701: D:\windows\system32\ntdll.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Data.Linq\c19945497aa308f593cf182dc862be9b\System.Data.Linq.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Web.Mobile\c5de00037d0766d4ac16c76659ad7471\System.Web.Mobile.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Design\e4f11109f023eaf0806f37999f42fa9b\System.Design.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\89ddcbe739742a3f73f41bcb7f0edb80\System.Windows.Forms.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Data.Entity\4c79cc6f58d9abfa97649b19db76448c\System.Data.Entity.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Workflow.Act#\06eacff5942cc03ca91572fa3e9ac042\System.Workflow.Activities.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Workflow.Com#\ce3f203ca4c95a1d86c9f5ce2a1efbc6\System.Workflow.ComponentModel.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Workflow.Run#\a561b6ccc91c00b83660355b6e47c397\System.Workflow.Runtime.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Data.OracleC#\6d52f094c696fcc63605a7ecc0f69474\System.Data.OracleClient.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Xaml\2c08c18315f43e0774546863c18268b6\System.Xaml.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Security\fc2ba0e20f94e3d06517953c31c8f8d3\System.Security.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Transactions\af642314ce87e245d23b0b3377e17ebb\System.Transactions.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.JScript\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Data.SqlXml\5f447dc1bfea82509dd474bdfb528ce5\System.Data.SqlXml.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Performance Tools\x64\SamplingRuntime.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\Microsoft.VisualBas#\379bcca927c177470d96ab6ca296ba52\Microsoft.VisualBasic.Activities.Compiler.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Data.Service#\33067ffbeaf66c7ab78a0d2b6daf2cf0\System.Data.Services.Client.ni.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Web.Entity\8df41c0694b778e0bc3692c25ac37def\System.Web.Entity.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Runtime.Dura#\5ec79675d490aec86462f3eb24da5459\System.Runtime.DurableInstancing.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\webengine4.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.EnterpriseSe#\4fa6feeaa9c0961acda505abdd7298c2\System.EnterpriseServices.Wrapper.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\inetsrv\iiscore.dll.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Data.Service#\5cbbfff2ca7ea4f8e55307359048f3be\System.Data.Services.Design.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Activities.D#\3a45cb2bf85baa4e1eb9c4cae69a47b0\System.Activities.DurableInstancing.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Dynamic\3333b57e4660517077fc343fc2c036a1\System.Dynamic.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\nlssorting.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for d:\windows\system32\inetsrv\nativerd.dll.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Numerics\b3eba7a83ecbeb3c04b3e60a47b02691\System.Numerics.ni.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for d:\windows\system32\inetsrv\IISUTIL.dll.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\culture.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Utilities.v4.0\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v4.0.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\Microsoft.Build.Fra#\4145345933e09f31d3bca115d384fa36\Microsoft.Build.Framework.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Web.RegularE#\9eab1ca5060f975896e6edd435e92e0e\System.Web.RegularExpressions.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\system32\inetsrv\rewrite.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\MSVCR100_CLR0400.dll.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\mscoree.dll.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Caching\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Caching.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Web.Abstract#\c21fe3045020f3e9b4364d512a0e8dbb\System.Web.Abstractions.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Xaml.Hosting\63c98372cf252bca07373364c02158d7\System.Xaml.Hosting.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Web.Routing\b43381f0e455b5a52ff548e8edc74e4a\System.Web.Routing.ni.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\System32\inetsrv\isapi.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Performance Tools\x64\vsperfcorprof.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\webengine.dll could not be found when looking for symbol information.

    Warning VSP2701: d:\windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_filter.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\System32\inetsrv\filter.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\System32\inetsrv\iisfreb.dll.

    Loaded symbols from VSP for d:\windows\system32\inetsrv\W3TP.dll.

    Loaded symbols from VSP for D:\windows\System32\inetsrv\modrqflt.dll.

    Loaded symbols from VSP for D:\windows\System32\inetsrv\compstat.dll.

    Loaded symbols from VSP for D:\windows\System32\inetsrv\protsup.dll.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\System32\inetsrv\defdoc.dll.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\SMDiagnostics\97de59073e43ae5d0204d29de02a5a06\SMDiagnostics.ni.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\TAPI32.dll.

    Loaded symbols from VSP for D:\windows\System32\inetsrv\iisetw.dll.

    Loaded symbols from VSP for d:\windows\system32\inetsrv\w3dt.dll.

    Warning VSP2701: D:\windows\system32\HTTPAPI.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\rsaenh.dll.

    Loaded symbols from VSP for D:\windows\system32\schannel.dll.

    Loaded symbols from VSP for D:\windows\System32\mswsock.dll.

    Loaded symbols from VSP for D:\windows\system32\VERSION.dll.

    Loaded symbols from VSP for D:\windows\system32\bcrypt.dll.

    Loaded symbols from VSP for D:\windows\system32\ncrypt.dll.

    Warning VSP2701: D:\windows\system32\IPHLPAPI.DLL could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\CRYPT32.dll.

    Warning VSP2701: D:\windows\system32\slc.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\system32\MSASN1.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\Secur32.dll.

    Loaded symbols from VSP for D:\windows\system32\IMM32.DLL.

    Loaded symbols from VSP for D:\windows\system32\msvcrt.dll.

    Loaded symbols from VSP for D:\windows\system32\SHLWAPI.dll.

    Loaded symbols from VSP for D:\windows\system32\ADVAPI32.dll.

    Loaded symbols from VSP for D:\windows\system32\WS2_32.dll.

    Loaded symbols from VSP for D:\windows\system32\ole32.dll.

    Warning VSP2701: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\59a01799\5b6b1a2\App_Web_hh3gztf4.dll could not be found when looking for symbol information.

    Warning VSP2701: E:\base\x64\WaIISHost.exe could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.SqlXml\v4.0_4.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll could not be found when looking for symbol information.

    Warning VSP2701: D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.Services.Client\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Services.Client.dll could not be found when looking for symbol information.

    Warning VSP2701: E:\approot\bin\System.Web.Mvc.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for E:\approot\bin\AnleiterBeta.dll.

    Warning VSP2701: E:\approot\bin\Microsoft.WindowsAzure.Diagnostics.dll could not be found when looking for symbol information.

    Warning VSP2701: E:\base\x64\Diagnostics.dll could not be found when looking for symbol information.

    Warning VSP2701: E:\approot\bin\MvcSiteMapProvider.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\KERNEL32.dll.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.IdentityModel\2732fbe9f3ed7212b80cb989f716e5a3\System.IdentityModel.ni.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll.

    Loaded symbols from VSP for D:\windows\system32\MSVCR100_CLR0400.dll.

    Loaded symbols from VSP for D:\windows\system32\mscoree.dll.

    Warning VSP2701: D:\windows\assembly\NativeImages_v4.0.30319_64\System.Web.Applicat#\4ff93b18ea038ffbc6ac2be4c45cb71a\System.Web.ApplicationServices.ni.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\TAPI32.dll.

    Loaded symbols from VSP for D:\windows\system32\rsaenh.dll.

    Loaded symbols from VSP for D:\windows\system32\schannel.dll.

    Warning VSP2701: D:\windows\system32\msv1_0.dll could not be found when looking for symbol information.

    Loaded symbols from VSP for D:\windows\system32\mswsock.dll.

    Loaded symbols from VSP for D:\windows\system32\VERSION.dll.

    Loaded symbols from VSP for D:\windows\system32\bcrypt.dll.

    Loaded symbols from VSP for D:\windows\system32\ncrypt.dll.

    Loaded symbols from VSP for D:\windows\system32\CRYPT32.dll.

    Loaded symbols from VSP for D:\windows\system32\SECUR32.dll.

    Loaded symbols from VSP for D:\windows\system32\IMM32.DLL.

    Loaded symbols from VSP for D:\windows\system32\msvcrt.dll.

    Loaded symbols from VSP for D:\windows\system32\SHLWAPI.dll.

    Loaded symbols from VSP for D:\windows\system32\ADVAPI32.dll.

    Loaded symbols from VSP for D:\windows\system32\ws2_32.dll.

    Loaded symbols from VSP for D:\windows\system32\ole32.dll.

    Failed to load symbols for D:\windows\system32\RPCRT4.dll.

    Failed to load symbols for D:\windows\system32\ntdll.dll.

    Failed to load symbols for E:\base\x64\WaRuntimeProxy.dll.

    Failed to load symbols for D:\windows\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll.

    Failed to load symbols for D:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll.

    Failed to load symbols for D:\Windows\Microsoft.NET\Framework64\v4.0.30319\webengine4.dll.

    Failed to load symbols for D:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll.

    Failed to load symbols for D:\windows\assembly\NativeImages_v4.0.30319_64\System.Data.Entity\4c79cc6f58d9abfa97649b19db76448c\System.Data.Entity.ni.dll.

    Loaded symbols for D:\windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll.

    Failed to load symbols for D:\windows\system32\MSASN1.dll.

    Failed to load symbols for D:\Windows\Microsoft.NET\Framework64\v4.0.30319\nlssorting.dll.

    Failed to load symbols for D:\windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll.

    Failed to load symbols for D:\windows\assembly\NativeImages_v4.0.30319_64\System.Transactions\af642314ce87e245d23b0b3377e17ebb\System.Transactions.ni.dll.

    Failed to load symbols for D:\windows\System32\inetsrv\isapi.dll.

    Failed to load symbols for D:\windows\system32\inetsrv\rewrite.dll.

    Loaded symbols for D:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll.

    Loaded symbols for D:\windows\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll.

    Failed to load symbols for D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Performance Tools\x64\SamplingRuntime.dll.

    Failed to load symbols for D:\windows\system32\MSVCR100.dll.

    Failed to load symbols for d:\windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_filter.dll.

    Failed to load symbols for D:\windows\System32\inetsrv\filter.dll.

     

    one more thing I dont understand here is that it is looking for the dll in the D: but my main drive is C: (including my program files). Am I doing anything wrong? Thanks for the help.