Visual Studio hangs up on adding images in local root folder Resources?

322 views Asked by At

After adding images in the local root folder (Resources), Visual Studio hangs up completely. I am not able to see the added images in the Visual studio under the Resource folder. Even though i restarted the visual studio after adding the images in the local root folder, it completely gets stuck or images are not found under the particular folder path. Can anyone suggest or give me any ideas on why am i getting this problem and solution for it. Advance thanks for those had taken their interest in solving my problem.

1

There are 1 answers

0
FredyWenger On

I had the same problem and investigated the problem in detail.
There is a bug in the Xamarin-VS-Integration-SW.
You have to edit the .csproj-file manually.
Short description:
- Close VS
- Copy the new file manually in the resource-folder
- Edit the .csproj file with editor
- Add a new entry for the new file in the .csproj-file
- Save ad close the .csproj-file
- Start VS and load the project
- Done!

Further also change the name of a resource manually (as VS also hangs, if you do it in the VS solution-/project-manager).

You can find all details in my posting here: Details to bug (have a look at the attached .pdf)
I further also have posted the bug on the official release-thread and filled a bug in Bugzilla: Filled bug in Xamarin Buzilla