Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for C#Jonathan

HI, I am parsing a log file that contains several thousand lines of logs. Each entry in the log ends with the Line Feed character \n. However some of the lines have an embedded 'CR'character in. My parser should ignore those and not treat text following the CR character as …

Member Avatar for Momerath
0
489
Member Avatar for C#Jonathan

I'm working on some C# code. It's not as readable as it could be because of the formatting used. Is anyone aware of any good code beautifiers that work well and adheres to industry standards? Interested in free ones too - if available

Member Avatar for ddanbe
0
187
Member Avatar for C#Jonathan

Hi, as explained in the title I'm having a problem storing data to an array of IEnumerables: The source code is as follows:- [CODE] internal static IEnumerable<ReportDriverMovements> CreateReportDriverMovements(IEnumerable<DataScansTran> iEnumDST ) { List<ReportDriverMovements> iEnumReportDriverMovements = new List<ReportDriverMovements>(); st2DataContext dc = new st2DataContext(); try { //Get lists of individual driver movements by …

Member Avatar for Momerath
0
149
Member Avatar for C#Jonathan

Hi, I'm working with Visual Studio 2008 Team System and SQL Server 2008. I have some RDLC files used to generate reports and the reports render correctly. Currently though only Excel and PDF export formats are available. Can anyone tell me what I need to do to enable CSV exports …

Member Avatar for Momerath
0
100
Member Avatar for C#Jonathan

Hi, I've just migrated an application to Visual Studio 2010 and upgraded a third party add-on called Visual WebGUI to .Net 4. I now have a problem with assembly references to the third party DLLs The latest version of the Visual.WebGui.Forms DLL for example is at 4.0..... . Our application …

Member Avatar for C#Jonathan
0
146