Hi,
I created a sequence with arguments. Now I created a library.
Into the library folder I copied the sequence. I plan to publish this sequence as re-usable.
However when I am trying to run this sequence in the libraries folder before publishing it, I am getting an error saying that “The type or name space name” “Global constant name space” could not be found, are you missing a using directive?
Also, a how to resolve different publish error “could not publish project. Entry point could not be found.”
make sure all referenced constants or namespaces are defined or imported in the library project. For the publish error, set the correct entry point (like main.xaml) in project settings before publishing.
Then, debug the process, provide any required input arguments to run the library, and check the output. If everything looks fine, go ahead and deploy the library project.
Mark it as the solution if it helped you resolve your queries.