Hi,

I had upgraded CF5 to CFMX on my development box (running on IIS with 
oracle as back-end). The applications were working fine on CF5 but after 
I upgraded to CFMX, I get the following error. The data sources have 
all beeen verified and are ok.. Can anybody help me out with this..

Error Occurred While Processing Request  
Complex object types cannot be converted to simple values.  
The expression has requested a variable or an intermediate expression 
result as a simple value, however, the result cannot be converted to a 
simple value. Simple values are strings, numbers, boolean values, and 
date/time values. Queries, arrays, and COM objects are examples of 
complex values. 
The most likely cause of the error is that you are trying to use a 
complex value as a simple one. For example, you might be trying to use a 
query variable in a <CFIF> tag. This was possible in ColdFusion 2.0 but 
creates an error in later versions.
 
 
<cfset sitename = "server" & "vir">

I have two strings in the server and vir variables which i combine. 
This was perfectly working fine in CF5. could anybody help.

Thanks in advance

                
---------------------------------
Do you Yahoo!?
 Meet the all-new My Yahoo! � Try it today! 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189009
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to