BorisKozo / XmlViewAddin

1 stars 2 forks source link

Missing references cause compilation error #1

Closed StuartMoncrieff closed 11 years ago

StuartMoncrieff commented 11 years ago

Hey, nice work on the VuGen Add-in.

On my computer, LoadRunner is installed under "Program Files", rather than "Program Files (x86)", so I get compiler errors due to missing references for all the SharpDevelop and LR DLLs.

This is easily fixed by manually re-adding the references to the DLLs or by doing a find-and-replace in the csproj file, but I wonder if there is a way that the Visual Studio project could be altered to search for the DLLs in all the most common locations:

Cheers, Stu.

BorisKozo commented 11 years ago

Thanks for pointing that out. I will try to fix it in the next couple of days. I will also add the compiled artifacts so that people won't have to compile on their own.

BorisKozo commented 11 years ago

I removed the hint paths so now you have to add the LR install dir to the reference path.