Click here to Skip to main content
15,917,731 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
Error   1   The type or namespace name 'emp_shiftsTableAdapter' does not exist in the namespace 'library.DataSet1TableAdapters' (are you missing an assembly reference?)    F:\library\library\frm_emp_shifts.Designer.cs   314 39  library
Posted

In the frm_emp_shifts.Designer.cs file place the entire code in the block as :
namespace library.DataSet1TableAdapters
{
  // entire code here
}
 
Share this answer
 
It tells all . i.e you are missing assembly reference for the same. To do this right click on solution and choose add reference and give the physical path of the class emp_shiftsTableAdapter where it got stored.
 
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