|
Search
You searched for the word(s): error'A=0
Showing page 78 of 969 (9,685 total posts)
< 1 second(s)
-
Hi
Adam is right about this in that its not the editor causing the problem, its the way you are creating the stored proc parameters.
You are using .Parameters.AddWithValue(''@Description'', sDesc)
This will try to determine the type and length from the string being passed to it and not the database ...
-
Its a rather complex page, so I will just show you how to get to it. Go to http://gamestreet.dynu.com/gamestreet and click on ''signup'' at the top. Create an account, login, and to to the ''My Profile -> Customize Page'' section. You will see the editors on the page and the ''add another section to this zone'' link which is causing it. The ...
-
So what's the answer here. I'm having the same problem. The only differance is I'm programatically setting the path.
ceMaintenance.Setting(''security:ImageGalleryPath'') = ''~/images_customer/'' & Session(''EmployerID'')ceMaintenance.Setting(''security:MediaGalleryPath'') = ''~/images_customer/'' & ...
-
I had the same problem on a win2k3 machine...I could not unset the Read-Only attribute of the properties...microsoft has published a workaround, essentiallyattrib -r -s c:path\directorybackground info:CAUSEUnlike
the Read-only attribute for a file, the Read-only attribute for a
folder is typically ignored by Windows, Windows components ...
-
Hi,I am using version 5.2.I have 6 generic templates i have created, all with a back to top link on the bottom <a href=''#top''>^ Back to top</a>When i insert the template and save it it changes to the following code<a href=''http://[mySite]/CuteEditor_Files/Insert_Template.asp?UC=en-en#top''>^ Back to top</a> can i resolve ...
-
Danny,
Please open \Engine\11.SqlScopeDAL\AnnouncementModerator.cs file.
And find the following code:
INSERT cp_Announcement (Title,Body,DateAdd) VALUES (@p0,@p1,@p2)
Change it to:
INSERT cp_Announcement (Title,Body,DateAdded) VALUES (@p0,@p1,@p2)
Then recompile the project. That will resolve the ...
-
When I build my website I get errors like this:
The file 'C:\Documents and Settings\cwl\Local settings\Temp\VWDWebCache\{website}\cutesoft_client\CuteEditor\_sharedie.htm' not found.
The file 'C:\Documents and Settings\cwl\Local ...
-
For example, your cuteeditor files path is c:\inetpub\wwwroot\CuteEditor_files:
1. In site A, you create a virtual directory CE_fiiles and point it to the above location.
in your editor setting, you need to set editor.FilesPath = ''/CE_fiiles''
2. In site B, you create a virtual directory CE_fiiles and point it ...
-
I am attempting to install cute chat for dnn version 2.1.2 and i get this exception:......Info
File cutechatfordnn212/web/cutesoft_server/cutechat/languages\ar-sy.xml read successfully
Info
Loading ...
-
hi, i have downloaded the last build, and overwrite the .dll etc.,
since i CuteEditorTemp Folder in my dnn_root directory and set
<add key=''CuteEditorTempPath'' value=''~/CuteEditorTemp'' />
to the web.config file in the dnn_root, i can access some dialoges, except insert image (advanced, right one in the menu), insert ...
... 78 ...
|
|
|