Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
I am still new to Talend but in a learning phase. Debugging an existing job after changing some code which connects to CRM API in dotnet dlls. I am getting could not load file or assembly or one of its dependencies error. Public key token is fine. I have hooked up dll in Talend from debug folder of my code.
I am not sure which dll is creating conflict. I also made sure all the nuget packages are consolidated across different dlls to make sure there is no conflict among versions. I also tried with creating only 64 bit dlls.
In first step the job loads ETL config properties through tFileInput like db settings and different entry methods for dll. etc. once this is loaded it triggers tDotNETrow calling a dotnet dll and this will connect postgresql and do some processing and after that it calls another dll which needs to connect CRM API. DB connectivity works fine but it is failing to invoke another dll from this dll.
is there any way to debug dotnet dll from talend studio attaching a process so that I can directly debug dll in visual studio? any other steps which can help me to fix this issue?
Appreciate your help.
Thanks,
Jay
i dont know somehow this is always looking in JRE bin folder as default path