Click here to Skip to main content
15,908,775 members

Comments by Pablinff (Top 19 by date)

Pablinff 18-Dec-10 0:20am View    
Thats too bad... and there isn't a plug-in or something for that?
I'm asking from my ignorance, I'm a newbie on this terrain (C# + Visual Studio + .NET + Entity Framework).

Thanks Mark!
Pablinff 16-Dec-10 20:24pm View    
I think that I'm undertanding, following the example of SAKryukov I must obtain the same result of the original code with this:
string errorMessage = string.Format("Error: {0}, line: {1}", theException.Message, theException.Source);

Returning to the subject, any ideas on how to format the excel file?
Cheers!
Pablinff 16-Dec-10 17:29pm View    
Oh! That improves the method! Thanks!! Updated!
And... any idea about formatting the excel file?
Cheers!!
Pablinff 16-Dec-10 16:50pm View    
I'm sorry, I do not understand in what way this can be helpful for me. I'm just too newbie in C# .NET.
Thanks anyway E.F. Nijboer
Pablinff 16-Dec-10 10:29am View    
Oh! now I'm understanding... so the better way for me is the compiling in release mode the setup project and use that output as main installer.
Thanks Hiren and Abhinav!!