MattCosturos

Results 29 comments of MattCosturos

It's been a while since I looked at this. The option that caused me problems appears to not even exist anymore in the binding. Per [docs](https://docs.dapr.io/reference/components-reference/supported-bindings/eventhubs/) I don't even see...

I too am running into this issue. I tried many things, but restarting was the only way to resolve the issue. Now that I have restarted, I can stop and...

I just ran into this error on a new project. Is a copy of existing project that works fine. What do I need to start looking at to resolve this...

Thanks for getting back to me. I ended up having some mixed up reference in my new project docker builds. I was using Actor binary from project 1, but client...

> It's kind of ridiculous that azure pipelines randomly fall over every few months because some python dependency has gotten upgraded. It's makes it seem like actually deploying edge modules...

Having the same issue here. When I made a simple dotnet core Console application I didn't have this problem. Using VSCode ![image](https://user-images.githubusercontent.com/48531957/82082308-c82f2000-96b5-11ea-9d26-6ed7209b79fd.png) When I tried to make a WinForm application...

If you make a simple dotnet core console project you can copy the plctag.dll into your vstudio project and it works.

You need to put plctag.dll inside the /bin/Debug folder (next to the .exe that is built)

Force means to overwrite the status of the output, and set it to a specific value. As far as I know the only way to force output is using AB...