Click here to Skip to main content
15,896,328 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i compile the C# file, an errror:the class "Member_2" is not in the namespace "JJC.Psharp.Predicates". Did you have so? what's problem? thanks.
Posted

1 solution

One, it looks like you are talking of some specific article code. If so, use the message forum present at the bottom of the article
Two, based on the error, it seems you have refer to Memeber_2 using namespace "JJC.Psharp.Predicates" but it is not correct. Find the correct namespace and use it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900