All my .cs files and resources in my project shown as "miscellaneous file" after updating Xamarin to new version. I try recreating solution, reinstalling Xamarin and nothing happen. This is the visual studio error code "IDE0006" which it shown to me.
Asked
Active
Viewed 384 times
0
-
Can you post your version information in a gist: https://gist.github.com `Help > About Microsoft Visual Studio > Copy Info [button]` – BytesGuy Jan 11 '17 at 12:24
-
Which is your xamarin version now? Have you tried to update to the latest stable version? – Grace Feng Jan 12 '17 at 06:40
-
Related: [Visual Studio - project shows up as “Miscellaneous Files”](https://stackoverflow.com/q/24259639/1364007) – Wai Ha Lee Sep 04 '19 at 11:25
1 Answers
2
I did not find the root of this issue but this solution worked for me:
- Compile your project, resolving any compilation errors.
- Right-click on the project in Solution Explorer and select 'Unload project'.
- Once the project unloads right click on the project in Solution Explorer and select Reload Project.

Wai Ha Lee
- 8,598
- 83
- 57
- 92

mohammaed rafath
- 21
- 4
-
Worked for me on VS 2017 , for me it seems to happen when working with git , adding new file station 1 , and then syncing on station 2 , the new files are marked as "miscellaneous " – Hagay Goshen Nov 15 '17 at 09:27