error message with 2sexy content module - dnn.controls is undefined - 2sxc

i get this error message at my dnn portal, where i use catalook and 2sexycontetn.
when i delete all 2sexymodules the message are gone.
i'm using dnn 9.0.2 and 2sexy 9.1.0 beta.
this is the error message with the firefox console
_loadScriptsInternal http://new12.aevo.at/Telerik.Web.UI.WebResource.axd:15:4695
_nextSession http://new12.aevo.at/Telerik.Web.UI.WebResource.axd:15:5238
_loadScriptsInternal http://new12.aevo.at/Telerik.Web.UI.WebResource.axd:15:4889
_scriptLoadedHandler http://new12.aevo.at/Telerik.Web.UI.WebResource.axd:15:5666
Function.createDelegate/< http://new12.aevo.at/Telerik.Web.UI.WebResource.axd:6:305
_scriptLoadHandler http://new12.aevo.at/Telerik.Web.UI.WebResource.axd:6:94283
Function.createDelegate/< http://new12.aevo.at/Telerik.Web.UI.WebResource.axd:6:305
b http://new12.aevo.at/Telerik.Web.UI.WebResource.axd:6:57480
where does 2sexycontent use the telrik controls?
thanks for help
michael

Actually 2sxc doesn't use telerik controls, except in the edit-data dialog, IF a user tries to pick a file on DNN (instead of using ADAM). that's it.
The error you're experiencing is almost certainly a DNN 9 issue, related to managing js / css for the browser. I don't know anything about it, but I'm guessing that upgrading to dnn 9.1 should fix it.
Note: we'll release 2sxc 9.1 today, which should improve the user experience a lot :)

Related

How do I get rid of these CSS warnings in my JavaFX custom control?

I am currently developing a custom JavaFX 8 control and was about to make the first release available when Oracle released JDK u20. After upgrading to this version my control now triggers a long list of CSS warnings that look like this:
"Could not resolve '-fx-base' while resolving lookups for
'-fx-background-color' from rule '*.test' in stylesheet
test.css".
Note: I am not calling any of these suspicious methods: applyCSS(), layout(), or impl_processCSS().
What could be the possible reason for this?
The messages were caused by changes made by Oracle to the CSS engine. Custom controls that implemented the method Control.getUserAgentStylesheet() were likely to trigger them. There were a couple of work-arounds that were suggested to fix this but in the meantime release 8u40 moved the method to Region and it is now fully supported again. However, if your project also uses ControlsFX then you will still see them until you upgrade to ControlsFX 8.40.9.

ERROR ITMS-9000: “No architectures in the binary"

I am getting an error trying to upload an app to the iOS store.
The application was developed using FlashBuilder 4.7 and Flex 13.0.
ERROR ITMS-9000: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.” At SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
Does anyone have any ideas as to what this error is? Any help would be appreciated.
Thanks.
Try to fix your application.xml:
<iPhone>
<InfoAdditions><![CDATA[...
<key>MinimumOSVersion</key>
<string>6.0</string>
]]></InfoAdditions>
I found solution of my question after lots of try. After updating an air sdk still I got this issue.
Solution of this issue is simple.
We don't need to use any digit in app Id.
for example:
App was not submitteds app id contains digit like com.adobe.sample.7th
then I created new app having app id like com.adobe.sample.seventh and I was able to submit this app to store.

The type or namespace name 'IQueryable' could not be found

I have a weird issue. I have a VS 2010 .Net 4.0 Web Site (not web app) that runs on IIS 7.5.
When I build the site, I'm getting errors like the one in the title. Normally, this would be straightforward to fix - just add a reference.
In this case, I already have a reference to System.Core.Dll (4.0). I have "using System.Linq" declared.
If I fully quality my references to IQueryable (e.g. System.Linq.Iqueryable), autocomplete resolves it perfectly.
All my folders are read/write enabled.
I'm not sure what else to check.
Maybe one of my fellow Overflowers can help? :-)
TIA!
Ensure that the Target Framework is set to ".Net Framework 4" in the property pages
I found the error...it seems that there was an error in an upstream web.config that was causing my build to fail. I wish I knew why the symptoms manifested the way they did, but I'm building now. :-)
Thanks to all who answered and tried to help.

The operation could not be completed. Invalid FORMATETC structure

I am developing web based application using asp.net and ajax. Today I am facing an issue, while dragging and dropping the ajax based components under the ajax enabled webform.
The error message is
The operation could not be completed. Invalid FORMATETC structure
If your answer is assembly then please let me know which assembly such issues (be specific about assemblies)
It is basically due to Ajax Toolkit assembly if you have added it as toolbox. Only way to get rid of this is to restart your IDE , whenever your have Formatetc error , or unload the toolbox and recreate it. Either of them will solve the. But it will not go. Occurance will become rare. Hope this help.
Ajax toolkit version < 3.5 seen such bugs.
If you using AjaxControlToolkit.dll try remove it and redownload and adding again.
Also try re-install Ajax Control Toolkit, which might solve your problem.
first Check in control panel => administrative tool => .net framework . your internet priority is low then change it

Getting an "Unable to load WSDL" error

I'm getting this error when I try to load the WSDL for my Asp.Net WebService.
faultCode "Server.Error.Request"
faultDetail "Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://myurl/web/Service.asmx?WSDL)"
faultString "HTTP request error"
here is the code:
service = new WebService();
service.addEventListener("fault", onServiceFault);
service.addEventListener(LoadEvent.LOAD, onWSDLLoaded);
service.loadWSDL(url);
I've done a ton of googling and found several possible solutions but it does not appear to be any of them. I'll go through what I've tried.
I can open the link in a browser IE and FF.
There's no user signed certificate required
My crossdomain is setup correctly
Here's the really interesting part, it works if I compile and run with Flex SDK 3.2 but I was trying to integrate AIR 2.5 for some features that are required and so I updated to Flex 3.5 w/ AIR 2.5 on top. If I build with this SDK it does not work.
I've used an HTTP traffic montior(Fiddler) to looked at the requests and noticed that with the 3.5 SDK it does not ever send out the request. So it must be something in the flex side, because it's obviously never getting to my service.
Does anyone have any other suggestions on what to try or is anyone else having this problem?
I'm having the exact same problem with Flex 4.0/AIR 2.5 when the .air is installed on a Windows OS. On Mac OS it works perfectly fine. When running/debugging from code, it works perfectly fine. The code is set up to do a .loadWSDL() on a webservice that is behind a valid SSL certificate.
Downgrading to AIR 2.0 fixes it.
Any suggestions here would be great. Thanks to the original poster for articulating this problem.
UPDATE: Turns out it's an AIR 2.5 problem with setting the Flex Framework files to be RSLs. I have helped Adobe track it down and they have recreated it now: http://forums.adobe.com/message/3345972#3345972

Resources