Referance error
-
I have got the below error in BusinessLogic layer after convert my 3.5 framework solution in to framwork 4. I have used 3tier architectrue. namespace or type specified in the imports 'BusinessLogic' doesn't contain any public member or can not be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't Use any aliases
-
I have got the below error in BusinessLogic layer after convert my 3.5 framework solution in to framwork 4. I have used 3tier architectrue. namespace or type specified in the imports 'BusinessLogic' doesn't contain any public member or can not be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't Use any aliases
The error is self explained that you have missed out the reference. You need to add the dll as reference .
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.