Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Tags

3 Posted Topics

Member Avatar for jhamb.manish

How to check for Windows Installer 1603 errors, how to check for the causes and solution for these errors. Can we check for these kind of errors in Microsoft.Net programming.

Member Avatar for no1uknow2010
0
151
Member Avatar for DGULLIVER

I have been using VS2010 for .Net and Eclipse for Java and Android development and i have not faced any issue with both installed on same PC. Settings for to be done correctly while insatlling VS and JDK.

Member Avatar for stultuske
0
359
Member Avatar for divyakrishnan

[code=c#] DateTime dt = Convert.ToDateTime(txtDate1.Text); //mm/dd/yyyy DateTime dt1 = Convert.ToDateTime(txtDate2.Text);//mm/dd/yyyy TimeSpan ts = dt.Subtract(dt1); diffDate.Text = ts.Days.ToString() ; [/code]

Member Avatar for AMBIgainathan
0
3K

The End.