ProNotion

Results 33 comments of ProNotion

@ARGO1960 Unfortunately this didn't work for me on Windows 11 Pro

> > @ARGO1960 Unfortunately this didn't work for me on Windows 11 Pro > > Well yes i'm using 11 Enterprise but msconfig should work on all windows versions as...

I no longer have the issue. I believe it is because of the previous advice on disabling startup apps. My Startup apps are now disabled like this. ![image](https://github.com/dymosoftware/dymo-connect-framework/assets/1590398/99681537-90a3-42a8-a71e-e0509e6ec839)

> I've checked in with the CMS team, and It's not scheduled yet @Abrissirba - my expectation would be that if something critical comes up it would get pulled forward,...

I've started work on some better handling of errors based on [RFC 6749](https://tools.ietf.org/html/rfc6749#section-4.1.2.1) and extended the `UnexpectedResponseException` to feed this information back if it exists. I will submit a pull...

Sure, I can implement it that way if you'd like. Currently I have extended the `UnexpectedResponseException` class to have `ErrorCode` and `ErrorDescription` proeprties with an overloaded constructor like `public UnexpectedResponseException(string...

I'm inclined to agree with you as it makes for easier handling of each scenario and allows us to populate the exceptions with the relevant information from each of the...

The responses in [this issue](https://github.com/smsohan/MvcMailer/issues/34) led me to my solution: ``` var data = new RouteData(); data.DataTokens["playermailer"] = "PlayerMailer"; this.ControllerContext = new ControllerContext(context, data, this); ``` `context` in this case...

Glad I posted this for my future self as I just hit the problem again on an old site and uncovered this while looking for a solution! 😄 > The...

This is working great for me so far - thanks Jason. The only issue of slight concern is the lack of fallback like we have with elements on images but...