Hi Guys,
Here's hoping to edit RDL files in Visual Studio 2015, downloaded https://www.microsoft.com/en-us/download/details.aspx?id=50375 and installed all components (Data Tools, etc).
However whenever I open VS, it crashes with the following exceptions shown in Event Viewer:
Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileNotFoundException at Microsoft.VisualStudio.Services.Client.AccountManagement.AccountManager.GetAccountProviderCore(System.Guid) at Microsoft.VisualStudio.Services.Client.AccountManagement.AccountManager+<>c__DisplayClass32_0.<GetAccountProviderAsync>b__0() at System.Threading.Tasks.Task`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].InnerInvoke() at System.Threading.Tasks.Task.Execute() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at Microsoft.VisualStudio.Shell.Connected.UserInformation.AccountManagementTelemetry+<AddAccountProcessingEndTelemetryHandler>d__15.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_1(System.Object) at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
and
Faulting application name: devenv.exe, version: 14.0.25420.1, time stamp: 0x57685d85 Faulting module name: KERNELBASE.dll, version: 10.0.15063.296, time stamp: 0x28e9cf15 Exception code: 0xe0434352 Fault offset: 0x000eb802 Faulting process ID: 0x319c Faulting application start time: 0x01d2ca8a4bbd6d7f Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report ID: 4ba6caf1-0acc-49be-8d91-280a6711769e Faulting package full name: Faulting package-relative application ID:
I'm on a Windows 10 Pro Computer, connected to by business account in Azure/Office 365, running VS always as administrator.
Can anyone help?
Thanks,
P.
*This post is locked for comments