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

Git revert bug

$
0
0

When I open WPF-project and in git console try revert some *.cs file, such exception was thrown:

SharpDevelop Version : 4.3.3.9663-463ee024
.NET Version : 4.0.30319.1
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 3
Current culture : Invariant Language (Invariant Country) ()
Current UI language : ru
Working Set Memory : 237160kb
GC Heap Memory : 46235kb

Unhandled WPF exception
Exception thrown:
System.IO.FileNotFoundException: Файл 'D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml' не найден.
Имя файла: "D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml"
в System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
в System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
в System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
в ICSharpCode.SharpDevelop.OpenedFile.OpenRead()
в ICSharpCode.SharpDevelop.ParserService.GetParseableFileContentInternal(String fileName)
в ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.SafeThreadFunction[A,R](Func`2 method, A arg1)
в ICSharpCode.SharpDevelop.ParserService.GetParseableFileContent(String fileName)
в ICSharpCode.SharpDevelop.ParserService.timer_Tick(Object sender, EventArgs e)
в System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
в MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

---- Recent log messages:
01:20:51.625 [7] DEBUG - Removing part D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml from compound class AutoCAD_Teacher.Window1
01:20:51.625 [7] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
01:20:51.625 [7] DEBUG - Adding existing class Window1 from MainWindow.xaml
01:20:51.625 [7] DEBUG - Creating compound for AutoCAD_Teacher.Window1
01:20:51.625 [1] DEBUG - ParseInformationUpdated D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml new!=null:True
01:20:53.125 [30] DEBUG - Removing part D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml from compound class AutoCAD_Teacher.Window1
01:20:53.125 [30] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
01:20:53.125 [30] DEBUG - Adding existing class Window1 from MainWindow.xaml
01:20:53.125 [30] DEBUG - Creating compound for AutoCAD_Teacher.Window1
01:20:53.125 [1] DEBUG - ParseInformationUpdated D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml new!=null:True
01:20:54.625 [20] DEBUG - Removing part D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml from compound class AutoCAD_Teacher.Window1
01:20:54.625 [20] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
01:20:54.625 [20] DEBUG - Adding existing class Window1 from MainWindow.xaml
01:20:54.625 [20] DEBUG - Creating compound for AutoCAD_Teacher.Window1
01:20:54.625 [1] DEBUG - ParseInformationUpdated D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml new!=null:True
01:20:56.125 [34] DEBUG - Removing part D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml from compound class AutoCAD_Teacher.Window1
01:20:56.125 [34] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
01:20:56.125 [34] DEBUG - Adding existing class Window1 from MainWindow.xaml
01:20:56.125 [34] DEBUG - Creating compound for AutoCAD_Teacher.Window1
01:20:56.125 [1] DEBUG - ParseInformationUpdated D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml new!=null:True
01:20:57.625 [20] DEBUG - Removing part D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml from compound class AutoCAD_Teacher.Window1
01:20:57.625 [20] DEBUG - Second-to-last part removed (old part count = 2), overwriting compound with last part
01:20:57.625 [20] DEBUG - Adding existing class Window1 from MainWindow.xaml
01:20:57.625 [20] DEBUG - Creating compound for AutoCAD_Teacher.Window1
01:20:57.625 [1] DEBUG - ParseInformationUpdated D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\MainWindow.xaml new!=null:True

---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: ICSharpCode.SharpDevelop.Project.ProjectBrowserPad
ProjectService.OpenSolution: [Solution: FileName=D:\Documents\Наработки\Мои проэкты\Проэкты\AutoCAD Teacher\AutoCAD Teacher.sln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: AutoCAD Teacher]


Viewing all articles
Browse latest Browse all 1764

Trending Articles