[Question] 5165 C# help :'(

09/30/2010 02:29 youngleo#1
Okay, well heres my story :'(

1st. i had trouble editing "welcome to Korolos source!" welcome message on my 5165.

so i decided to figure out how..... i was told to download C# 2008..... so i did..

and it fails to install... idk why, it just fails every time, i turned off windows auto. updates and virus protector, while trying to download, and still fails....

so i downloaded visual c# 2010...and it installed perfectly fine...

except, i cannot "f5" to debug with 2010 and i was told i had to have 2008..

so i uninstalled 2010 version, and retried 2008.. but still failed.

so heres my question('s): [QUESTION] - DO I HAVE TO HAVE 2008 VERSION TO EDIT IT? OR CAN I USE 2010? IF SO HOW? AND IF NOT, WHAT CAN I DO TO FIX INSTALLATION ERROR?

THANKS IN ADVANCE :D
10/02/2010 13:31 iGeorge112#2
Nope, any version of Visual C# will work for Debugging (F5) but you'll need to find the right .cs file to edit and later to Debug it. For example, into Impulses source, that "arrival message" it's stored into PacketHandler.cs so try to get every .cs file and look into for that "Welcome to Korolos source!". Edit it however you want then hit F5 and you're done!
10/02/2010 15:36 gabrola#3
Wrong section
10/02/2010 20:30 _Vodka#4
Quote:
Originally Posted by youngleo View Post
Okay, well heres my story :'(

1st. i had trouble editing "welcome to Korolos source!" welcome message on my 5165.

so i decided to figure out how..... i was told to download C# 2008..... so i did..

and it fails to install... idk why, it just fails every time, i turned off windows auto. updates and virus protector, while trying to download, and still fails....

so i downloaded visual c# 2010...and it installed perfectly fine...

except, i cannot "f5" to debug with 2010 and i was told i had to have 2008..

so i uninstalled 2010 version, and retried 2008.. but still failed.

so heres my question('s): [QUESTION] - DO I HAVE TO HAVE 2008 VERSION TO EDIT IT? OR CAN I USE 2010? IF SO HOW? AND IF NOT, WHAT CAN I DO TO FIX INSTALLATION ERROR?

THANKS IN ADVANCE :D
Make sure u open ur visual studio project file and not just the .cs.
else u wont be able to edit the source in anyway.
Press F6 to build (If dont want to debug).
Press F5 to build-->debug.
When u debug it opens up after and then if u dont use try or catch in codes, then if an exception is throwing, then it goes directly to the line where it is and gives u an explanation.

But it dosn't matter, just use F5.
10/24/2010 08:14 urbansstyle#5
You need to download C# 2008 because i have the same version, and i can edit and debug everything. 1st you must go to google, and type download C# 2008 from their main page of Mycrosoft if i remember well. but that sesion will expire, so when it does, go to that page again an register yourself, and you will have it full version. hope i helped you bro