🔒 You're viewing limited content
In this course, We configure the technical foundation of our project by adding the necessary libraries.
We explore two ways to do this: by manually finding the PDM files on our computer or by using a much better system called NuGet.
By using NuGet, We make sure that other people can work on our code without any errors, and We ensure the settings are just right so PDM can talk to our code properly.
Key Takeaway:
- Add PDM References: Locate the ePDM.interop.ePDM and resultcode.dll files to give your code access to PDM tools.
- Fix Embed Interop Types: Always set Embed Interop Types to False in the properties menu to avoid strange communication errors.
- Use NuGet Packages: Install libraries via NuGet.org so the project is not tied to your specific computer’s folders.