Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Error loading a Project with SharpDev TFS 0.0.5.0

$
0
0

 

 

SharpDevelop Version : 5.1.0.4936-Beta-3ea20cfa
.NET Version         : 4.5.50938
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1, v.721
Current culture      : Spanish (Bolivarian Republic of Venezuela) (es-VE)
Working Set Memory   : 119352kb
GC Heap Memory       : 11642kb

Exception thrown:
System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de 'SharpDevTFS.TFS'. ---> System.IO.FileNotFoundException: No se puede cargar el archivo o ensamblado 'Microsoft.TeamFoundation.VersionControl.Client, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.
   en SharpDevTFS.TFS..cctor()
   --- Fin del seguimiento de la pila de la excepción interna ---
   en SharpDevTFS.TFS.GetFileStatus(String fileName)
   en SharpDevTFS.OverlayIconManager.RunStep(AbstractProjectBrowserTreeNode node)
   en SharpDevTFS.OverlayIconManager.Run(Object state)

---- Recent log messages:
22:42:35.167 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Editor.IEditorControlService
22:42:35.178 [1] DEBUG - Preload-Thread finished.
22:42:35.329 [9] DEBUG - RecentProjectsControl: Looking up path 'E:\_Downloads2014\CSharp\usb\47718684USB\USB\USB.sln'
22:42:38.020 [1] DEBUG - [AddInManager2.Events] Package list download ended (success: False).
22:42:38.096 [1] DEBUG - [AddInManager2.Events] Package list download ended (success: True).
22:42:38.973 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.IFileSystem
22:42:38.984 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Project.IMSBuildEngine
22:42:39.086 [1] INFO - Loading addin XAML Binding
22:42:39.105 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Dom.IModelFactory
22:42:39.128 [1] DEBUG - ActiveViewContentChanged to
22:42:39.128 [1] DEBUG - ActiveContentChanged to
22:42:39.128 [1] DEBUG - ProjectBrowser: Loading solution [Solution E:\_Downloads2014\CSharp\usb\47718684USB\USB\USB.sln with 1 projects] into project tree view
22:42:39.140 [9] DEBUG - Git: OverlayIconManager Thread started
22:42:39.141 [1] INFO - Loading addin F# Binding
22:42:39.142 [5] DEBUG - Git: OverlayIconManager Thread started
22:42:39.154 [1] INFO - Loading addin WiX Binding
22:42:39.187 [1] INFO - Initialize DirectoryNode E:\_Downloads2014\CSharp\usb\47718684USB\USB
22:42:39.230 [1] DEBUG - ActiveWorkbenchWindowChanged to
22:42:39.233 [1] DEBUG - NavigationService -- suspend logging
22:42:39.233 [1] DEBUG - NavigationService -- resume logging
22:42:39.247 [1] DEBUG - Service startup: ICSharpCode.UnitTesting.ITestService
22:42:39.268 [LoadSolutionProjects] DEBUG - Deserializing C:\Users\Admin\AppData\Local\Temp\SharpDevelop5.1\USB.33245843.prj
22:42:39.411 [5] ERROR -
--> Exception:
System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de 'SharpDevTFS.TFS'. ---> System.IO.FileNotFoundException: No se puede cargar el archivo o ensamblado 'Microsoft.TeamFoundation.VersionControl.Client, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.
   en SharpDevTFS.TFS..cctor()
   --- Fin del seguimiento de la pila de la excepción interna ---
   en SharpDevTFS.TFS.GetFileStatus(String fileName)
   en SharpDevTFS.OverlayIconManager.RunStep(AbstractProjectBrowserTreeNode node)
   en SharpDevTFS.OverlayIconManager.Run(Object state)
22:42:39.432 [LoadSolutionProjects] DEBUG - USB: ParseFiles() finished. 4 files were re-used from CC cache; 2 files were parsed (2 of those are serializable)
22:42:39.508 [5] WARN - Stack trace of last exception log:
   en System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
   en System.Environment.get_StackTrace()
   en ICSharpCode.SharpDevelop.Logging.SDMessageService.ShowException(Exception ex, String message)
   en ICSharpCode.Core.MessageService.ShowException(Exception ex, String message)
   en SharpDevTFS.OverlayIconManager.Run(Object state)
   en System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   en System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   en System.Threading.ThreadPoolWorkQueue.Dispatch()
   en System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

---- Post-error application state information:
Installed 3rd party AddIns: [PInvoke Add-in 0.0.0.0], [Mono 0.0.0.0], [SharpDevTFS 0.0.0.0], [WSPBuilderAddinV5 0.0.0.0]
ProjectService.CurrentSolution: [Solution E:\_Downloads2014\CSharp\usb\47718684USB\USB\USB.sln with 1 projects]
ProjectService.CurrentProject: <null>
Workbench.ActiveContent: System.InvalidOperationException: El subproceso que realiza la llamada no puede obtener acceso a este objeto porque el propietario es otro subproceso.
   en System.Windows.Threading.Dispatcher.VerifyAccess()
   en ICSharpCode.SharpDevelop.DispatcherMessageLoop.VerifyAccess()
   en ICSharpCode.SharpDevelop.Workbench.WpfWorkbench.get_ActiveContent()
   en ICSharpCode.SharpDevelop.Workbench.WorkbenchStartup.<InitializeWorkbench>b__0()
   en ICSharpCode.Core.ApplicationStateInfoService.GetCurrentApplicationStateInfo()


Viewing all articles
Browse latest Browse all 1764

Trending Articles