Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


colinmackenzie
2012-04-16T10:07:01Z
Running VisualCron 6.0.9 on 64 bit Server 2008 box.

After editing references to include the BG.Crytography.dll, tried compiling the default class Test with and without the 'using BG.Crytography;' statement; dialog pops up with the message 'Metadata file BG.Crytography.dll could not be found'. Tried creating test scripts that use the above dll and they run ok on the above box.

Any help to resolve this issue would be very much appreciated.

Kind regards,
Colin MacKenzie
Sponsor
Forum information
Support
2012-04-16T10:11:16Z
What .NET runtime version is BG.Cryptography.dll require?
Is the BG.Cryptography.dll installed in the GAC?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
colinmackenzie
2012-04-16T10:18:17Z
Hi Henrik,
Thanks for the prompt reply.
BG.Cryptography.dll was generated using the .NET framework 3.5; and
It is installed in the GAC.

Kind regards,
Colin MacKenzie
Support
2012-04-16T10:52:18Z
Could you attach the file and export this specific Job (and attach it as well).
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
colinmackenzie
2012-04-16T12:03:29Z
Hi Henrik,

Unfortunately, I am not permitted to submit this file!

What I was trying to achieve was create a secure connection from VisualCron to an Oracle database without hard coding the password. As a possible alternative, is there a way I can do this through the VisualCron?

Kind regards,
Colin Mackenzie
Support
2012-04-16T13:04:31Z
It is hard to verify without testing the actual file. I can think of some reasons;

- not properly added in GAC
- compiled as 4.0 or later assembly
- if VisualCron is running on x86 system and assembly is x64 or the other way round
- BG.Cryptography.dll has a dependency to other assembly or child assembly

You could use the Assembly execute Task instead. Or create an Executable that returns result based on argument.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top