Click here to Skip to main content
15,886,362 members

Comments by Likefire (Top 9 by date)

Likefire 1-Mar-18 10:14am View    
Here: https://stackoverflow.com/questions/30114116/save-file-dialog-an-unhandled-exception is the answer
Likefire 1-Mar-18 8:46am View    
OK. Try to add breakpoint in line inside "catch" and carefully scope the "ex" variable.
Likefire 1-Mar-18 8:31am View    
employee = employeeContext.Employee.Where(x => x.Person_Id.Equals(id.ToString())).FirstOrDefault();
Likefire 1-Mar-18 8:30am View    
employee = employeeContext.Employee.Where(x => x.Person_Id.Equals(id.ToString())).FirstOrDefault();
Likefire 1-Mar-18 8:24am View    
Can you get the trace about what kind of object reference is not set? Try to save in new file and existing file.