Visual Studio update

This forum is meant for questions and discussions about the X# language and tools
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

Visual Studio update

Post by Juraj »

Hi Robert,

Good news for everyone using VS2017. Great work of the development team. I'm glad my testing also helped to improve XSharp.

Juraj
User avatar
robert
Posts: 4518
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Visual Studio update

Post by robert »

Juraj, Boonnam

The file is on the server. Please follow the instructions in the ZIP and let me know if this solves your problem.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

Visual Studio update

Post by Juraj »

Hi Robert,

after repair according to your instructions VS2017 works correctly. Super!!!!!!

Juraj
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

Visual Studio update

Post by boonnam »

Unfortunately, this update didn't resolve my issue. After I followed the instructions in the readme.txt, when I tried to load my projects, VS marked all my XSharp projects as "incompatible", and all the files in the projects were not loaded. I panicked. I uninstall and re-install XSharp. Still same issue. I uninstall and re-install VS 2017 and then install XSharp v1.1.2. I still see the same "incompatible" when I tried to open my solution. I right-click on each project, and click on "Reload project". All my projects are loaded. I should have done this instead of uninstalling VS 2017. By now I have XSharp version 1.1.2 installed. So I re-applied this fix again. I was able to load my project and ran it. But when I tried to run it again, the build hung as before.

Thinking I must have done something wrong, I uninstall and re-install XSharp v1.1.2 and re-apply the this fix again. This time I am not able to load my project at all. When I click on "Reload project", a popup came up, which I attached.

I am currently back to XSharp v1.1.2. For now I will close VS after I run my application.
XSharp project incompatible after reload.JPG
XSharp project incompatible after reload.JPG (53.61 KiB) Viewed 291 times
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

Visual Studio update

Post by Juraj »

Hi Boonnam

same problem I had. This is because the previous error has corupted the file .suo, which contains information about the VS settings in the given project. This file is located in the hidden .vs directory. (in a given project) Just delete the contents of .vs directory. The project is loaded OK, just reset some visual VS settings.

Juraj
Post Reply