Feature current unavailable messages

Hi,

I keep getting messages appearing at the top of my visual studio editor when I’m editing pages. I’ve copied the stacktrace from one to show here.

StreamJsonRpc.RemoteInvocationException: (20,262) matches or exceeds SourceText boundary 53.
at StreamJsonRpc.JsonRpc.d__1711.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Threading.Tasks.ValueTask1.get_Result()
at Microsoft.CodeAnalysis.Remote.BrokeredServiceConnection1.<TryInvokeAsync>d__181.MoveNext()
RPC server exception:
System.InvalidOperationException: (20,262) matches or exceeds SourceText boundary 53.
at Microsoft.AspNetCore.Razor.ThrowHelper.ThrowInvalidOperationException[T](String message)
at Microsoft.CodeAnalysis.Text.SourceTextExtensions.GetRequiredAbsoluteIndex(SourceText text, Int32 line, Int32 character)
at Roslyn.LanguageServer.Protocol.LspExtensions.GetRequiredAbsoluteIndex(SourceText text, Position position)
at Microsoft.CodeAnalysis.Remote.Razor.RemoteDataTipRangeService.GetDataTipRangeAsync(RemoteDocumentContext context, Position position, CancellationToken cancellationToken)
at Microsoft.CodeAnalysis.Remote.RemoteWorkspace.<>c__DisplayClass7_01.<<RunWithSolutionAsync>g__ProcessSolutionAsync|1>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.CodeAnalysis.Remote.RemoteWorkspace.RunWithSolutionAsync[T](AssetProvider assetProvider, Checksum solutionChecksum, Boolean updatePrimaryBranch, Func2 implementation, CancellationToken cancellationToken)
at Microsoft.CodeAnalysis.Remote.RemoteWorkspace.RunWithSolutionAsync[T](AssetProvider assetProvider, Checksum solutionChecksum, Boolean updatePrimaryBranch, Func2 implementation, CancellationToken cancellationToken) at Microsoft.CodeAnalysis.Remote.RemoteWorkspaceManager.RunServiceAsync[T](ServiceBrokerClient client, Checksum solutionChecksum, Func2 implementation, CancellationToken cancellationToken)

This is what it looks like on a page

image

Can I stop these from popping up all the time?

Cheers

Reg

Hi @SolutionJ,

Those messages are not shown by the Radzen Blazor for Visual Studio extension so we are not sure how and if you can turn them off. Did you try searching for this error message online?

Hi,

Ok, thanks, I will do this.