Hi,
I’m building an automation and I’m trying to publish my test cases from my automation. One thing to note is that this automation uses Coded Workflows heavily. Whenever I try to publish a test case i get an error like this:
Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\Process.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.microsoft.com/netfx/2009/xaml/activities}Variable({clr-namespace:SOI_PerformerCreateInvoices.Classes;assembly=SOI_PerformerCreateInvoices.Core}SalesOrder)’.’.
I’m using a framework that is very similar to the RE Framework and this is in my Process file. SalesOrder is a class that I created in a subnamespace of my project (SOI_PerformerCreateInvoices) called Classes. It’s in a coded source file. Often when I edit this class or something remotely related to it I also get visual bugs in studio saying that my parameters are misconfigured. My test case works fine when i run it locally. I can also publish my process.
Thanks