Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Dll's #41

Closed
jhallam3 opened this issue Aug 16, 2016 · 8 comments
Closed

Adding Dll's #41

jhallam3 opened this issue Aug 16, 2016 · 8 comments

Comments

@jhallam3
Copy link

Hi there.

Im looking at using my existing Dll's I use, however cant see how to add them in to Warewolf

Ive followed the https://warewolf.io/knowledge-base/using-dlls/ knowledge base link for this however very confusing.

Can someone please create a video for this so I can see where to click?

What version of the .net framework does it have to be compiled against?

@HagashenNaidu
Copy link

Hi,
Thanks for the feedback. We currently looking into making video's for various part of the system. Could you please provide a bit more detail as to what you found confusing about the article?

Warewolf uses .Net Framework 4.5.2 currently. However the version of the DLL you are using should not matter as long as it is a .Net DLL. If you are able to, please share the DLL with us and we can have a look as to why it is not working.

Thanks

@jhallam3
Copy link
Author

Hey. I found it eventually.

Now struggling with dll's that need extra files such as xml settings files
and dll's that need extra dll's such as newtonsoft or MySQL.
If you could help with then then I'm rocking ahead!

Regards

Jon Hallam

On 17 Aug 2016, at 06:47, Hagashen Naidu notifications@github.com wrote:

Hi,
Thanks for the feedback. We currently looking into making video's for
various part of the system. Could you please provide a bit more detail as
to what you found confusing about the article?

Warewolf uses .Net Framework 4.5.2 currently. However the version of the
DLL you are using should not matter as long as it is a .Net DLL. If you are
able to, please share the DLL with us and we can have a look as to why it
is not working.

Thanks


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#41 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AE70OKFKLCADhBZAJ7WpA8Ep-jdujG2Xks5qgqBxgaJpZM4JliYe
.

@HagashenNaidu
Copy link

Hi,

In terms of config files, those files will have to reside where your application expects it to be. If you are calling a method that requires a file path, you can pass it into the method as a input parameter. External DLL's that are required by your DLL must either be in the same folder your folder.

Thanks
Hagashen Naidu

@jhallam3
Copy link
Author

cool.

my Dll references the app.config settings file for app settings, So I need to reference this to a full path rather than just having a config file in the same folder? ????

On 17 Aug 2016, at 08:41, Hagashen Naidu notifications@github.com wrote:

Hi,

In terms of config files, those files will have to reside where your application expects it to be. If you are calling a method that requires a file path, you can pass it into the method as a input parameter. External DLL's that are required by your DLL must either be in the same folder your folder.

Thanks
Hagashen Naidu


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #41 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AE70OJYKXDXOvr727RBnsYH5nBVPjZJ5ks5qgrsQgaJpZM4JliYe.

@HagashenNaidu
Copy link

Hi,

If your DLL reference to the app.config is correct then it should have no problem reading it. Warewolf simply loads your DLL and executes the selected method with the given parameters. Are you getting an error, is it possible to provide a screenshot? Or a sample of the DLL you are trying to use with its config and dependency DLL's?

Thanks

@jhallam3
Copy link
Author

Hi whats your email or even better Skype.

On 17 Aug 2016, at 10:36, Hagashen Naidu notifications@github.com wrote:

Hi,

If your DLL reference to the app.config is correct then it should have no problem reading it. Warewolf simply loads your DLL and executes the selected method with the given parameters. Are you getting an error, is it possible to provide a screenshot? Or a sample of the DLL you are trying to use with its config and dependency DLL's?

Thanks


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #41 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AE70ONnByol0FJTkdOE0Rw2RzPja2COkks5qgtYngaJpZM4JliYe.

@HagashenNaidu
Copy link

hagashen_naidu is my skype

@jhallam3
Copy link
Author

I’ve just added you, I’m managed desktop

On 17 Aug 2016, at 10:59, Hagashen Naidu notifications@github.com wrote:

hagashen_naidu is my skype


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #41 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AE70ODUo5oyEaBoTcO-Jk329tzwMmVLkks5qgttvgaJpZM4JliYe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants