Quantcast
Channel: String was not recognized as a valid DateTime.
Browsing all 9 articles
Browse latest View live

Re: String was not recognized as a valid DateTime.

Check to see if the culture on the server is different. If the culture settings on the server are different the dates could be generated in a different format so parsing them results 

View Article



Re: String was not recognized as a valid DateTime.

Hi daen21,Could you provide your code about how to convert string to DateTime? You could try to check whether the server Localcation and language, time format are the same with your development server....

View Article

Re: String was not recognized as a valid DateTime.

actually even when i am using VB i am connecting to my Server DB.. 

View Article

Re: String was not recognized as a valid DateTime.

Instead of connecting you local Database, try to connect your SERVER DB in your machine. After connected, you can able to access the Server DB with local machine. At that time you can debug the...

View Article

Re: String was not recognized as a valid DateTime.

hmm.. i dont quite understand what u trying to say.. can you please explain how to do so?

View Article


Re: String was not recognized as a valid DateTime.

In local solution Point out the Server DB (change the connection string in web.config) and try to debug.

View Article

Re: String was not recognized as a valid DateTime.

when i debug it in VB it work just fine.. date type data can be success save.. its just return the error if i run it in server..

View Article

Re: String was not recognized as a valid DateTime.

I recommend to debug the particular line by keeping break points. The main cause for these kind of issues, you are trying to convert a string that is not in a proper format. So debug the application...

View Article


String was not recognized as a valid DateTime.

need help..  i have no idea what to do anymore.. it works just fine when i run in VB but when deploy in server it give me this result.. i'll try to convert the date string into default format that use...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images