❔ C# PROGRAM PDF AUTOCOMPLETE

Hi, I'm a C# developer and I would like to know if you can help me with two specific issues. The first one is the following: Visual Studio 2022 does not let me compile my C# project even though I have all the necessary modules installed, the option does not appear, before it did. And the second problem is that I created a program in C# using the Acrobat library to modify a LiveCycle Designer XFA PDF, it's a form that auto-fills using an XML, the code is finished, but I need to link some references like Acrobat.tbl or Acrobat.dll, but it tells me that they are not supported. I don't know if I'm importing the assemblies wrong or something similar, here's part of the code: // Import Adobe Acrobat Pro library using Acrobat; // Open the original document with the digital certificate Acrobat.AcroPDDoc originalDoc = new Acrobat.AcroPDDoc(); originalDoc.Open("Imm5710e.pdf"); // Load form field values from an XML file System.Xml.XmlDocument xmlDocument = new System.Xml.XmlDocument(); xmlDocument.Load("data.xml"); Bye, pls help
21 Replies
ska2rage.dll
ska2rage.dllOP2y ago
please help brothers
JakenVeina
JakenVeina2y ago
Visual Studio 2022 does not let me compile my C# project
is the solution actually open? Is the build toolbar hidden? specifically, the "Standard" toolbar is the toolbar shrunk so much that the build buttons are hidden?
ska2rage.dll
ska2rage.dllOP2y ago
I have already tried to configure everything correctly, I think the solution is selected correctly, and when I click on Run Tests, the build menu appears, but only one option appears that does nothing.
JakenVeina
JakenVeina2y ago
show me
Angius
Angius2y ago
If the project is set up correctly and you're not opening file or folder in VS, it should compile fine Well, there should at least be an option to compile
ska2rage.dll
ska2rage.dllOP2y ago
ska2rage.dll
ska2rage.dllOP2y ago
@JakenVeina
JakenVeina
JakenVeina2y ago
so.... that big button with the green triangle on it that's the "build and run" button additionally, one of the menus across the top should be "Build" in whatever language you're using
ska2rage.dll
ska2rage.dllOP2y ago
This does not allow me to compile, I tried.
JakenVeina
JakenVeina2y ago
what does it do?
ska2rage.dll
ska2rage.dllOP2y ago
It allows me to run all the tests but when it comes to compiling it says: "Compilation error" but it doesn't give me any error in the console or anything similar, it's as if the compiler isn't working.
JakenVeina
JakenVeina2y ago
what says that? also, define "run all the tests"
ska2rage.dll
ska2rage.dllOP2y ago
Yes
JakenVeina
JakenVeina2y ago
yes, define that
ska2rage.dll
ska2rage.dllOP2y ago
This appears to me when I run it. A box appears that says "Run all tests" and when I click on it, it gives me an option to compile but then it throws a compilation error.
JakenVeina
JakenVeina2y ago
show me
ska2rage.dll
ska2rage.dllOP2y ago
But actually, this is the least of it, since I have another C# compiler. But I wanted to use Visual. The real problem is the other one, the XFA PDF code.
Angius
Angius2y ago
"Doctor, there's a painful zit on my arm" "Show me" "Actually, my head really hurts" Good luck figuring out a diagnosis
ska2rage.dll
ska2rage.dllOP2y ago
Not Luck
Jimmacle
Jimmacle2y ago
where is your solution? it doesn't look like a solution is loaded at all
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server