Hi,
I am trying to follow https://docs.appdynamics.com/display/PRO44/Install+the+.NET+Core+Microservices+Agent+for+Windows to setup a .net core app to be monitored on my controller.
Not sure what I am missing, but nothing ever appears on the SaaS...
So, I spoke with one of your support people on a webex and discovered that it was visual studio hanging on debugging of the application.
If I ran it as a standalone executable and let it sit long enough, it would connect and create the application...
So I discovered that the waiting to connect message was because I had the "add new application" dialog from the controller open and it was firing that message as it waited for my application to connect. This is as designed.
Now my problem is, is t...
Discovered .net core 2.1 was logging an error around InjectMEE. I downgraded to 2.0 and it seems to get further in the process.
Now fighting with applicationAdoptionStatus=WAITING_FOR_AGENT_TO_CONNECT on messages being sent out to my SaaS instance...