Hi
I am working Workflow and use the code activity in our application. When we initialise the code with console.WriteLine then at this time Event runtime_workflowidled is show. What is the runtime_workflowidled Event. and define which type of namespace use for console.WriteLine.
Code :
static void runtime_WorkflowIdled(object sender, WorkflowEventArgs e)
{
Console.WriteLine("Workflow idled");
}
static void runtime_WorkflowCreated(object sender,
WorkflowEventArgs e)
{
Console.WriteLine("Workflow created");
Answers (1)
1
try following links
https://forums.xamarin.com/discussion/63356/the-file-obj-debug-android-bin-packaged-resources-does-not-exist
http://stackoverflow.com/questions/43294345/visual-studio-2017-xamarin-the-file-obj-debug-android-bin-packaged-resource
Accepted 1
try right click on your project and click clean, then again right click your solution click restore nuget package. and debug