Problem with Migrating from .net 1.1 to .net 2.0

Joined
Feb 12, 2007
Messages
1
Reaction score
0
Hi

i am working in .net 1.1 with vs2003 and my domain is travel in which we communicate with the GDS's to get available fares of Flight, Hotels etc..

i am working on a web service which returns the available fare from the GDS. it 's working fine in .net 1.1 with vs2003 but when i migrated my WS from .net 1.1 to .net 2.0 i am getting System.FormatException while converting datetime from string using DateTime.Parse method. it was not happening earlier when i was using .net 1.1. My WS converted from vs2003 to vs2005 using a wizard and it doesn's shows a single error.



i did lots of googling on this issue but didnot gets any help ,

so any reply in the matter will be highly appericiable.

thanks

vishal sharma

(e-mail address removed)
 
Just a shot in the dark because i'm not really sure, but are you sure your date and time are correct on your PC clock?!?

Probs wont make a difference but hey....;)
 
Back
Top