Wcf - Silverlight Enabled Services And Web Application Comparability?

Jan 15, 2010

When you create a Silverlight enabled WCF service, the following line is placed in the source file -

[AspNetCompatibilityRequirements(RequirementsMode =
AspNetCompatibilityRequirementsMode.Allowed)]

What does it do?

View 2 Replies


Similar Messages:

Select Single Integer Value From Database In Silverlight Enabled WCF?

Apr 15, 2010

I have a stored procedure which returns me maximum value of a column in the database table i.e. it returns me a single int value.

What syntax of linq to sql can be used in service.svc.cs so that I can use this value in xaml.cs?

View 1 Replies

WCF / ASMX :: How To Properly Test SSL Enabled Web Services

Oct 5, 2010

Maybe I am overthinking this a bit but I have a set of SSL enabled third party web services that I want to test. The url for the web service is essentially [URL]

Do I need to have a certificate setup on my test ASPX page to fully encrypt this connection or am I OK. with simply a simple ASPX page, create my objects from the WSDL and have at it?

View 4 Replies

.net - Silverlight RIA Services With Different Database Providers?

Jan 31, 2011

I want to create a Rich Internet Application in Silverlight. One of the requirements is that the back-end of the application should work with different database providers (SQLServer, PostgreSQL, Oracle). I'm planning to use Entity Data Model to represent database objects and Domain Services to expose these objects to the client.The problem is that I don't have a clue if the same data model can be used with different database providers and how sophisticated that would be to change the provider without recreating all the model.I want the application to be reusable on different environments, so that i can import the same database schema to any existing database, change the provider in the ASP.NET web application and that's it.Is it doable? Or maybe there are other ways to achieve similar functionality?

View 1 Replies

Unable To Access SQL Reporting Services On Shared Site With Themes Enabled

Jun 1, 2010

I am having some trouble with my IIS web server & SQL reporting services.

At the current time my site is playing host to both reporting services (/reports & /reportserver) as well as my personal website (domain.com)

Only just recently have I implemented a Theme on my site and as such I have placed a statement in my web.config file directing it to apply a certain theme in the following manner:

<pages styleSheetTheme="General">

Because of this when I try to access the report pages it fails, telling me it couldn't find the Theme. So, what I did was locate the source files for the /reports & /reportserver directories and placed the App_Theme folder in them hoping that would sort everything out.

What I am getting now is the following error:

*Using themed css files requires a header control on the page. e.g. head runat="server" *

Does anyone know how I can get around this? Do I have to hack the SQL reporting aspx pages? I do NOT want to remove the web.config declaration.

View 2 Replies

Configuration :: Deploy Application That Uses Application Services Membership Provider

Aug 25, 2010

Apologies if this seems obvious, but after a week searching I can't find a clear answer to my problem.

I have developed an application in Visual Web Developer 2010 Express that uses the asp.net application services membership provider. It works well in development on my machine (data in the ASPNETDB.MDF database).

I packaged my application and deployed the relevant files with FTP to my shared hosting provider.

I took a copy of the ASPNETDB.MDF and restored it to the SQL Server 2008 on my shared hosting. I can connect to this through the Database Explorer in Visual Web Developer, but it doesn't contain any schema or data.

I know once I have the database in production I will have to make sure the connection string in web.config is poiting to it, but I don't know how to get the DB to production in the first place.

View 2 Replies

C# - How To Build A Silverlight Application And Have It Work Under Application

Aug 7, 2010

If I need to build a silverlight application and have it work under my asp.net application!

Does that mean I have to create two different vs projects?

One for silverlight the other my asp.net application? Or I can have one in 1? What do I do?

View 3 Replies

How To Raise An Event In .net Application From A Silverlight Application

Oct 9, 2010

I have a Silverlight application hosted inside an asp.net website. In my silverlight applicaiton, if I select a theme. Then, theme changes will gets fired. I want to get notified in asp.net web page, when the theme changed event is fired inside the silverlight application. Note: Also, I don't want to use a data base to maintain the state of the application.

View 1 Replies

Control Initial Enabled State For Dependant Controls That Are Enabled / Disabled By JQuery?

Jan 3, 2010

So far, I've seen (and I'm using the following) scripts to show/hide a div or other controls depending on another control in ASP.NET

$('[id$=myRadio_0]').click(function() { $('[id$=myDiv]').show(); });
$('[id$=myRadio_1]').click(function() { $('[id$=myDiv]').hide(); });
and of course, my div in html like
<div id="myDiv" runat="server" visible="false">

and that works fine when the user selects either option of the radiobuttonlist. However, when I assign that radiobuttonlist a value of 1 or yes on my Page_Load on code behind, that isn't (and probably can't be) caught by jQuery, and my div remains invisible even though the control has a value of Yes/1. So, do I need to set the visibility of that div from code behind, or is there a way in jQuery to force a scan of these dependencies after i've set the values for the main controls in code behind?

View 1 Replies

C# - Converting A Web Application To A Silverlight Application?

Feb 15, 2010

I'm developing an three layer ASP.NET application with C# and Visual Studio 2008 SP1. I'm using WebForms.

I'm wondering to convert that application to a Silverlight application. Maybe I can reuse a lot of code of ASP.NET layer.

View 3 Replies

MVC :: How To Implement Keyboard Enabled Menu Like In Regular Windows Application

Mar 8, 2011

How to implement keyboard enabled menu in mvc application like in regular windows application:

Horizontal menu bar containing menu pads.

Left / right arrow should select previous / next menu if menu is open

Up Down arrow moves to previous next menu item

Enter selects menu

Where to find source code for this ?

View 12 Replies

AJAX :: Running Enabled Web Application Developed Using Vs2008 - Getting Error

Jan 5, 2010

I have developed the asp.net 3.5 ajax enabled web application and it is working well for me. i have included ajaxtoolkit dll and used the ajax tool kit controls in my application. And i copied the application source to another computer and open in visual studio 2008. i have installed the asp.net 3.5 in this computer. now the problem is, when i run the application getting error in web.config file. the error is in script. i guess the issue is because of ajax. what i need to do. should i install the ajax latest version in this machine. if so, where can i download the ajax latest version.

View 2 Replies

How To Use Silverlight Application On Iphone

Jun 2, 2010

We have develop one application in silverlight..

We want more information about how we can use this silverlight application on IPHONE.

Basic requirement is silverlight application should work on IPHONE.

View 10 Replies

Silverlight Application For Mobile Or PDA

Mar 19, 2010

I have to create application which should work in web, mobile and PDA. I am using Silverlight application. Any one has idea that which type of problem can I face in Mobile and PDA? It is working fine in web. I am also using some third party control like Telerik control.

View 2 Replies

How To Debug A Silverlight Application

Mar 10, 2011

I am currently developing a silverlight application, however yesterday I started getting the following error message every time I run the project:

If I click "yes" to debug - nothing happens. Also, I have no Line 1805 in any of my source files!

This error message started appearing yesterday, and appears as soon as I run the project, shortly before the first page loads. If i click yes or no, the project then loads and runs perfectly, I cannot see any unwanted behaviour.

I have been using source control, so I rolled back the project to a point before the error started appearing, however I am still getting the error!

Could it be a setting in VS Web Developer Express 2010 that I have accidentally changed?

View 2 Replies

MVC :: Host Mix Silverlight & .net Web Application?

Mar 4, 2010

I am new to asp.net mvc and don't feel too comfortable to diving 100% into silverlight web application. I done some research and found that asp.net mvc can host silverlight application. That is great new since I want to leverage new technologies.

However, silverlight currently does not support printing and SSRS reporting. My question, can asp.net mvc hosts multiple applications like both silverlight and regular asp.net applications. I can design the asp.net application to handle the reporting and printing.

View 2 Replies

C# - Using Silverlight With Existing Application?

May 5, 2010

This seems like a very basic question but I couldn't find any help on web. If you could provide some link or steps to do this.I have created few basic Silverlight applications which are working fine standalone. I also have a basic ASP.NET application with a solution with around 10 Class Library Projects and 1 website. I want to create a small popup which will have some funtionality using Silverlight.How should I go about creating this application and how to integrate it with my existing application for it to show as a link. I would not want that link to open another application/site.

View 2 Replies

C# - Error - Could Not Download Silverlight Application?

Oct 28, 2010

Developing a silverlight page in already existing web application for previewing video files. When I create a asp.net application locally and add silverlight application on the solution it works perfectly. But while I am trying to include into already existing project it throws this error. I have not deployed into the IIS. this happens while debugging.

View 1 Replies

Updating Silverlight Application @ Website?

Mar 3, 2011

I have the following scenario: a Silverlight application (constructed to be OOB) embedded at an ASP.NET website where, if the user already installed it, a label saying that is displayed; otherwise, an install button appears. Eventually I can update the .xap file available in the website.Now the problem: if the user executes the application through his Desktop/Start Menu, i'm able to update the application and suggest the user to restart it. But, if I update the .xap file and upload it again to the website, apparently no "Silverlight update" occurs, it is displayed as a new application (if the user install it again, an application icon is displayed at his desktop).

View 2 Replies

Add More Than One Silverlight Application In Single Webpage?

Apr 22, 2010

I am very new to silverlight application. I have to create silverlight based website . Each page contains each silverlight application. Let me know how to do that. How to integrate on single webpage.

View 2 Replies

C# - Webclient Methods Not Available To Silverlight Application?

Feb 22, 2010

Trying to do basic webclient data pull in C#, and the methods are not available in visualstudio, and the code is not compiling.

//snip
WebClient client = new WebClient();
byte[] resp = client.DownloadData(url);
//snip

Error 1 'System.Net.WebClient' does not contain a definition for 'DownloadData' and no extension method 'DownloadData' accepting a first argument of type 'System.Net.WebClient' could be found (are you missing a using directive or an assembly reference?) C:UsersMichaelDocumentsVisual Studio 2008Projectssearch2search2MainPage.xaml.cs'm doing this in a c# file for a XAML/Silverlight project, but can't imagine why that would make a difference. I can not find any reference to this issue on the web, and I had something similar to this working last month, but in a regular ASP.NET page, not in a Silverlight app.

View 3 Replies

Silverlight Based Charts And Graphs In Web Application?

Aug 2, 2010

I wanted to build visually stunning graphs and charts ( with some animation, drill-down and interactivity in it) in an existing asp.net application.

The application is build using vs 2008.

Which version of Silverlight will be best suited for this (v3 or v4) ?

What is the best option to create Charts and Graphs and embed it within the existing asp.net application ?

View 2 Replies

Web Forms :: How To Enable Silverlight 3.0 In A Simple Web Application

Apr 19, 2010

I have a simple ASP.NET 3.5 app in which I want to use SL 3.0 cntrols, how can I do that without starting out with a fresh SL enabled ASP.NET application template?

View 3 Replies

Install Different Silverlight Application To Desktop Than One That Is Running Currently

Mar 1, 2011

Specifically, I have the main application running in the browser. I would like to offer a link to install a set of tools that provide the user to perform a subset of the functionality provided in the main application. I'd like to have a link that says, "Install Tools," and this would in turn kick off the Out Of Browser installation of the tools, not the main application.

View 1 Replies

Accessing Username In Silverlight Application From Aspx?

Apr 2, 2011

I need to access signed in username and pass, which are saved in session variable,

from silverlight page

i remember something of accesing session variables from silverlight but cannot get the code

cannot remember the name of the video, which shows how to interaction between aspx page and silverlight plugin

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved