Opened 15 years ago
Closed 15 years ago
#7621 closed Bug (fixed)
ASP.NET: Problem with ProtectedSource
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.5.2 |
| Keywords: | Cc: |
Description
Set ProtectedSource in FirstUse.aspx into:
/<\?[\s\S]*?\?>/g /<%[\s\S]*?%>/g
e.g with:
<CKEditor:CKEditorControl ID="CKEditor1" runat="server" Height="200" ProtectedSource="/<\?[\s\S]*?\?>/g,/<%[\s\S]*?%>/g"> </CKEditor:CKEditorControl>
launch the sample page.
Result:
Unable to cast object of type 'System.Object[]' to type 'System.String[]'
Change History (2)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|---|
| Summary: | Asp.NET: Poblem with ProtectedSource → ASP.NET: Problem with ProtectedSource |
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |

Fixed by #7590.