sergei66666

Results 7 comments of sergei66666

I also had to use it on `net461`. I downloaded the source and change `TargetFramework `in `DinkToPdf.csproj` like this `net461`. Compile it, add reference and it works well.

@fashrista I used net461 from Nov 2018 to March 2019 in all my projects inside solution. It worked on my dev machine (windows 10) and in azure service. I used...

@fashrista If I know correctly github is not correct place for this discussion. But.. A long time ago I had 2 projects: 1) Console net461 2) DinkToPdf 1 had referense...

Faced with a similar problem. I noticed that this happens after restarting the server. Do not restart the application, namely restart the server. If you look at the field "System...

I ran into this problem while testing. What do you think, maybe as a solution we can start a timer and send STOP if there were no events from the...

I'm just getting started with CNC. But if I understand correctly, then the control panels (pendant) stop moving when we stop turning the encoder. It would probably be correct (from...

Yes, I read your posts about the imperfection of the framework's event system. I am not an expert in Java, but I think that there will be no changes in...