Hi guys,
i have a problem when add references from another project. I use browse button to add the dll. I checked the hintpath on properties window was wrong. The project cannot run and shows "metadata" error. Do u have any suggestion to solve this issue?
thanks..
HintPath references prob
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: HintPath references prob
Hi,
Regards,
Peter
Ranorex Team
Which refernce you try to add:syuhada wrote:i have a problem when add references from another project. I use browse button to add the dll. I checked the hintpath on properties window was wrong. The project cannot run and shows "metadata" error. Do u have any suggestion to solve this issue?
- A project refernce
- An assembly refernce
- Another one
Regards,
Peter
Ranorex Team
Re: HintPath references prob
Hi Peter,
i try to add assembly refernce . I get this error on certain project only.
Below was the error i get.
Thanks peter,
i try to add assembly refernce . I get this error on certain project only.
Below was the error i get.
Code: Select all
Build started.
Compiling InfraStudioQA.CombinationTest.InteractiveIO.IDPL
Error CS0006: Metadata file '..\..\..\InfrastudioQA.BasicTest\BasicTest\InfraStudioQA.BasicTest.InteractiveIOSetup\bin\Debug\InfraStudioQA.BasicTest.InteractiveIOSetup.exe' could not be found
Error CS0006: Metadata file '..\..\..\InfrastudioQA.BasicTest\BasicTest\InfraStudioQA.BasicTest.Ribbon\bin\Debug\InfraStudioQA.BasicTest.Ribbon.exe' could not be found
Build failed. (00:00:00.2031367)
Thanks peter,
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: HintPath references prob
Hi,
Did you move the project folder and this folder isn't more on the current location?
Did you check if the file exists in this folder? It seems the compiler doesn't find this file. I would suggest you instead of using a assembly reference, to add a project refernce. This is more safe.
Regards,
Peter
Ranorex Team
Did you move the project folder and this folder isn't more on the current location?
Did you check if the file exists in this folder? It seems the compiler doesn't find this file. I would suggest you instead of using a assembly reference, to add a project refernce. This is more safe.
Regards,
Peter
Ranorex Team