Skip to content

Instantly share code, notes, and snippets.

@PrintsCharming
PrintsCharming / MassiveBoom
Created March 30, 2011 16:18
Fresh Massive Install on MVC 3 blank site
Compiler Error Message: CS0121: The call is ambiguous between the following methods or properties: 'Massive.ObjectExtensions.ToExpando(object)' and 'Massive.ObjectExtensions.ToExpando(object)'
Source Error:
Line 82: /// <returns></returns>
Line 83: public static IDictionary<string, object> ToDictionary(this object thingy) {
Line 84: return (IDictionary<string, object>)thingy.ToExpando();
Line 85: }
Line 86: }
TypeError: Unable to get property 'push' of undefined or null reference
at Anonymous function (http://localhost:22127/Scripts/ng-epoch.js:71:21)
at k.prototype.$digest (http://localhost:22127/Scripts/angular.min.js:109:422)
at k.prototype.$apply (http://localhost:22127/Scripts/angular.min.js:112:396)
at Anonymous function (http://localhost:22127/app/services.js:12:21)
at f[t][i] (http://localhost:22127/Scripts/jquery.signalR-2.1.2.min.js:8:31671)
at n.event.dispatch (http://localhost:22127/Scripts/jquery-2.1.1.min.js:3:6348)
at r.handle (http://localhost:22127/Scripts/jquery-2.1.1.min.js:3:3114)
at n.event.trigger (http://localhost:22127/Scripts/jquery-2.1.1.min.js:3:5510)
at triggerHandler (http://localhost:22127/Scripts/jquery-2.1.1.min.js:3:11544)