MrJacquers

Results 5 comments of MrJacquers

> I was looking for this too... > > I took a screenshot with Greenshot and want to extract the text now. In this case I need the content of...

This could work? https://github.com/polybioz/HTML-Renderer-Core

Tracked it down to the CreateTableIfNotExists method. Please put it in a try catch :)

Try this: https://stackoverflow.com/questions/56481093/how-to-receive-error-emails-using-elmahcore EmailOptions emailOptions = new EmailOptions { MailRecipient = "[email protected]", MailSender = "[email protected]", SmtpServer = "smtp.sendgrid.net", AuthUserName = "loginUsername", AuthPassword = "loginPassword" }; services.AddElmah(options => { options.ConnectionString =...

Thanks, that worked, sort of :) Monkey C is actually a mix of several languages and runs in a Java vm afaik. I'll have to see if I can find...