Click here to Skip to main content
15,891,689 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Restore failed for Server '...\SQLEXPRESS' Pin
Eddy Vluggen8-Sep-11 9:59
professionalEddy Vluggen8-Sep-11 9:59 
GeneralRe: Restore failed for Server '...\SQLEXPRESS' Pin
C#Coudou8-Sep-11 14:12
C#Coudou8-Sep-11 14:12 
QuestionPut red Rectangle arround control [modified] Pin
Sam Martini7-Sep-11 0:16
Sam Martini7-Sep-11 0:16 
GeneralRe: Put red Rectangle arround control Pin
MicroVirus7-Sep-11 0:51
MicroVirus7-Sep-11 0:51 
GeneralRe: Put red Rectangle arround control Pin
Sam Martini7-Sep-11 5:50
Sam Martini7-Sep-11 5:50 
Questiona situation with connection string Pin
alejx6-Sep-11 13:17
alejx6-Sep-11 13:17 
AnswerRe: a situation with connection string Pin
Pradeep Shukla6-Sep-11 19:32
professionalPradeep Shukla6-Sep-11 19:32 
GeneralRe: a situation with connection string Pin
alejx7-Sep-11 2:07
alejx7-Sep-11 2:07 
Thank you
But i have a app.config inside my project , this file was added when i have created the entity model through wizard.
My app.config is :
----------------
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
</startup>
<connectionStrings>
<add name="udataEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;
provider connection string=Data Source=server1\SQLEXPRESS;InitialCatalog=udata1;IntegratedSecurity=True;
MultipleActiveResultSets=True;Application Name=EntityFramework" providerName="System.Data.EntityClient" />
</connectionStrings>
</configuration>
-------------------
But what can i do now ?
Thank you.
GeneralRe: a situation with connection string Pin
Pradeep Shukla7-Sep-11 3:37
professionalPradeep Shukla7-Sep-11 3:37 
GeneralRe: a situation with connection string Pin
alejx7-Sep-11 4:34
alejx7-Sep-11 4:34 
GeneralRe: a situation with connection string Pin
Pradeep Shukla7-Sep-11 4:41
professionalPradeep Shukla7-Sep-11 4:41 
GeneralRe: a situation with connection string Pin
alejx7-Sep-11 5:11
alejx7-Sep-11 5:11 
GeneralRe: a situation with connection string [modified] Pin
Pradeep Shukla7-Sep-11 8:36
professionalPradeep Shukla7-Sep-11 8:36 
GeneralRe: a situation with connection string Pin
alejx7-Sep-11 12:59
alejx7-Sep-11 12:59 
GeneralRe: a situation with connection string Pin
Pradeep Shukla7-Sep-11 13:03
professionalPradeep Shukla7-Sep-11 13:03 
AnswerRe: a situation with connection string Pin
Simon_Whale6-Sep-11 22:15
Simon_Whale6-Sep-11 22:15 
Questionmsdn Pin
Shahab Mohammadi4-Sep-11 22:42
Shahab Mohammadi4-Sep-11 22:42 
AnswerRe: msdn PinPopular
Dalek Dave4-Sep-11 22:52
professionalDalek Dave4-Sep-11 22:52 
GeneralRe: msdn Pin
Clark Kent12312-Sep-11 9:13
professionalClark Kent12312-Sep-11 9:13 
GeneralRe: msdn Pin
Dave Kreskowiak12-Sep-11 9:26
mveDave Kreskowiak12-Sep-11 9:26 
GeneralRe: msdn Pin
Clark Kent12313-Sep-11 1:22
professionalClark Kent12313-Sep-11 1:22 
AnswerRe: msdn Pin
DaveAuld5-Sep-11 2:04
professionalDaveAuld5-Sep-11 2:04 
GeneralRe: msdn Pin
Nagy Vilmos5-Sep-11 22:20
professionalNagy Vilmos5-Sep-11 22:20 
GeneralRe: msdn Pin
DaveAuld5-Sep-11 22:25
professionalDaveAuld5-Sep-11 22:25 
GeneralRe: msdn Pin
David C# Hobbyist.6-Sep-11 15:17
professionalDavid C# Hobbyist.6-Sep-11 15:17 

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.