Ask a Question related to Coldfusion Component Development, Design and Development.
-
dm750 #1
Re: Sorry, something seems to have gone wrong
I can use it as a component with no problem. the above message was when I
browsed it with the ?wsdl on the end. If I leave the ?wsdl off and just browse
the component, I get the following message:
The filename, directory name, or volume label syntax is incorrect
The error occurred in C:\Inetpub\wwwroot\CFIDE\componentutils\cfcexplore r.cfc:
line 176
174 : if ( IsDefined('arguments.path') and arguments.path neq '' ) {
175 : proxy = CreateObject( "java",
"coldfusion.runtime.TemplateProxyFactory" ) ;
176 : comp = proxy.ResolvePath( arguments.path, getPageContext() ) ;
177 : } else {
178 : comp = CreateObject( "component", name ) ;
dm750 Guest
-
something wrong..
I want to integrate following php-file into my Flash-movie, but something still does not work. The Php-file is like that: Online it looks like... -
What am I doing wrong?
> rs.Source="SELECT id From User Where upper I asked this before... Try sql = "SELECT id FROM user WHERE UPPER(cLoginID) = '" & vUserID &... -
What is wrong?
Take a look at your Stored Procedure. It takes a wide variety of data types. But in your code, you use an overloaded version of the Add() method of... -
What am I doing wrong???!?!
I have a simple form that based on the the two inputs, ExAD_Tracking and ExAD_DateEntered, will query the database and display the records... -
What am I doing wrong
I am trying to fade in an image over time, however the image keeps blinking, it fades in all the time. Below is my script. on exitFrame me go to... -
dm750 #2
Re: Sorry, something seems to have gone wrong
btw, I can open the browser to the web root and browse down to this file and I still get the error so I know the path is valid.
dm750 Guest



Reply With Quote

