minimalisticMe
minimalisticMe
If you don't need the RGB-Depth Processing module (that's where the error occurs) and just want to compile opencv on windows, just deactivate the extra module with `-DBUILD_opencv_rgbd=OFF` during cmake-configure...
@pitbra Your addition is great. I am now able to return a value. However I have troble returning a stream. For single mail donwload I can just stream a `MemoryStream`...
I was able to correct my mistake, as I was not serializing the `response`-object correctly. Changing the code the following way now does not throw errors but returns empty messages...
@derdigge are you using 64bit version of windows? You can check this via `Settings` -> `System` -> `Info`. If so, you might face the same problem as this guy: #12....
@faa1947 I'm sorry, the link you posted can only be accessed with credentials and my russian is not the very best 😄 I would like to clarify myself: It is...
@faa1947 @derdigge ... well I registered and switched to my language, but now I only get a 404 not found, can you confirm whether the page still exists or not?
See #11 for my answer to this issue.
I have the same issue. Using a Blazor WASM App with nuget package `AzureMapsControl.Components` version `1.12.0-alpha0028` (same issue with version `1.11.0`) and Subscription Key the map area is empty. I...
@mitikov I can't speak for @SaschaPatschka but my Chrome `Elements` looks like this:  Can you see anything suspicious there?
The comment from @mitikov is quite helpful. Looking at Layout it seems `width` is fine, but `height` is `0`.  When adding the following lines at the beginning of the...