> size for CF files under CFMX.
I should have mentioned that I read about that also, and tried splitting the file up into seperate includes, but that didn't work either.
However, I finally figured this out just a few minutes ago. I had a block of CFSWITCH code that was examining one character strings and it had a statement like this:
<cfcase value=",">...</cfcase>
This never caused a problem in CF5, but does now. I'm not even sure why I would have written code like that to begin with, knowing that cfcase allows commas as a value delimiter.
Regardless, removing that cfcase statement and re-writing it a different way fixed the problem right up.
Isn't that the way it always goes? No matter how much you try to fix something on your own, you won't find a solution until just after you finally ask for help :)
Thanks,
Seth
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

