Languages

Menu
Sites
Language
Errors - Disabled Hyper-V Installed Intel HAXM - Some project features have been disabled

Disabled Hyper-V

Installed Intel HAXM

I am getting following errors

Warning    IDE0006    Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.    Tizen.Tizen        1    Active

Warning        Dependency specified was Xamarin.Forms.Platform.Tizen (>= 2.3.3.163-pre3) but ended up with Xamarin.Forms.Platform.Tizen 2.3.3.163-pre3-b11.            0    

any fixes?

Responses

3 Replies
Mango Bar

What is your Hyper-V and HAXM status ? Is Hyber-V disabled and HAXM installed properly ?

Check the HAXM status from cmd using following command

sc query intelhaxm

Pooran Prasad Rajanna

SERVICE_NAME: intelhaxm
        TYPE               : 1  KERNEL_DRIVER
        STATE              : 4  RUNNING
                                (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0

Hyper V disabled

Mango Bar

I didn't face such error. I have followed all the steps sequentially described in consecutive pages of following links and it works fine in my case. 

https://developer.tizen.org/ko/development/preview/visual-studio-tools-tizen/installing-visual-studio-tools-tizen

I am using Visual Studio 15 Enterprise edition and  My PC configuration is:  Windows 7 64 bit, Intel Core i7 processor, 4GB RAM

According to tizen documentation, You have to use Visual Studio 15 update 3 and  Windows 64 bit for Tizen .NET.

It seems to be a Xamarin issue as many people from others platform also found this issue. Check the following 2 threads :-

https://forums.xamarin.com/discussion/64860/visual-studio-erro

http://stackoverflow.com/questions/36640315/vs-2015-xamarin-warning-ide0006-error-encountered-while-loading-the-project

Now, wait for the response of anyone who also faced the same issue in Tizen platform.