Tag not monitored by Microsoft.
I added the code you suggested to to function. Apparently devenv is calling the function but NOT in design mode.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to compile a WFF XAML. The XAML makes reference to a function defined in a separate DLL. At compile time this function's constructor is being executed by the devenv engine. Unnfortunately, the function's constructor is making a reference to app.config and also trying to make connection to a service on a different machine. The results is that I must provide am app.config in the devenv environment as well as making sure that the serivice is runnning on the other machine. Otherwise an exception is thrown during the compile and the workflow component never gets built.
Is there a way for make the compiler (VS2019) NOT try to execute the functions reference by my XAML?
Tag not monitored by Microsoft.
I added the code you suggested to to function. Apparently devenv is calling the function but NOT in design mode.