Hello,
i have installed vault2023 and compiled the vaultbrowser example.
But if i want to start the application in my IDE i got this error:
System.IO.FileNotFoundException: Could not load file or assembly 'DevExpress.Data.Desktop.v21.1, Version=21.1.5.0, Culture=neutral or one of its dependencies. The system cannot find the file specified.'
in the bin folder there is only a DevExpress.Data.v21.1 dll file.
Where can i get the .dll file? or how can i fix this error?
thank you
Solved! Go to Solution.
Hello,
i have installed vault2023 and compiled the vaultbrowser example.
But if i want to start the application in my IDE i got this error:
System.IO.FileNotFoundException: Could not load file or assembly 'DevExpress.Data.Desktop.v21.1, Version=21.1.5.0, Culture=neutral or one of its dependencies. The system cannot find the file specified.'
in the bin folder there is only a DevExpress.Data.v21.1 dll file.
Where can i get the .dll file? or how can i fix this error?
thank you
Solved! Go to Solution.
Solved by Markus.Koechl. Go to Solution.
I had the same issue was the original poster and tried your fix and it didn't work. I set copy local to false and that led to error "Could not load file or assembly 'DevExpress.Utils.v21.1" in program main due to that dll no longer being in the output folder. I manually copied DevExpress.Utils.v21.1 over to output folder but then get the "'Could not load file or assembly 'DevExpress.Data.Desktop.v21.1" error again. I checked the sdk folders and DevExpress.Data.Desktop.v21.1.dll isn't in there. This happens to all test apps in the sdk that use the Devexpress controls it seems.
I had the same issue was the original poster and tried your fix and it didn't work. I set copy local to false and that led to error "Could not load file or assembly 'DevExpress.Utils.v21.1" in program main due to that dll no longer being in the output folder. I manually copied DevExpress.Utils.v21.1 over to output folder but then get the "'Could not load file or assembly 'DevExpress.Data.Desktop.v21.1" error again. I checked the sdk folders and DevExpress.Data.Desktop.v21.1.dll isn't in there. This happens to all test apps in the sdk that use the Devexpress controls it seems.
Hi guys,
I've experienced the same mess 😞 - I think it came with one of the Vault 2024 Updates which installed this dll to:
C:\Windows\Microsoft.NET\assembly\GAC_MSIL\DevExpress.Data.Desktop.v21.1\v4.0_21.1.9.0__b88d1754d700e49a
I figured that out 'cause my tool run well in 2023 but fails today on a dev machine with never updates.
After copying this dll from GAC to my outpot folder it seems to run 😁.
For me this new scenario brought all my apps down which used the vault login form.
Cheers,
Thomas
Hi guys,
I've experienced the same mess 😞 - I think it came with one of the Vault 2024 Updates which installed this dll to:
C:\Windows\Microsoft.NET\assembly\GAC_MSIL\DevExpress.Data.Desktop.v21.1\v4.0_21.1.9.0__b88d1754d700e49a
I figured that out 'cause my tool run well in 2023 but fails today on a dev machine with never updates.
After copying this dll from GAC to my outpot folder it seems to run 😁.
For me this new scenario brought all my apps down which used the vault login form.
Cheers,
Thomas
Can't find what you're looking for? Ask the community or share your knowledge.