January 4Jan 4 Hello I tried to build this tool https://github.com/al6uiz/PeaceWalkerTools in Visual Studio, but I wasn’t able to
January 4Jan 4 Supporter Hello, same here. Quote The referenced component 'Infragistics4.Documents.Excel.v13.1' could not be found. There's using Infragistics.Documents.Excel; in the code. You could try to install Infragistics.Web.Documents.Excel from NuGet (just a wild guess). edit: just realized, that the project is 10 years old. Usually you're lost when so old C#/NET projects drop an error. Edited January 4Jan 4 by shak-otay
January 8Jan 8 On 1/4/2026 at 10:47 PM, shak-otay said: Hello, same here. There's using Infragistics.Documents.Excel; in the code. You could try to install Infragistics.Web.Documents.Excel from NuGet (just a wild guess). edit: just realized, that the project is 10 years old. Usually you're lost when so old C#/NET projects drop an error. infragistics.web.documents.excel.25.1.86.nupkg Right? What should I do next Edited January 8Jan 8 by noobtab
January 8Jan 8 Supporter Choosing "Manage NuGet Packages" you can install "infragistics.web.documents.excel.25.1.86". Project compiles then. (But I didn't test the exe file.)
January 8Jan 8 1 hour ago, shak-otay said: Choosing "Manage NuGet Packages" you can install "infragistics.web.documents.excel.25.1.86". Project compiles then. (But I didn't test the exe file.) Can you try?
January 8Jan 8 Supporter On 1/8/2026 at 11:10 PM, noobtab said: Can you try? Why don't you do it yourself? Adding a package via NuGet is easy. (Plus, I guess, I'd need to switch my system language for such since it's a conversion app.) edit: when I start the exe nothing happens. (It cares for .dar, .QAR, .txp and .inf files, which might be created as a part pf the unpack process, I guess.) Ok, debugging it shows: Quote Message=Could not load file or assembly 'Infragistics.Web.Documents.Core, Version=25.1.20251.86, edit: that "Core" assembly has to be installed, too Edited January 10Jan 10 by shak-otay
January 10Jan 10 On 1/9/2026 at 2:55 AM, shak-otay said: Why don't you do it yourself? Adding a package via NuGet is easy. (Plus, I guess, I'd need to switch my system language for such since it's a conversion app.) edit: when I start the exe nothing happens. (It needs a .dar, .QAR, .txp or .inf file as an input.) Ok, debugging it shows: could you send me the program build after compiling it in Visual Studio? Dm please? I want to unpack and repack Slot.dat https://mega.nz/file/bk5yDYxa#fg_i5odBZ7WaPRH03_1JcixU63Op4IG5h_JgLYFtUms Edited January 10Jan 10 by noobtab
Create an account or sign in to comment