VungleAndroid does not exist in the current context

I have been having major errors with Unity lately and trying to fix the issue has lead to more problems. I had a UnityEditor.UI.dll is in timestamps but is not known in guidmapper error. I deleted the Library and the Temp files in my game directory. This seems to have fixed the issue (somewhat).

Now, This Vungle Android issue came up after all this. The 2 of us that have been doing the coding have not touched the Vungle scripts. We have 2 scenes. My scene, and the other guy’s scene. The VungleAndroid script is working in his scene, not mine. The Vungle scripts are not attached to anything only referenced twice. One when the player dies, and another when you are in the GUI and press a button to get some in game currency.

Also, because I had the UnityEditor.UI.dll error, I was missing a whole bunch of references on all the buttons in my GUI. (Button Script, Image Script) These are automatically created by Unity. If i tried to play my game, Unity would come up iwth over 250 error messages because all the scripts were missing.
. In the picture that was taken after I deleted the 2 files in my game directory, the scripts are still there but the references are missing. (" The associated script can not be loaded. Please fix any compiler errors and assign valid scripts. In my heirarchy in the picture, it would say Missing Script. I don’t know if it will be fixed by building because I do not know how to fix the VungleAndroid Error."

I have spent days and days trying to fix errors. Reinstalled Unity 4.6.3 twice. And I am almost at the point where i want to strangle my computer. Anyone have any ideas on why Vungle works in his scene not mine, and what i can do to fix it?

I think i have fixed this. I had to comment out a few lines in Vungle, VungleAndroid, and VungleAndroidManager scripts.