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.
|
| |
The error occurred in E:\websites\www.eeicom.com\wwwroot\training\classess.cfm: line 19
|
17 :
18 : <CFSET File = ExpandPath("desc\sw_#ClassList.SoftwareID#.txt")>
19 : <CFIF FileExists(File)>
20 : <CFFILE ACTION="Read" FILE="#File#" VARIABLE="Description">
21 : <CFOUTPUT>#Description#</CFOUTPUT>
|
|
|
Please try the following:
|
| Browser |
ColdFusion |
| Remote Address |
192.168.10.69 |
| Referrer |
|
| Date/Time |
15-Aug-07 01:12 PM |
|