-
When the codecompletion will open at SharpDevelop 5 Beta 2, it throws an exception.
Exception thrown:
System.IO.IOException: Cannot locate resource 'codecompletion/images/staticclass.png'.
at MS.…
dezio updated
10 years ago
-
## To reproduce:
1) Create a C# class library project.
2) Add a reference to Rhino.Mocks.
3) Enter the following code:
```
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Perm…
-
```
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AggregateException: One or more errors occurred. ---> D_Parser.Resolver.TooManyRe…
-
```
Object reference not set to an instance of an object.
Stack Trace:
at D_Parser.Completion.CodeCompletion.GenerateCompletionData(IEditorData editor, ICompletionDataGenerator completionDataGen, C…
Orvid updated
10 years ago
-
When I pressed backspace IDE was thrown this exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at D_Parser.Parser.DTokens.ContainsStorageClass(IEnumera…
-
maybe related to #119 but this time is happens when trying to write a range foreach statement:
```
System.NullReferenceException: Object reference not set to an instance of an object.
at MonoDevel…
-
_From [steven.s...@gmail.com](https://code.google.com/u/118403364018775626054/) on 2012-12-30T15:26:39Z_
In the Jedi bookmark of https://code.google.com/r/stevensilvester-rich-text-to-thread/source/b…
-
I sometimes get very vague errors on code completion, appearing in output-panel of FlashDevelop, and then codecompletion stops. I also reported an issue to Flambe, but it could be a Haxe related `-dis…
-
I'm not sure how to reproduce it, I was fast typing _null_ in following text sample:
```
var handler = CanExecuteChanged;
if(handler != n
}
```
and i've got
```
Unhandled WPF ex…
-
I was just in vibe.d (vibe.http.router.d [line 144]) and wrote a new method in there:
```
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei D_Pars…