Locked Getting nowhere profiling a SharePoint app with VS2012 RC

  • Tuesday, July 03, 2012 4:46 AM
     
     

    Hello,

    I've been excited to try the new performance profiling support for SharePoint in VS2012 RC. Unfortunately I'm unable to get it to work.

    The first time I tried (using the walkthrough but with my app) I received the same message I used to get trying this with VS2010 - a 401 accessing VSEnterpriseHelper.axd. This is what's in the IIS log:

    #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
    2012-07-03 04:02:25 127.0.0.1 GET /VSEnterpriseHelper.axd - 80 - 127.0.0.1 - 401 2 5 44568
    2012-07-03 04:02:25 127.0.0.1 GET /VSEnterpriseHelper.axd - 80 - 127.0.0.1 - 401 1 2148074254 12
    2012-07-03 04:02:25 127.0.0.1 GET /VSEnterpriseHelper.axd - 80 - 127.0.0.1 - 401 1 2148074248 4

    I then restarted VS, and get PRF0016: 'C:\WBRT\Dev\OSRResub\src\ProgramData\LifecycleSP\ProgramReportSubmissionUI\ProgramReportSubmissionUI.csproj' is not a valid ASP.NET project.

    Where to from here?

    Thanks,

    Alex.


    http://www.alexangas.com/blog

All Replies

  • Wednesday, July 04, 2012 10:30 AM
    Moderator
     
     Answered

    Hi Alex,

    Thank you for posting in the MSDN forum.

    Since I’m not the SharePoint expert, to help you resolve this issue, if possible, as Hongye’s suggestion in this thread, you could post this issue in the sharePoint forum for better support. Thanks for your understanding.

    In addition, this is a MSDN document about Rapid Web Site Profiling with VSPerfASPNETCmd, hope it could help.

    Best Regards,


    Jack Zhai [MSFT]
    MSDN Community Support | Feedback to us

    • Marked As Answer by Alex Angas Wednesday, July 04, 2012 10:39 PM
    •