I stumbled upon an article somewhere that mentioned being able to go to:
C:\Windows\Assembly\GAC_msil
This worked out perfectly. I found the assembly, sorted through the version numbers, and copied the dll files that I needed. My app now works marvelously.
I'm guessing that I could also achieve the same results, loading the assembly from the GAC using some sort of assembly binding, but I honestly haven't looked enough into it to figure it out, and I needed these dll files in my source control in case another machine I download it to didn't have the libraries installed, so this method worked fine for me.
No comments:
Post a Comment