-
Notifications
You must be signed in to change notification settings - Fork 38
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
Specifying connection file in code is neglected #11
Comments
I can fix this but it will automatically add the specific connection file in the file that stores connections list |
These two lines works for the ConnectionList file, but not for the Connections file: The resulting ConnectionsList.xml looks like this:
So it seems something is still missing to make it accept the given file name for the connections file. |
Ok, still have some work to do so... When specifying a ConnectionsListFilePath, I have to create a default file but it seems adding a new file does not work |
A bit more info: |
Does it still happen? (I know... it's a long time...) |
This was from working with our CRM Shuffle Deployer, I have not looked into it for quite some time now. |
Specifying a connection file in code does not work anymore, if the connection file does not exist in the connectionlist file.
I use the following code to make sure connection file is stored in proper appdata folder:
But that file is no longer used when starting the program.
Related to #2.
The text was updated successfully, but these errors were encountered: