I have an ASP.Net c# project trying to access methods in a class in another project. It's working for first half of methods in the class but not for the other half of the methods in the class which I recently added. They compile, but they throw a method not found exception at run-time.
Does anyone have any ideas I could try? I've tried:
- recreating the
.sln
file
- Subbing in another class library project, which I know works. It appears that the error is in my main project that calls the method in the other project.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…