Vaccano
Vaccano
Is this project abandoned?
I just got this working. (And it took a fair amount of my hair too!) I have been working on this for a while, so I am not sure exactly...
For those with this same error, adding this before my `configure` method in main.ts fixed it for me: `require('expose?breeze!breeze-client/breeze.debug');`
Incase you are wondering, this is what I do in my app ``` import {configure as configureAureliaBreeze} from 'aurelia-breeze'; import {Container} from 'aurelia-dependency-injection'; var breeze: any; export class MyClassThatUsesBreeze {...
I found a way around this! I add this to my main.ts and it adds a global instance of breeze that makes this change unnecessary: `require('expose?breeze!breeze-client/breeze.debug');` (This is only needed...
I was able to fix this by modifying the source: I changed the `scoreValue` subfunction's second and third lines to this: if (value === null || typeof value === 'undefined')...
@Onokaev - That makes sense. However, getting an Access Token for a client credentials login is not too hard, and they expire fairly quickly. Maybe consider allowing the input of...
FYI: I am able to work around this issue by using the command line version of dotTrace. (It seems to support working with the Timeline style of profiling just fine.)...
I just went back to reproduce this issue and it did not fail. I am not sure why it is working now. I had to reboot several times when setting...
@gassanosh - I was able to reproduce this issue. It occurs when the registry key Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\EtwMaxLoggers is either not set or not set high enough for the current amount of...