Rename made a renaming mistake...
I renamed
Toslag46_50(iPricelistSeasonDeparturePlaceCalcID)
to
Toeslag46_50(iPricelistSeasonDeparturePlaceCalcID)
but the places where the function was referenced was actually renamed to
TToeslag46_50iPricelistSeasonDeparturePlaceCalcID)
That shouldn't happen :)
(build 209 on VS 2003)
Please sign in to leave a comment.
Is this reproducable? Can this be reproduced on a small example?
Valentin Kipiatkov
Chief Scientist, Vice President of Product Development
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I haven't been able to reproduce it, but it seems to be related to sourcesafe integration. It just sometimes happens, but as far as I can tell only on fiels that are checked in at the time.
It happened again today.
Yielded exception: #11966- An exception has occurred (Logger.LogExceptionEx)
and a numebr of exceptions after that.
Completely broke a number of lines of code:
formToShow.ReadOnly = ReturnedSearchID
formToShow.FormMode = this.FormMode;
was refactored to:
formToShow.ReadOnly = tFormEntityIdentity formTFormEntityIdentity this.FormMode;
Any news on this?