Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

Kevin Mach
Kevin Mach
4,489 Points

RuntimeBinderException

After following all the steps and ensuring there are no errors, when I try to launch my project I getting a popup from Visual Studio that says RuntimeBinderException.

An exception of type Microsoft.CSharp.RuntimeBinder.RuntimeBinderException occured in System.Core.dll but was not handled in user code.

Cannot perform runtime binding on a nullreference. Please help. Thanks

Steven Parker
Steven Parker
231,007 Points

You'll need to share your code to allow someone to make an analysis.

Do you have a github repo?

1 Answer