Hi all.

I'm facing really strange problem, in one of my BLL files whenever I add method or property i get this message:

Code:
Error	1	'CPLogic.BLL.OrdersFaxGroups' does not contain a definition for 'GetFaxGroupForStatusCheck'	C:\CouponphoneApps\CPFaxEngine\CPFaxEngine\CPFaxEngine\FaxEngine.cs	206	58	CPFaxEngine
I know that the method is in that file, i even able to build the application with success but when ever i try to lanuch it i get this message, the same thing happend to me yesterday in the same file, i ended up deleting it and copy its content again to new file with the same name. but now even that not working..

can someone please help me with this ?