Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
˙uʍop ǝpᴉsdn ǝɹ,noʎ 'oN
Original Poster
#1 Old 11th Jun 2010 at 9:13 PM
Default "System.Object" error
I made a class and I added an interaction and resolved everything, but I get this error:

Code:
Predefined type 'System.Object'  is not defined or imported.


I googled this error and it was stated that you reference the microlib.dll. But the "Creating a game compatible Visual Studio project" tutorial says NOT to reference it.

Confused much, halp....

"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
| (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕]
Advertisement
Top Secret Researcher
#2 Old 11th Jun 2010 at 9:16 PM
What the tutorial is referring to is: You need to use the copy of the DLL that is provided with the game, not the Microsoft one.

You'll find the mscorlib.dll file in the simcore.package .

Cheers.

NRaas Industries: Sims 3 Mods for the Discerning Player, hosted by The Wikispaces.
˙uʍop ǝpᴉsdn ǝɹ,noʎ 'oN
Original Poster
#3 Old 11th Jun 2010 at 10:05 PM
That did it! Thank you, thank you, thank you. Did I say thank you?

"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
| (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕]
Instructor
#4 Old 29th Jul 2010 at 1:01 AM Last edited by Sims MX : 31st Jul 2010 at 8:12 PM.
Nevermind it works now.
Back to top