Dear All,
This is how invoking is happening.
Login.xaml > GetAppCredentials > workflow of GetAppCredentials
- This is argument window for Login.xaml
- This is argument window for GetAppCredentials.xaml
Along this process, arguments are being passed like this: Config → in_Config → in_Credential = in_Config(“System1 Credential”).ToString <-----------error.
This is the error message: “Compiler error)s_ encountered processing expression “in_Config(“System1 Parameter”).ToString”.”
But, I don’t know why there should be an error for that.
Could you explain why?
Thanks,
Daniel