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

Creation the a new project with SharpDevelop 5.0 erreu

$
0
0

SharpDevelop Version : 5.0.0.4755-c848dc28
.NET Version         : 4.5.50938
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : French (Switzerland) (fr-CH)
Current UI language  : en
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 111764kb
GC Heap Memory       : 11761kb

Exception thrown:
System.TypeInitializationException: Une exception a été levée par l'initialiseur de type pour 'SharpDevTFS.TFS'. ---> System.IO.FileNotFoundException: Impossible de charger le fichier ou l'assembly 'Microsoft.TeamFoundation.VersionControl.Client, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ou une de ses dépendances. Le fichier spécifié est introuvable.
   à SharpDevTFS.TFS..cctor()
   --- Fin de la trace de la pile d'exception interne ---
   à SharpDevTFS.TFS.GetFileStatus(String fileName)
   à SharpDevTFS.OverlayIconManager.RunStep(AbstractProjectBrowserTreeNode node)
   à SharpDevTFS.OverlayIconManager.Run(Object state)

---- Recent log messages:
10:01:34.592 [1] INFO - Loading addin XAML Binding
10:01:34.592 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Dom.IModelFactory
10:01:34.608 [1] DEBUG - ActiveViewContentChanged to
10:01:34.608 [1] DEBUG - ActiveContentChanged to
10:01:34.608 [1] DEBUG - ProjectBrowser: Loading solution [Solution C:\Users\EBMC\Documents\SharpDevelop Projects\vsd\vsd.sln with 1 projects] into project tree view
10:01:34.623 [8] DEBUG - Git: OverlayIconManager Thread started
10:01:34.623 [1] INFO - Loading addin F# Binding
10:01:34.623 [6] DEBUG - Git: OverlayIconManager Thread started
10:01:34.623 [1] INFO - Loading addin WiX Binding
10:01:34.670 [1] DEBUG - ActiveWorkbenchWindowChanged to
10:01:34.670 [1] DEBUG - NavigationService -- suspend logging
10:01:34.670 [1] INFO - Open file C:\Users\EBMC\Documents\SharpDevelop Projects\vsd\vsd\Window1.xaml
10:01:34.670 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Workbench.IDisplayBindingService
10:01:34.717 [1] INFO - Loading addin Search & Replace
10:01:34.733 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.ILanguageService
10:01:34.779 [1] DEBUG - OpenedFileClosed: C:\Users\EBMC\Documents\SharpDevelop Projects\vsd\vsd\Window1.xaml
10:01:34.779 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.Editor.Bookmarks.IBookmarkManager
10:01:34.795 [1] DEBUG - OpenedFileClosed: C:\Users\EBMC\Documents\SharpDevelop Projects\vsd\vsd\Window1.xaml
10:01:34.795 [1] DEBUG - [AddInManager2.Events] Package list download ended (success: False).
10:01:34.811 [1] DEBUG - [AddInManager2.Events] Package list download ended (success: True).
10:01:34.826 [LoadSolutionProjects] DEBUG - Deserializing C:\Users\EBMC\AppData\Local\Temp\SharpDevelop5.0\vsd.234affe7.prj
10:01:34.842 [6] ERROR -
--> Exception:
System.TypeInitializationException: Une exception a été levée par l'initialiseur de type pour 'SharpDevTFS.TFS'. ---> System.IO.FileNotFoundException: Impossible de charger le fichier ou l'assembly 'Microsoft.TeamFoundation.VersionControl.Client, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ou une de ses dépendances. Le fichier spécifié est introuvable.
   à SharpDevTFS.TFS..cctor()
   --- Fin de la trace de la pile d'exception interne ---
   à SharpDevTFS.TFS.GetFileStatus(String fileName)
   à SharpDevTFS.OverlayIconManager.RunStep(AbstractProjectBrowserTreeNode node)
   à SharpDevTFS.OverlayIconManager.Run(Object state)
10:01:34.842 [1] DEBUG - Service startup: ICSharpCode.UnitTesting.ITestService
10:01:34.889 [6] WARN - Stack trace of last exception log:
   à System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
   à System.Environment.get_StackTrace()
   à ICSharpCode.SharpDevelop.Logging.SDMessageService.ShowException(Exception ex, String message)
   à ICSharpCode.Core.MessageService.ShowException(Exception ex, String message)
   à SharpDevTFS.OverlayIconManager.Run(Object state)
   à System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   à System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   à System.Threading.ThreadPoolWorkQueue.Dispatch()
   à System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
10:01:34.951 [LoadSolutionProjects] DEBUG - vsd: ParseFiles() finished. 4 files were re-used from CC cache; 1 files were parsed (0 of those are serializable)

---- Post-error application state information:
Installed 3rd party AddIns: [ComponentAddin 1.0.0], [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 C:\Users\EBMC\Documents\SharpDevelop Projects\vsd\vsd.sln with 1 projects]
ProjectService.CurrentProject: <null>
Workbench.ActiveContent: System.InvalidOperationException: Le thread appelant ne peut pas accéder à cet objet parce qu'un autre thread en est propriétaire.
   à System.Windows.Threading.Dispatcher.VerifyAccess()
   à ICSharpCode.SharpDevelop.DispatcherMessageLoop.VerifyAccess()
   à ICSharpCode.SharpDevelop.Workbench.WpfWorkbench.get_ActiveContent()
   à ICSharpCode.SharpDevelop.Workbench.WorkbenchStartup.<InitializeWorkbench>b__0()
   à ICSharpCode.Core.ApplicationStateInfoService.GetCurrentApplicationStateInfo()


Viewing all articles
Browse latest Browse all 1764

Trending Articles