Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
AnswerRe: Can't change icon Pin
engsrini27-Jan-07 22:29
engsrini27-Jan-07 22:29 
QuestionVS 2005 crashes whenever I open my form... Pin
Lord Kixdemp27-Jan-07 5:32
Lord Kixdemp27-Jan-07 5:32 
AnswerRe: VS 2005 crashes whenever I open my form... Pin
Luc Pattyn27-Jan-07 6:11
sitebuilderLuc Pattyn27-Jan-07 6:11 
GeneralRe: VS 2005 crashes whenever I open my form... Pin
Lord Kixdemp27-Jan-07 16:40
Lord Kixdemp27-Jan-07 16:40 
GeneralRe: VS 2005 crashes whenever I open my form... Pin
Lord Kixdemp27-Jan-07 18:34
Lord Kixdemp27-Jan-07 18:34 
Questionuniversal connection b/w c# & MS ACCESS Pin
rao raja27-Jan-07 4:55
rao raja27-Jan-07 4:55 
AnswerRe: universal connection b/w c# & MS ACCESS Pin
Guffa27-Jan-07 6:49
Guffa27-Jan-07 6:49 
QuestionDAAB Configuration Problem Pin
adnanrafiq27-Jan-07 1:25
adnanrafiq27-Jan-07 1:25 
here is my app.config file
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="dataConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" />
</configSections>
<dataConfiguration defaultDatabase="SqlConnection" />
<connectionStrings>
<add name="SqlConnection" connectionString="server=Developer;database=MSPetShop;Integrated Security=true;"
providerName="System.Data.SqlClient" />
</connectionStrings>
</configuration>
first i m getting these two errors:
Message 1 Could not find schema information for the element 'dataConfiguration'.

Message 2 Could not find schema information for the attribute 'defaultDatabase'.


and when i try to call the from my DAL layer i got exception

i m using this funcion
Database db=DatabaseFactory.CreateDatabase();

I hope any one there will reply me many thanks,
adnan

AnswerRe: DAAB Configuration Problem Pin
Rakheesh Chalil27-Jan-07 16:08
Rakheesh Chalil27-Jan-07 16:08 
Question.NET 2.0 & .NET 2.0 CF .. difference .. Pin
abalbo26-Jan-07 23:38
abalbo26-Jan-07 23:38 
AnswerRe: .NET 2.0 & .NET 2.0 CF .. difference .. Pin
Guffa27-Jan-07 0:29
Guffa27-Jan-07 0:29 
GeneralRe: .NET 2.0 & .NET 2.0 CF .. difference .. Pin
Luc Pattyn27-Jan-07 3:18
sitebuilderLuc Pattyn27-Jan-07 3:18 
JokeRe: .NET 2.0 & .NET 2.0 CF .. difference .. Pin
bobsugar22227-Jan-07 6:57
bobsugar22227-Jan-07 6:57 
GeneralRe: .NET 2.0 & .NET 2.0 CF .. difference .. Pin
Luc Pattyn27-Jan-07 7:26
sitebuilderLuc Pattyn27-Jan-07 7:26 
GeneralRe: .NET 2.0 &amp; .NET 2.0 CF .. difference .. Pin
bobsugar22227-Jan-07 7:35
bobsugar22227-Jan-07 7:35 
GeneralRe: .NET 2.0 &amp; .NET 2.0 CF .. difference .. Pin
Guffa27-Jan-07 10:33
Guffa27-Jan-07 10:33 
GeneralRe: .NET 2.0 &amp; .NET 2.0 CF .. difference .. Pin
Luc Pattyn27-Jan-07 11:26
sitebuilderLuc Pattyn27-Jan-07 11:26 
GeneralRe: .NET 2.0 & .NET 2.0 CF .. difference .. Pin
abalbo27-Jan-07 22:46
abalbo27-Jan-07 22:46 
GeneralRe: .NET 2.0 & .NET 2.0 CF .. difference .. Pin
Luc Pattyn28-Jan-07 11:11
sitebuilderLuc Pattyn28-Jan-07 11:11 
GeneralRe: .NET 2.0 &amp; .NET 2.0 CF .. difference .. Pin
AlexB4728-Jan-07 20:42
AlexB4728-Jan-07 20:42 
QuestionOnly .NET 2.0? Pin
AlexZieg7126-Jan-07 22:32
AlexZieg7126-Jan-07 22:32 
GeneralRe: Only .NET 2.0? Pin
Guffa27-Jan-07 0:19
Guffa27-Jan-07 0:19 
GeneralRe: Only .NET 2.0? Pin
AlexZieg7127-Jan-07 0:29
AlexZieg7127-Jan-07 0:29 
QuestionLast OutlockBarApp Simular Visual Studio.Net 2005 Pin
keshtgar26-Jan-07 22:17
keshtgar26-Jan-07 22:17 
Questiongud day everyone!! Pin
giltendezm26-Jan-07 22:04
giltendezm26-Jan-07 22:04 

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.