I am using a script in workflow that uses a reference to programmatically add events to exchange calendars, its called independantsoft.exchange. My code works perfectly fine when ran outside of workflow, it loads the reference and everything. But when I run the same code in workflow script, it doesn't want to load the reference. Its looks like a permissions problem or something, not sure.
It cant find the path specified even though it shows me the exact path that its in. here is full error:
"Could not load file or assembly 'Independentsoft.Exchange, Version=3.0.440.24171, Culture=neutral, PublicKeyToken=76be97fe952f1ec7' or one of its dependencies. The system cannot find the file specified."
I have looked around but I cant find any discussions that match my problem, this problem doesnt really give me much info. I do have a license for this reference. what could be the problem?