Activity overview
Latest activity by tschlarm
This is running a webjob locally and not attaching to a process running in the cloud. dotTrace runs it fine, though their GUI is tough to interpret the results. / comments
This is running a webjob locally and not attaching to a process running in the cloud. dotTrace runs it fine, though their GUI is tough to interpret the results.
Not sure it's around any more. I just let the built-in error reporting send it. Not sure where it went. Trying to repro this and so far this morning the crash isn't happening. What I've found so far with ANTSPP v10.1.1067: With async awareness enabled: - Sample method level timings (inc framework): works - Method-level timings (only methods with source): fails - Line-level and method level: fails - Method levels (inc framework): fails - Line & Method level: fails With async awareness disabled: - Sample method level timings (inc framework): works - Method-level timings (only methods with source): works - Line-level and method level: fails - Method levels (inc framework): works - Line & Method level: fails As for other profiler options everything checked except the 1st option (Record File i/O performance) / comments
Not sure it's around any more. I just let the built-in error reporting send it. Not sure where it went. Trying to repro this and so far this morning the crash isn't happening.What I've found so far...
Webjobs
Does ANTS PP work with line level timings of an Azure webjob? I have a relatively vanilla scheduled webjob (using async/await) and while calling:HttpResponseMessage resp = await httpClient.PostAsyn...
Not generating inserts
SDC v12.3.1.4383
For some reason comparing databases between Azure SQL and a local SQL 2016, inserts are not generated in the deployment script.
Source: Azure SQL
Dest: SQL 2016 (local)
After the c...
Yes, the checkboxes are much better now in hi-dpi as is the gear icon.
I'm sure you are still aware of the high dpi issues that remain:
- pointer mouse cursor get super small when hovering over the checkboxes and in the compare results rea
- min/max/close icons in title bar, but the click area is bigger so this covers for the icons a bit
- the 'equals symbol' in the header in the identical list is very small
- Checkbox fields are clipped on the deployment screen (Backup target before, recompare after...)
- About box clipping
- Though there's no clipping, I'm guessing the splash screen also has some scaling issues.
Everything else looks good so far.
Thanks for your hard work on fixing these issues. / comments
Yes, the checkboxes are much better now in hi-dpi as is the gear icon.
I'm sure you are still aware of the high dpi issues that remain:
- pointer mouse cursor get super small when hovering over the...
The screen and text are so tiny to be pretty much unreadable. 250% is the 'recommended' scaling factor according to windows. In the 100% scaling case the checkboxes are even smaller. / comments
The screen and text are so tiny to be pretty much unreadable. 250% is the 'recommended' scaling factor according to windows. In the 100% scaling case the checkboxes are even smaller.
v12.1.0.3760 Professional
Win10,
resolution: 3840x2160,
text scaling 250%,
Intel HD Graphics 520 chipset
Hope this helps. / comments
v12.1.0.3760 Professional
Win10,
resolution: 3840x2160,
text scaling 250%,
Intel HD Graphics 520 chipset
Hope this helps.
High resolution screen issues
Hi,
I've noticed some hi-res screen issues in the new v12 versions of SQL Compare and SQL Data compare that are sometimes annoying and in one case make the product nearly impossible (at the least, ...
Thanks. That's all I can ask.
Thanks for all your efforts. / comments
Thanks. That's all I can ask.
Thanks for all your efforts.
profiling a web page with querystring arguments
I searched this forum and could not find any help for this issue.
I guess I'm missing something. I'm profiling an ASP.NET 4 application with the web development server (or IIS Express). I'd like to...