Click here to Skip to main content
15,889,216 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionCloning winforms Pin
Starkie7013-Oct-09 9:01
Starkie7013-Oct-09 9:01 
AnswerRe: Cloning winforms Pin
Henry Minute13-Oct-09 10:11
Henry Minute13-Oct-09 10:11 
Questionhow do my Windows forms buttons change their border appearance at runtime? Pin
mnemonic6913-Oct-09 0:41
mnemonic6913-Oct-09 0:41 
AnswerRe: how do my Windows forms buttons change their border appearance at runtime? Pin
Richard MacCutchan13-Oct-09 1:14
mveRichard MacCutchan13-Oct-09 1:14 
GeneralRe: how do my Windows forms buttons change their border appearance at runtime? Pin
mnemonic6913-Oct-09 2:12
mnemonic6913-Oct-09 2:12 
GeneralRe: how do my Windows forms buttons change their border appearance at runtime? Pin
Richard MacCutchan13-Oct-09 2:54
mveRichard MacCutchan13-Oct-09 2:54 
AnswerRe: how do my Windows forms buttons change their border appearance at runtime? Pin
Shameel19-Oct-09 0:05
professionalShameel19-Oct-09 0:05 
QuestionSQL Command Wrapper class and configuration instance in web.config Pin
NICE TO MEET13-Oct-09 0:29
NICE TO MEET13-Oct-09 0:29 
;?xml version="1.0" encoding="utf-8"?>
<dataConfiguration>
   <xmlSerializerSection type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
         <enterpriseLibrary.databaseSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" defaultInstance="Database Instance" xmlns="http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/data">
            <databaseTypes>
                  <databaseType name="Sql Server" type="Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
            </databaseTypes>
            <instances>
                  <instance name="Database Instance" type="Sql Server" connectionString="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;" />
            </instances>
            <connectionStrings>
                  <connectionString name="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;">
                     <parameters>
                           <parameter name="database" value="SW2_phone_interview" isSensitive="false" />
                           <parameter name="Integrated Security" value="true" isSensitive="false" />
                           <parameter name="server" value="awsqlt25vs01" isSensitive="false" />
                     </parameters>
                  </connectionString>
            </connectionStrings>
         </enterpriseLibrary.databaseSettings>
   </xmlSerializerSection>
</dataConfiguration>


I have the above code snippet in my windows application. Now in some methods I am getting tome out exception. So I need to add one more instance for Microsoft.Practices.EnterpriseLibrary.Data.SQL.SQLCommandWrapper to set the connection time out property for a constant value in config file



Please advise

Thanks in advance.

-

QuestionStored procedure Pin
krishnaveer12-Oct-09 21:36
krishnaveer12-Oct-09 21:36 
AnswerRe: Stored procedure Pin
Pete O'Hanlon12-Oct-09 21:52
mvePete O'Hanlon12-Oct-09 21:52 
QuestionWPF DataGrid without database Pin
Nick Alexeev12-Oct-09 9:57
professionalNick Alexeev12-Oct-09 9:57 
AnswerRe: WPF DataGrid without database Pin
Pete O'Hanlon12-Oct-09 10:25
mvePete O'Hanlon12-Oct-09 10:25 
QuestionVB.Net Socket Questions Pin
raineym12-Oct-09 5:12
raineym12-Oct-09 5:12 
AnswerRe: VB.Net Socket Questions Pin
N a v a n e e t h12-Oct-09 16:51
N a v a n e e t h12-Oct-09 16:51 
QuestionLabel position in the Listview Pin
lbs.allies11-Oct-09 20:39
lbs.allies11-Oct-09 20:39 
QuestionGet moving mouse position Pin
lbs.allies11-Oct-09 20:06
lbs.allies11-Oct-09 20:06 
AnswerRe: Get moving mouse position Pin
freakyit11-Oct-09 22:36
freakyit11-Oct-09 22:36 
GeneralRe: Get moving mouse position Pin
Luc Pattyn12-Oct-09 0:20
sitebuilderLuc Pattyn12-Oct-09 0:20 
GeneralRe: Get moving mouse position Pin
freakyit12-Oct-09 1:04
freakyit12-Oct-09 1:04 
QuestionGetting cd/dvd drive information Pin
offroaderdan11-Oct-09 4:42
offroaderdan11-Oct-09 4:42 
AnswerRe: Getting cd/dvd drive information Pin
Henry Minute11-Oct-09 5:12
Henry Minute11-Oct-09 5:12 
GeneralRe: Getting cd/dvd drive information Pin
offroaderdan11-Oct-09 5:39
offroaderdan11-Oct-09 5:39 
GeneralRe: Getting cd/dvd drive information Pin
Henry Minute11-Oct-09 6:00
Henry Minute11-Oct-09 6:00 
AnswerRe: Getting cd/dvd drive information [modified] Pin
Luc Pattyn11-Oct-09 6:12
sitebuilderLuc Pattyn11-Oct-09 6:12 
AnswerRe: Getting cd/dvd drive information Pin
Alan N11-Oct-09 6:43
Alan N11-Oct-09 6:43 

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.