Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

Update 4 not launch

nul__nim
Beginner
444 Views

1. Than i try launch VTune Amplifier 2019, few minutes I see

In next this screen hides and it all, nothing happened. In Task manager i see:

 

2. In VS 2019 16.2.0 Launch not work

 

3. Other menu items ignore click, nothing happened too.

0 Kudos
2 Replies
Nika_D_Intel
Employee
444 Views

Hello,

The Intel VTune Amplifier VS extension supports some types of projects. 

The supported C# project type has {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} GUID. 

Could you please check which GUID  has your project. This information is located on the *.sln file start.

BR

Nika

0 Kudos
nul__nim
Beginner
444 Views

Project Type .net core console. Anyway, it should start. The main problem VTune just does not start when I run it through a file. Rather, it starts up but hangs in the processes and nothing happens, as I showed above in the screenshot.

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{5E507F46-EB0E-4969-B924-0FAF77D6F386}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Collections", "Collections\Collections.csproj", "{DC41F661-C86B-4B78-8702-7DDF525A92BE}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {5E507F46-EB0E-4969-B924-0FAF77D6F386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {5E507F46-EB0E-4969-B924-0FAF77D6F386}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {5E507F46-EB0E-4969-B924-0FAF77D6F386}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {5E507F46-EB0E-4969-B924-0FAF77D6F386}.Release|Any CPU.Build.0 = Release|Any CPU
        {DC41F661-C86B-4B78-8702-7DDF525A92BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {DC41F661-C86B-4B78-8702-7DDF525A92BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {DC41F661-C86B-4B78-8702-7DDF525A92BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {DC41F661-C86B-4B78-8702-7DDF525A92BE}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        SolutionGuid = {8A61B4AF-AD5C-4892-AE35-1CF2E5E84BB8}
    EndGlobalSection
EndGlobal

0 Kudos
Reply