Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am getting the problem stated as

Method not found ..

please help me out

Thanks
Posted

You need to provide the code where the error is happening.

But, I'd say that you're trying to run a method in a class that doesn't have that method.
 
Share this answer
 
I think the error is telling you everything, you're trying to call a method in a class that doesn't exist, try to recompile your whole solution and not just the project.
If you're using VSS or something similar try to update your files to the latest version and then recompile, if that doesn't work, well, debug your code line by line where it happens.

Giving no code is like trying to drive a car while you're blind
 
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