Hello all,
I recently tried out Xamarin Studio thinking it would be able to help me with iOS development. When I discovered that it did not do what I wanted it to do, I uninstalled it. Unfortunately, after removing Xamarin, Visual Studio displays an error "The File Exists" whenever I attempt to save my project. For example, I created a VB Windows Forms Application. Immediately when I tried to resize the form, it displays this strange error. Attempting to find more, I tried to view the code for my project. Visual Studio then displayed an error telling me to look at my ActivityLog.xml. I looked at this and right at the bottom it shows this:
<entry><record>528</record><time>2014/05/25 15:21:10.662</time><type>Error</type><source>Editor or Editor Extension</source><description>System.IO.IOException: The file exists.

 at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
 at System.IO.__Error.WinIOError()
 at System.IO.Path.InternalGetTempFileName(Boolean checkHost)
 at System.Windows.Input.Cursor.LoadFromStream(Stream cursorStream)
 at System.Windows.Input.Cursor..ctor(Stream cursorStream)
 at Microsoft.VisualStudio.Text.Editor.Implementation.LeftSelectionMargin.get_RightArrowCursor()
 at Microsoft.VisualStudio.Text.Editor.Implementation.LeftSelectionMarginProvider.CreateMargin(IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin)
 at Microsoft.VisualStudio.Text.Utilities.ContainerMargin.<AddMargins>b__2(IWpfTextViewMarginProvider mp)
 at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.InstantiateExtension[TExtension,TMetadata,TExtensionInstance](Object errorSource, Lazy`2 provider, Func`2 getter)</description></entry>
This error did not show up at all before I installed Xamarin, which means to me that it might have been caused by Xamarin messing around in my settings or DLLs.
If anyone has any information about this, please feel free to tell me, and if any more information is needed about my computer (or anything else of that nature), please don't hesitate to ask. I would like to get this problem sorted out so I can get back to developing!
Thanks.