-
Notifications
You must be signed in to change notification settings - Fork 23
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
XelToCsv won't launch 1.4.9 #22
Comments
@spaghettidba , i'm also getting a similar issue after installing 1.5.3 on windows. Any ideas how to solve this problem? I'm unable to run XelToCsv.exe I added the XESmartTarget folder to the PATH.
|
OK, I have a new release that should fix that. Sorry it took me this long |
Thanks - have not had time to try it yet, but should next week.
…On Sat, Jun 10, 2023 at 8:50 AM Gianluca Sartori ***@***.***> wrote:
OK, I have a new release that should fix that. Sorry it took me this long
https://github.com/spaghettidba/XESmartTarget/releases/tag/v1.5.4
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSFN36N4QUDIATDOL5JA3DXKR3RRANCNFSM6AAAAAAQ2V7QOE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'd expect that the response being given to XelToCsv.exe is:
but maybe it's not handling that response correctly? |
When run on a local file, it worked fine this time:
|
Hey, thanks for the feedback! I don't think XelToCsv can read a file on a blob storage directly, I'm afraid you will have to download it first. Sorry about that |
Revision: I used gacutil /i and pushed both versions into the GAC. I had to pull down 1.9.71.2 from Nuget - at least I think I had to pull it down - didn't see that rev DLL in the download. It worked after that. I copied the XelToCsv EXE out of the folder and also had to push NLog into the GAC for it to work outside the install folder. Not sure if any of this is unexpected. Great tools - will put them to good use.
In 1.4.9, the XelToCsv doesn't run:
C:\Program Files\XESmartTarget>XelToCsv.exe
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at XelToCsv.Program.Main(String[] args)
XESmartTarget is using version 2.8.0 of the CommandLine package. I think it is causing GAC issues with the mismatch??
The text was updated successfully, but these errors were encountered: