Page 1 of 1

Getting CS0017 error code

Posted: Tue Jun 08, 2021 5:24 am
by vishni
Hi,

I created 3 projects
ProjectA
- Generic_Functions (Folder)
- usercode.cs

ProjectB
- Generic_Functions
- usercode1.cs

ProjectC (Added Project A and Project B as reference) when building this project I get an error
<ProjectA> does not contain a definition for 'Generic_Functions' (CS0117)

I read its when there is conflicts. Do I need to rename Generic_Functions in one of the project ? Also when I tried renaming ProjectC is still referring to old folder name.

I changed Generic_Functions in ProjectB to Utilitiles and built. However Is see Project C does not get the updated changes.
Can someone help me with this issue ?

Re: Getting CS0017 error code

Posted: Wed Jun 30, 2021 7:08 am
by odklizec
Hi,

Have you solved this problem? It sounds a little bit confusing. If you are still looking for a solution, please post your test suite (zipped) so we can examine it. Thanks.