This is a migrated thread and some comments may be shown as answers.

RadCarousel in sharepoint site

8 Answers 141 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Vandana
Top achievements
Rank 1
Vandana asked on 25 Feb 2009, 01:29 PM
Hi,
I am using RadCarousel in WAP Browser Application. I am calling this control in webpart using IFrame tag to run on sharepoint site.
when I deploy it I am getting follwoing error

PLATFORM VERSION INFO
    Windows             : 5.2.3790.131072 (Win32NT)
    Common Language Runtime     : 2.0.50727.3053
    System.Deployment.dll         : 2.0.50727.3053 (netfxsp.050727-3000)
    mscorwks.dll             : 2.0.50727.3053 (netfxsp.050727-3000)
    dfshim.dll             : 2.0.50727.3053 (netfxsp.050727-3000)

SOURCES
    Deployment url            : http://rell:1234/NewXbaps/WPFCarousel03.xbap
    Application url            : http://rell:1234/NewXbaps/WPFCarousel03.exe.manifest

IDENTITIES
    Deployment Identity        : WPFCarousel03.xbap, Version=1.0.0.0, Culture=neutral, PublicKeyToken=09b4372df65d1401, processorArchitecture=msil
    Application Identity        : WPFCarousel03.exe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=09b4372df65d1401, processorArchitecture=msil, type=win32

APPLICATION SUMMARY
    * Online only application.
    * Browser-hosted application.

ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * An exception occurred while downloading the application. Following failure messages were detected:
        + Downloading http://rell:1234/NewXbaps/WPFCarousel03.exe did not succeed.
        + The remote server returned an error: (415) UNSUPPORTED MEDIA TYPE.
    * An exception occurred while determining trust. Following failure messages were detected:
        + User has refused to grant required permissions to the application.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

WARNINGS
    There were no warnings during this operation.

OPERATION PROGRESS STATUS
    No phase information is available.

ERROR DETAILS
    Following errors were detected during this operation.
    * [2/25/2009 6:29:45 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
        - Downloading http://rell:1234/NewXbaps/WPFCarousel03.exe did not succeed.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
            at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
            at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
            at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
            at System.Deployment.Application.DeploymentManager.SynchronizeCore(Boolean blocking)
            at System.Deployment.Application.DeploymentManager.SynchronizeAsyncWorker()
        --- Inner Exception ---
        System.Net.WebException
        - The remote server returned an error: (415) UNSUPPORTED MEDIA TYPE.
        - Source: System
        - Stack trace:
            at System.Net.HttpWebRequest.GetResponse()
            at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    * [2/25/2009 6:29:46 PM] System.Deployment.Application.TrustNotGrantedException (Unknown subtype)
        - User has refused to grant required permissions to the application.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.ApplicationTrust.RequestTrust(SubscriptionState subState, Boolean isShellVisible, Boolean isUpdate, ActivationContext actCtx, TrustManagerContext tmc)
            at System.Deployment.Application.DeploymentManager.DetermineTrustCore(Boolean blocking, TrustParams tp)
            at System.Deployment.Application.DeploymentManager.DetermineTrust(TrustParams trustParams)
            at System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements(Boolean grantApplicationTrust)
            at System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements()
            at MS.Internal.AppModel.XappLauncherApp.AssertApplicationRequirementsAsync(Object unused)

COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.


can you tell me what changed i need to do?

Thanks
Vandana

8 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 27 Feb 2009, 09:11 AM
Hi Vandana,

The clue to the problem can be found here:

    + Downloading http://rell:1234/NewXbaps/WPFCarousel03.exe did not succeed.
        + The remote server returned an error: (415) UNSUPPORTED MEDIA TYPE.
    * An exception occurred while determining trust. Following failure messages were detected:
        + User has refused to grant required permissions to the application.

It seems that your permissions or server configuration are incorrect.
This link could help you solve your problem: http://www.checkupdown.com/status/E415.html

Greetings,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Vandana
Top achievements
Rank 1
answered on 03 Mar 2009, 11:10 AM
Hi
Its not working.. Can you send me setting how to deploy carousel control in sharepoint site?

Thankx
Vandana
0
Vandana
Top achievements
Rank 1
answered on 04 Mar 2009, 11:02 AM
Hi,
Deployement succeed...
need to follow steps in the following link and upload .exe.deploy & .exe.menifest files along with .xbap...
http://blogs.microsoft.co.il/blogs/maxim/archive/2008/03/05/wpf-xbap-as-full-trust-application.aspx

Thanks & Regards
Vandana




0
John Giblin
Top achievements
Rank 1
answered on 21 Jul 2009, 09:52 PM
I actually followed that article without success.

But I wanted to know how the demos were able do it without any issues? You are not importing any certificates.
0
Milan
Telerik team
answered on 22 Jul 2009, 03:25 PM
Hi John Giblin,

What is the exact error that you are getting? Could you give us more info about your scenario?
Just to answer your question - we are not importing any certificates.

Kind regards,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
John Giblin
Top achievements
Rank 1
answered on 22 Jul 2009, 06:29 PM
So how does it work for me in the examples without importing?


Here are the errors I get when I publish. 
System.Deployment.Application.TrustNotGrantedException
The AssertApplicationRequirements method failed. The application cannot be committed.


Full Error
ERROR DETAILS
    Following errors were detected during this operation.
    * [7/22/2009 2:27:06 PM] System.Deployment.Application.TrustNotGrantedException (Unknown subtype)
        - User has refused to grant required permissions to the application.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.ApplicationTrust.RequestTrust(SubscriptionState subState, Boolean isShellVisible, Boolean isUpdate, ActivationContext actCtx, TrustManagerContext tmc)
            at System.Deployment.Application.DeploymentManager.DetermineTrustCore(Boolean blocking, TrustParams tp)
            at System.Deployment.Application.DeploymentManager.DetermineTrust(TrustParams trustParams)
            at System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements(Boolean grantApplicationTrust)
            at System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements()
            at MS.Internal.AppModel.XappLauncherApp.AssertApplicationRequirementsAsync(Object unused)
    * [7/22/2009 2:27:06 PM] System.Deployment.Application.DeploymentException (Unknown subtype)
        - The AssertApplicationRequirements method failed. The application cannot be committed.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.DeploymentManager.WaitForAssertApplicationRequirements()
            at System.Deployment.Application.DeploymentManager.SynchronizeCore(Boolean blocking)
            at System.Deployment.Application.DeploymentManager.SynchronizeAsyncWorker()








0
John Giblin
Top achievements
Rank 1
answered on 06 Aug 2009, 02:50 PM
does that help at all. 
0
Vlad
Telerik team
answered on 12 Aug 2009, 06:39 AM
Hi John,

Can you deploy the same application without RadCarousel?

Regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Carousel
Asked by
Vandana
Top achievements
Rank 1
Answers by
Milan
Telerik team
Vandana
Top achievements
Rank 1
John Giblin
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or