Click here to Skip to main content
15,894,291 members
Home / Discussions / WPF
   

WPF

 
QuestionHow to find the temparary drives created Pin
Nekkantidivya19-Jun-09 20:45
Nekkantidivya19-Jun-09 20:45 
AnswerRe: How to find the temparary drives created Pin
ABitSmart19-Jun-09 21:51
ABitSmart19-Jun-09 21:51 
Question[Message Deleted] Pin
CBenac19-Jun-09 14:11
CBenac19-Jun-09 14:11 
AnswerRe: Problem with WPF Browser application Pin
Christian Graus19-Jun-09 17:39
protectorChristian Graus19-Jun-09 17:39 
General[Message Deleted] Pin
CBenac20-Jun-09 3:13
CBenac20-Jun-09 3:13 
GeneralRe: Problem with WPF Browser application Pin
Christian Graus20-Jun-09 11:32
protectorChristian Graus20-Jun-09 11:32 
AnswerRe: [Message Deleted] Pin
Christian Graus20-Jun-09 13:09
protectorChristian Graus20-Jun-09 13:09 
GeneralHow to connect a XPAP application to the Northwind database Pin
CBenac20-Jun-09 15:34
CBenac20-Jun-09 15:34 
There is a sample application that uses the DataGrid (from the WPF Toolkit) and displays the customers table from the NorthWind database. It runs fine if it is created as an EXE which is the original intention of the author. However, since I need the application to run in the browser, I recreate the same project as a XPAP but the browser displays the bellow error message (snipet) from the "More information" link. It appears to be a connection issue with the database. I'm using Windows authentication mode.

>>
..
The action that failed was:
Demand
The type of the first permission that failed was:
System.Data.SqlClient.SqlClientPermission
The first permission that failed was:
<IPermission class="System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
AllowBlankPassword="False">
<add ConnectionString="Data Source=TOSHIBA_PC\SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True"
KeyRestrictions=""
KeyRestrictionBehavior="AllowOnly"/>
</IPermission>
.....
>>

The sample code was retrieved from here:
http://www.codeproject.com/KB/WPF/WPFDataGridExamples.aspx
GeneralRe: How to connect a XPAP application to the Northwind database Pin
Christian Graus21-Jun-09 0:39
protectorChristian Graus21-Jun-09 0:39 
GeneralRe: How to connect a XPAP application to the Northwind database Pin
CBenac21-Jun-09 12:58
CBenac21-Jun-09 12:58 
GeneralRe: How to connect a XPAP application to the Northwind database Pin
CBenac22-Jun-09 8:28
CBenac22-Jun-09 8:28 
QuestionMessage Removed Pin
19-Jun-09 10:48
professionalN_tro_P19-Jun-09 10:48 
AnswerRe: Canvas with an Image Pin
Christian Graus19-Jun-09 11:02
protectorChristian Graus19-Jun-09 11:02 
GeneralMessage Removed Pin
19-Jun-09 11:13
professionalN_tro_P19-Jun-09 11:13 
GeneralRe: Canvas with an Image Pin
Christian Graus19-Jun-09 11:25
protectorChristian Graus19-Jun-09 11:25 
GeneralMessage Removed Pin
19-Jun-09 11:28
professionalN_tro_P19-Jun-09 11:28 
GeneralRe: Canvas with an Image Pin
Christian Graus19-Jun-09 11:37
protectorChristian Graus19-Jun-09 11:37 
GeneralRe: Canvas with an Image Pin
Mark Salsbery21-Jun-09 7:33
Mark Salsbery21-Jun-09 7:33 
QuestionHow to remember the position of a GridSplitter Pin
fjparisIII19-Jun-09 8:57
fjparisIII19-Jun-09 8:57 
AnswerRe: How to remember the position of a GridSplitter (I "SOLVED" IT MYSELF) Pin
fjparisIII19-Jun-09 11:37
fjparisIII19-Jun-09 11:37 
GeneralRe: How to remember the position of a GridSplitter (I SOLVED IT MYSELF) Pin
Christian Graus19-Jun-09 12:46
protectorChristian Graus19-Jun-09 12:46 
GeneralRe: How to remember the position of a GridSplitter (I "SOLVED" IT MYSELF) Pin
fjparisIII19-Jun-09 13:55
fjparisIII19-Jun-09 13:55 
GeneralRe: How to remember the position of a GridSplitter (I SOLVED IT MYSELF) Pin
Christian Graus19-Jun-09 17:37
protectorChristian Graus19-Jun-09 17:37 
Questionxmlns question Pin
#realJSOP19-Jun-09 4:39
mve#realJSOP19-Jun-09 4:39 
AnswerRe: xmlns question [modified] Pin
Eslam Afifi19-Jun-09 6:29
Eslam Afifi19-Jun-09 6:29 

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.