Is there a way out?
-
Hi friends Am in a bit of a fix. I have changed my system date on my pc, to the 29th of October, test the functionality of the app I was developing. I have returned the date to the presnt date but now I cant even run the other forms that I had built durng that time. Does anyone out there know how to fix this or I gotta redo my forms? thanks for reading this tw5ted f8 I
-
Hi friends Am in a bit of a fix. I have changed my system date on my pc, to the 29th of October, test the functionality of the app I was developing. I have returned the date to the presnt date but now I cant even run the other forms that I had built durng that time. Does anyone out there know how to fix this or I gotta redo my forms? thanks for reading this tw5ted f8 I
Changing the date has zero effect on the forms themselves. The only thing that can be effected is the code you wrote for the forms. On top of that, you haven't said anything about what the problem is other than "can't run them". So there's basically nothing anyone can tell you to fix "it".
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hi friends Am in a bit of a fix. I have changed my system date on my pc, to the 29th of October, test the functionality of the app I was developing. I have returned the date to the presnt date but now I cant even run the other forms that I had built durng that time. Does anyone out there know how to fix this or I gotta redo my forms? thanks for reading this tw5ted f8 I
Do "Rebuild All" to get rid of object files that seem younger than their source files, but actually got created some time ago (due to your date faking). :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
Do "Rebuild All" to get rid of object files that seem younger than their source files, but actually got created some time ago (due to your date faking). :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
:doh: Didn't even think of that. He just said "it" didn't work, but didn't say what "it" was.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Changing the date has zero effect on the forms themselves. The only thing that can be effected is the code you wrote for the forms. On top of that, you haven't said anything about what the problem is other than "can't run them". So there's basically nothing anyone can tell you to fix "it".
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007I have tried running the individual forms, I have changed the start up object for the project setting it to a different form. When I run the program, a different form from the one I selected as the start up object is being displayed. The forms I altered and built when I had changed the date are not being loaded. I hope u will be able to help me
-
:doh: Didn't even think of that. He just said "it" didn't work, but didn't say what "it" was.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007Yeah, date cheating can have a lot of consequences... ;)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
Do "Rebuild All" to get rid of object files that seem younger than their source files, but actually got created some time ago (due to your date faking). :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
I have tried running the individual forms, I have changed the start up object for the project setting it to a different form. When I run the program, a different form from the one I selected as the start up object is being displayed. The forms I altered and built when I had changed the date are not being loaded. I hope u will be able to help me
Wow. OK. I'd probably start by Cleaning the solution (under the Build menu) and do a Rebuild after that. If that doesn't take care of it, I'd look into getting every file in the solution's Modified date/times back into the past and then redo the above procedure.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Yeah, date cheating can have a lot of consequences... ;)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
I never do that, so it's no surprise I haven't run into the problem! :-D
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hi Thanks for the quik reply. I have just tried that, & it seems even that has failed. I am still getting a different form to the one that I have set as the start up object. If anyone can help me, I would be most greatful
Hi, how many projects? is it the right project that is running? how many forms? which one is showing? which one would you expect? show the code that justifies this. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
Hi friends Am in a bit of a fix. I have changed my system date on my pc, to the 29th of October, test the functionality of the app I was developing. I have returned the date to the presnt date but now I cant even run the other forms that I had built durng that time. Does anyone out there know how to fix this or I gotta redo my forms? thanks for reading this tw5ted f8 I
Set the date back to where it was. Build all. Delete your bin and obj folders. Set the date back. Never do this again. In fact, just deleting the bin and obj folders should do it.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi, how many projects? is it the right project that is running? how many forms? which one is showing? which one would you expect? show the code that justifies this. :)
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google
-
Set the date back to where it was. Build all. Delete your bin and obj folders. Set the date back. Never do this again. In fact, just deleting the bin and obj folders should do it.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Christian Graus wrote:
In fact, just deleting the bin and obj folders should do it.
Just what i was going to say -- the Obj folder is making its own choices... it sees a "newer" version and tries to use that but it cant because the dates dont match. Thats what I call a "clean all" :)
---- Morgan Gangwere Lead programmer, Unknown Software "Pinky, are you thinking what im thinking?" "I Dunno brain, how many licks DOES it take to get to the tootsie roll center of a tootsie pop?" "You want me to calculate that? or should we take over the world?" "ooh! OooooOOOooH! lets find out!"