❔ 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
please help brothers
Visual Studio 2022 does not let me compile my C# projectis 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?
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.
show me
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
@JakenVeina
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
This does not allow me to compile, I tried.
what does it do?
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.
what says that?
also, define "run all the tests"
Yes
yes, define that
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.
show me
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.
"Doctor, there's a painful zit on my arm"
"Show me"
"Actually, my head really hurts"
Good luck figuring out a diagnosis
Not Luck
where is your solution?
it doesn't look like a solution is loaded at all
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.