Click here to Skip to main content
15,913,250 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight and WCF issue Pin
Abhinav S23-Apr-10 1:00
Abhinav S23-Apr-10 1:00 
GeneralRe: Silverlight and WCF issue Pin
CrazyCoder2623-Apr-10 1:45
CrazyCoder2623-Apr-10 1:45 
GeneralRe: Silverlight and WCF issue Pin
CrazyCoder2625-Apr-10 20:48
CrazyCoder2625-Apr-10 20:48 
GeneralRe: Silverlight and WCF issu [modified] Pin
Abhinav S26-Apr-10 1:19
Abhinav S26-Apr-10 1:19 
GeneralRe: Silverlight and WCF issue Pin
CrazyCoder2623-Apr-10 17:43
CrazyCoder2623-Apr-10 17:43 
QuestionDatagridRow DetailsTemplate Problem Pin
vsaratkar22-Apr-10 10:43
vsaratkar22-Apr-10 10:43 
Questionwindows application user control in wpf Pin
dashingsidds22-Apr-10 1:56
dashingsidds22-Apr-10 1:56 
AnswerRe: windows application user control in wpf Pin
dashingsidds22-Apr-10 19:33
dashingsidds22-Apr-10 19:33 
Questionneed 2 extract links from a html file Pin
shoeb0171721-Apr-10 21:19
shoeb0171721-Apr-10 21:19 
AnswerRe: need 2 extract links from a html file Pin
Pete O'Hanlon22-Apr-10 23:15
mvePete O'Hanlon22-Apr-10 23:15 
QuestionSilverlight and WCF issue Pin
CrazyCoder2621-Apr-10 17:36
CrazyCoder2621-Apr-10 17:36 
AnswerMessage Removed Pin
21-Apr-10 17:58
CrazyCoder2621-Apr-10 17:58 
GeneralRe: Silverlight and WCF issue Pin
Abhinav S21-Apr-10 18:54
Abhinav S21-Apr-10 18:54 
QuestionHow to combine multiple usercontrols into a single dll Pin
Prasoon Chaudhary21-Apr-10 2:28
Prasoon Chaudhary21-Apr-10 2:28 
QuestionSilverlight Database Access [modified] Pin
#realJSOP21-Apr-10 1:45
professional#realJSOP21-Apr-10 1:45 
Alright - I've only found two way for accessing a sql database from a silverlight app:

- Using RIA Services

- Using a web service

Is it possible to do this without using either of those two methods? We're on a DOD network, and getting permission to deploy stuff like web services or even ria services is a frakking nightmare, and we'd like to avoid it if we can.

Can I just create a regular .Net assembly with the ADO stuff in it and use that? (see EDIT #2

EDIT #1 ==============

If there is no other way, I've gotten to the point where I have a domain service created, but I haven't been able to determine how to actually use it. I don't want to bind to a control. I simply want to get at the data, and every example I've found on the net assumes I want to bind to a frakking control.

EDIT #2 ==============

Well, you CAN'T add a non-silverlight assembly reference, and since you have to use a Silverlight assembly, you of course can't use System.Data.SqlClient. I don't think it could get any less convenient.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001
modified on Wednesday, April 21, 2010 9:36 AM

AnswerRe: Silverlight Database Access Pin
daveyerwin21-Apr-10 15:09
daveyerwin21-Apr-10 15:09 
GeneralRe: Silverlight Database Access Pin
#realJSOP22-Apr-10 0:09
professional#realJSOP22-Apr-10 0:09 
AnswerRe: Silverlight Database Access Pin
Abhinav S21-Apr-10 18:50
Abhinav S21-Apr-10 18:50 
AnswerRe: Silverlight Database Access Pin
Michel Godfroid22-Apr-10 1:59
Michel Godfroid22-Apr-10 1:59 
AnswerRe: Silverlight Database Access Pin
econner1-May-10 17:47
econner1-May-10 17:47 
QuestionCommon Properties get disappeared after converting a WPF control into UserControl Pin
Prasoon Chaudhary21-Apr-10 0:15
Prasoon Chaudhary21-Apr-10 0:15 
AnswerRe: Common Properties get disappeared after converting a WPF control into UserControl Pin
BlitzPackage21-Apr-10 16:20
BlitzPackage21-Apr-10 16:20 
Questionwpf tooltip on datagrid cell. [modified] Pin
Ravi Mori19-Apr-10 23:38
Ravi Mori19-Apr-10 23:38 
QuestionUnable to get proper uri of resource dictionary Pin
dashingsidds19-Apr-10 22:33
dashingsidds19-Apr-10 22:33 
AnswerRe: Unable to get proper uri of resource dictionary Pin
dashingsidds19-Apr-10 23:16
dashingsidds19-Apr-10 23:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.