History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-54181
Type: Exception Exception
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Normal Normal
Assignee: Dmitry Shaporenkov
Reporter: Damien McGivern
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
ReSharper

at VSTextControl.GetSafePointOfLineColumn : Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Created: 08 Dec 07 03:45   Updated: 01 Jul 08 21:53
Component/s: None
Fix Version/s: None
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. File master.k.ms.us.css (0.1 kb)


Build: 574


 Description  « Hide
typing the following in a CSS file

@media pr
ReSharper 3.1 RC Version=3.1.574.2, Edition=, Built=2007-12-06T20:07:56, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

at JetBrains.Util.InternalErrorException..ctor(String, Exception) in c:\A\work\be08dc054b0f1225\Platform\src\JetBrains.Util\src\InternalErrorException.cs:line 29 column 7
at JetBrains.Util.Logger.Fail(String) in c:\A\work\be08dc054b0f1225\Platform\src\JetBrains.Util\src\Logger\Logger.cs:line 135 column 5
at JetBrains.Util.Logger.Assert(Boolean, String) in c:\A\work\be08dc054b0f1225\Platform\src\JetBrains.Util\src\Logger\Logger.cs:line 110 column 3
at JetBrains.VSAddin.TextControl.VSTextControl.GetSafePointOfLineColumn(Int32, Int32) in c:\A\work\be08dc054b0f1225\src\VSAddin\src\TextControl\VSTextControl.cs:line 339 column 7
at JetBrains.VSAddin.TextControl.VSTextControl.VisualToCanvas(VisualPosition) in c:\A\work\be08dc054b0f1225\src\VSAddin\src\TextControl\VSTextControl.cs:line 347 column 7
at JetBrains.ReSharper.Daemon.Impl.BulbManagerImpl.AsyncBuildAvailableActionsList(Boolean, Boolean, ITextControl, Boolean, Int32, Action) in c:\A\work\be08dc054b0f1225\src\Daemon\src\Impl\BulbManagerImpl.cs:line 221 column 7
at JetBrains.ReSharper.Daemon.Impl.<>c_DisplayClass1.<JetBrains.ReSharper.CodeInsight.Services.IAsyncCommitClient.BeforeCommit>b_0() in c:\A\work\be08dc054b0f1225\src\Daemon\src\Impl\BulbManagerImpl.cs:line 168 column 18
at JetBrains.ReSharper.Psi.Impl.<>c_DisplayClass4.<DoCommit>b_3() in c:\A\work\be08dc054b0f1225\src\Psi\src\impl\AsyncCommitServiceImpl.cs:line 148 column 25
at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.AsyncCommitAllDocuments(CheckForInterrupt, Action, Action) in c:\A\work\be08dc054b0f1225\src\Psi\src\impl\PsiManager\PsiManagerImpl.cs:line 734 column 11
at JetBrains.ReSharper.Psi.Impl.Commiter.DoCommit() in c:\A\work\be08dc054b0f1225\src\Psi\src\impl\AsyncCommitServiceImpl.cs:line 141 column 11
at JetBrains.ReSharper.Psi.Impl.<>c_DisplayClass1.<OnAlarm>b_0() in c:\A\work\be08dc054b0f1225\src\Psi\src\impl\AsyncCommitServiceImpl.cs:line 100 column 17
at JetBrains.ReSharper.Psi.Impl.AsyncCommitServiceImpl.OnAlarm() in c:\A\work\be08dc054b0f1225\src\Psi\src\impl\AsyncCommitServiceImpl.cs:line 104 column 5
at JetBrains.Shell.PendingAction.Execute() in c:\A\work\be08dc054b0f1225\Platform\src\JetBrains.Shell\src\Invocator.cs:line 292 column 7
at JetBrains.Shell.Invocator.ProcessQueue() in c:\A\work\be08dc054b0f1225\Platform\src\JetBrains.Shell\src\Invocator.cs:line 129 column 11
at System.RuntimeMethodHandle._InvokeMethodFast(Object, Object[], SignatureStruct&, MethodAttributes, RuntimeTypeHandle)
at System.RuntimeMethodHandle.InvokeMethodFast(Object, Object[], Signature, MethodAttributes, RuntimeTypeHandle)
at System.Reflection.RuntimeMethodInfo.Invoke(Object, BindingFlags, Binder, Object[], CultureInfo, Boolean)
at System.Delegate.DynamicInvokeImpl(Object[])
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object)
at System.Threading.ExecutionContext.runTryCode(Object)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, Object)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext, ContextCallback, Object)
at System.Threading.ExecutionContext.Run(ExecutionContext, ContextCallback, Object)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.WndProc(Message&)
at System.Windows.Forms.ScrollableControl.WndProc(Message&)
at System.Windows.Forms.ContainerControl.WndProc(Message&)
at System.Windows.Forms.Form.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)

at JetBrains.Util.Logger.Fail(String messageText) in c:\A\work\be08dc054b0f1225\Platform\src\JetBrains.Util\src\Logger\Logger.cs:line 135



 All   Comments   Work Log   Change History      Sort Order:
Anonymous - 01 Jan 08 15:07
ReSharper 3.1 Version=3.1.583.5, Edition=Csharp, Built=2007-12-19T23:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 14 Jan 08 00:04
I was inserting comments into a CSS file
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Damien White - 23 Jan 08 00:01
Saving CSS; this is EXTREMELY frustrating!
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

David Veksler - 23 Jan 08 00:33
CSS Editing
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

David Veksler - 23 Jan 08 00:33
Previous exception:RSRP-54181
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 25 Jan 08 22:28
while accessing the .resx file
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=8.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 30 Jan 08 13:44
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 12 Feb 08 17:20
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 13 Feb 08 21:40
Editing a css file
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 26 Feb 08 12:39
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 27 Feb 08 20:05
Previous exception:RSRP-59588
ReSharper 3.11 EAP Version=3.1.601.0, Edition=Csharp, Built=2008-02-09T19:24:30, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 27 Feb 08 20:06
Previous exception:RSRP-54181
ReSharper 3.11 EAP Version=3.1.601.0, Edition=Csharp, Built=2008-02-09T19:24:30, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 04 Mar 08 06:37
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 04 Mar 08 06:38
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 04 Mar 08 06:41
Previous exception:RSRP-54181
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 04 Mar 08 06:44
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Thomas Jung - 04 Mar 08 06:53
Update: This exception occurs only if the solution that contains that file is open. Opening the file by itself in VS (with the empty default solution created on the fly) and editing it does not cause this problem.


Anonymous - 22 Mar 08 04:21
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 22 Mar 08 04:22
Previous exception:RSRP-54181
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 22 Mar 08 04:22
Previous exception:RSRP-54181
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 24 Mar 08 19:59
Previous exception:RSRP-52563
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=8.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 26 Mar 08 22:49
editing CSS
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 26 Mar 08 22:49
Previous exception:RSRP-54181
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 27 Mar 08 00:31
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 27 Mar 08 12:40
Previous exception:RSRP-54125
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=8.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 06 May 08 00:16
WTF! You should rename this program to ReCRASHER!

ReCrasher for life!
ReCrasher for life!
ReCrasher for life!
ReCrasher for life!
ReCrasher for life!
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T18:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.


Anonymous - 14 May 08 19:36
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T18:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 14 May 08 19:37
Previous exception:RSRP-54181
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T18:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 15 May 08 13:54
Previous exception:RSRP-68415
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 17 May 08 00:36
Saving a file.
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T18:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 23 May 08 13:01
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T18:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 23 May 08 13:01
Previous exception:RSRP-69601
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T18:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 23 May 08 21:57
ok
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 23 May 08 22:31
ok
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 26 May 08 22:41
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T18:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 26 May 08 22:41
Previous exception:RSRP-54181
ReSharper 3.1 Version=3.1.584.3, Edition=Csharp, Built=2007-12-20T18:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.

Anonymous - 01 Jul 08 21:53
ReSharper 3.1 Version=3.1.584.3, Edition=, Built=2007-12-20T19:16:46, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Unable to call IVsTextView.GetPointsOfLineColumn. NullReferenceException occoured.