Home
.NET Tools Support | JetBrains
Contact Support
Community
Sign in
Anna Guseva
Total activity
509
Last activity
January 08, 2026 14:25
Member since
April 15, 2015 10:55
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
185
Activity overview
Articles (8)
Posts (0)
Comments (313)
Sort by recent activity
Recent activity
Votes
Created
May 21, 2019 12:43
> And in which window should I select this 'Advanced' option Advanced options exist for ".NET Process" configuration type in both Local and Remote cases. > is it possible to use dotMemory with simu...
Community
dotMemory discussions
Profiling XBox UWP application
0 votes
Created
May 16, 2019 14:07
> where should this Packages parameter be specified Select 'WinRT Application' in "Profile External Application" window then choose your package in drop down list. If the application you are lookin...
Community
dotMemory discussions
Profiling XBox UWP application
0 votes
Created
May 16, 2019 09:55
Yes, it seems like it's not possible in your case. Please follow this issue in youtrack: https://youtrack.jetbrains.com/issue/DMU-246 You can use filtering to narrow down the size of the object set...
Community
dotMemory discussions
System.IndexOutOfRangeException : Index was outside the bounds of the array.
0 votes
Created
May 14, 2019 16:05
The issue occurs in some cases if test runner process and dotMemoryUnit.exe process have different ChunkArray size. It can happen when test is running in x86 process on x64 machine. Please try to s...
Community
dotMemory discussions
System.IndexOutOfRangeException : Index was outside the bounds of the array.
0 votes
Created
May 14, 2019 11:16
Lukas, Could you please save collected data and provide dotMemory workspace to us? Please call dotMemoryApi.SaveCollectedData() before exception occurs (before calling GroupByType on a ObjectSet). ...
Community
dotMemory discussions
System.IndexOutOfRangeException : Index was outside the bounds of the array.
0 votes
Created
May 08, 2019 10:29
If you need to profile your web site from the start you can run IIS profiling from dotMemory using "Local (Remote) | IIS" configuration. > The process did contain managed codeYou can check that it ...
Community
dotMemory discussions
Unable to attach to IIS process
0 votes
Created
May 06, 2019 12:56
Hi Mark, This error can occur if w3wp process does not contain running managed code. What application (.NET Framework or .NET Core) do you run on IIS?
Community
dotMemory discussions
Unable to attach to IIS process
0 votes
Created
May 06, 2019 12:47
Matthew, Unfortunately, it's impossible now. dotMemory allows you to filter out the processes by process name only but all IIS processes have the same name. The possibility to filter profiled proce...
Community
dotMemory discussions
Profile a specific application pool in IIS
0 votes
Created
February 25, 2019 11:55
dotMemoryUnit doesn’t support async tests and parallel test execution. Even if it was possible, memory state from one test or async call would affect memory from another test or async call. For the...
Community
dotMemory discussions
DotMemoryUnitException : dotMemory Unit methods were called from outside a test method
0 votes
Created
February 07, 2019 08:43
Garbage collection is called automatically according to the algorithms. For example, GC have to be called if memory resources are insufficient. Objects will be collected if they are no longer in us...
Community
dotMemory discussions
Taking a snapshot clears the memory but otherwise the memory keeps growing in our .net web app
0 votes
«
First
‹
Previous
Next
›
Last
»