PDA

View Full Version : Need Help ASAP!! - VC# 2010


RylandHomes
25th Oct 2011, 09:32 PM
Hi all, I'm in the middle of adding my references, like step 3 of this (http://simswiki.info/wiki.php?title=Sims_3:Creating_a_game_compatible_Visual_Studio_project) tutorial is telling me to do, however I can't add the "mscorlib.dll" reference. I read in another thread that I'd have to do it manually by editing the ".csproj" file.. but idk wth that is! ^^"

I'm a complete NOOBIE, this is my very first attempt at complicated script modding, but I'm thinking I'll be alright, I just can't get this reference to add... Help me please! :help:

ShideKnight
25th Oct 2011, 10:12 PM
Hi all, I'm in the middle of adding my references, like step 3 of this (http://simswiki.info/wiki.php?title=Sims_3:Creating_a_game_compatible_Visual_Studio_project) tutorial is telling me to do, however I can't add the "mscorlib.dll" reference. I read in another thread that I'd have to do it manually by editing the ".csproj" file.. but idk wth that is! ^^"

I'm a complete NOOBIE, this is my very first attempt at complicated script modding, but I'm thinking I'll be alright, I just can't get this reference to add... Help me please! :help:

Well... by ".csproj" he meant the extension of the file... I think they're hidden by default in recent versions of windows, so you'll need to open the folder options window and look for the "hide known file types" box and make sure it's unchecked... then you can do a search for "*.csproj" files and find what he was talking about. As long as you have a project saved it should show up, I'm guessing.

RylandHomes
25th Oct 2011, 10:29 PM
Okay I got it now. Thanks so much ShideKnight! :D