i have a c# application and i want to distribute it to many people. i believe not all of them have the FRAMEWORK i can not give them all the 32 MB. ( right ?) is there any thing like : "take from framework JUST WHAT IS NECCESSARY " ??? so the file will be smaller ? and if not , what can i do ?
R
RoyiNamir
@RoyiNamir
Posts
-
To you ,smart ones. -
PLEASE HELP !!!!!!!!!!:sigh: :sigh: im getting crazy here i have a c# application in which i have client and server. there is no continuing connection between them every time the client want something , he open the connection and query... i also have a function which called : run_sql_select_command in it , i have try and catch if there is no database ( or other problem). the problem is that i want , IF ERROR , IN THE CATCH , goto the login screen. i have just 1 form. the program going to the login and then COMEBACK to the function !!!!!!! ( i dont want it - i want it to stay at the login section) i tried goto , but it is not in the scope, what can i do ?? please,.