error CS0117: `Resources' does not contain a definition for `Load'

Hey guys, I keep getting this error in my console from the Unity Detonator package…

Assets/Standard Assets/Detonator/System/Detonator.cs(416,35): error CS0117: Resources' does not contain a definition for Load’

Does anybody know what this means and how I can fix it…???

Thanks

-Grady

I guess you have named one of your scripts “Resources”. Rename it. If you use script / class names of existing classes you will get in trouble.