Search found 2 matches
- Fri Nov 05, 2021 9:47 am
- Forum: General
- Topic: ProfilerApplicationCore contructor sometimes throws excetions
- Replies: 0
- Views: 2858
ProfilerApplicationCore contructor sometimes throws excetions
Hi, When running multiple tests sequential, in each of the tests a ProfilerApplicationCore is created, and sometimes we have the exception: Message : System.InvalidOperationException : Cannot change default WinStoreHelper. Stack Trace : WinStoreHelper.InitDefault(WinStoreHelper winStoreHelper) Profi...
- Fri Apr 09, 2021 10:29 am
- Forum: General
- Topic: Memory Profiling in a CI workflow - Virtual Machines
- Replies: 1
- Views: 6323
Memory Profiling in a CI workflow - Virtual Machines
Hi, I'm developing / prototyping a solution to test memory leaks in a WPF Application, Using .Net Memory Profile Api and 'SciTech.NetMemProfiler.Core.dll' in a Continuous Integration workflow. This is done by launching a Virtual Machine, Running the application and attaching to the process: int proc...