2
Answers

On System Date Change Application Does Not Wprkimg

Photo of piyush aghera

piyush aghera

16y
3.3k
1

Hello
Now i am Making  Student Attendance Management System in C#.net

It almost Done   , But Wen  Use Make Easily wrong Entry By Changing System Date And My record history get Crass  so
i Want To Prevent System Date Changing After Install My Application or Any anther solution From Your Side

Answers (2)

0
Photo of mari muthu
NA 160 20.6k 7y
change this from your code(#DbContetxt);
  1. namespace Mvcpractice1.Models  
  2. {  
  3. public class EmployeeContext:DbContext  
  4. {  
  5. public EmployeeContext:base("EmployeeContext")  
  6. {  
  7.   
  8. }  
  9. public DbSet<Employee> Employees { getset; }  
  10. }  
  11. }  
0
Photo of Ramesh Palanivel
NA 9.5k 138.7k 7y
Hi Sangeetha,
 
Kindly check whether your database credentials are correct? The issue will happen due to inproper connection. 
0
Photo of mari muthu
NA 160 20.6k 7y
hi,
 
Seems like a connection issue. You can use the Data link properties to find if the connection is fine. Do the following:
  • Create a blank notepad and rename it to "X.UDL"
  • Double click to open it
  • Under connections tab choose the server name/enter the name use the correct credentials and DB
  • Click OK to save it.
Now open the file in Notepad and compare the connection string properties.