22 August 2013

Webdev.Webserver40.exe has stopped working

Have you experienced this error when running a program in Visual Studio?

When I encounter this error, I know there's a "looping" problem. After checking my codes, here's what I found that caused the issue:

public int SaveChanges()
        {
            return SaveChanges();
        }

No comments:

Post a Comment