Click here to Skip to main content
15,881,139 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with quitting an application Pin
Frank Alviani14-Oct-09 8:27
Frank Alviani14-Oct-09 8:27 
GeneralRe: Problem with quitting an application Pin
Dave Kreskowiak14-Oct-09 9:10
mveDave Kreskowiak14-Oct-09 9:10 
GeneralMobile phone programs Pin
Enobong Adahada14-Oct-09 4:45
Enobong Adahada14-Oct-09 4:45 
GeneralRe: Mobile phone programs Pin
EliottA14-Oct-09 4:51
EliottA14-Oct-09 4:51 
QuestionInvalidation, Painting problems Pin
DahrkDaiz14-Oct-09 4:22
DahrkDaiz14-Oct-09 4:22 
AnswerRe: Invalidation, Painting problems Pin
Luc Pattyn14-Oct-09 4:42
sitebuilderLuc Pattyn14-Oct-09 4:42 
GeneralRe: Invalidation, Painting problems Pin
DahrkDaiz14-Oct-09 4:50
DahrkDaiz14-Oct-09 4:50 
QuestionCreate the database with LINQ Pin
Mohammad Dayyan14-Oct-09 4:18
Mohammad Dayyan14-Oct-09 4:18 
Hi.
I'm using LINQ to SQL. I wanna create a database with LINQ but the following exception has occurred :
Illegal characters in path.

This is my code :
using (RezaRestaurant.SQL.DataClasses1DataContext dbc = new RezaRestaurant.SQL.DataClasses1DataContext())
    if (!dbc.DatabaseExists())
        dbc.CreateDatabase();//Exception


BTW : I was using UFT8 characters in database's tables, like this : اقلام_فروخته_شده

Could you please guide me ?
Thanks.
AnswerRe: Create the database with LINQ Pin
Dave Kreskowiak14-Oct-09 5:15
mveDave Kreskowiak14-Oct-09 5:15 
GeneralRe: Create the database with LINQ Pin
Mohammad Dayyan14-Oct-09 15:38
Mohammad Dayyan14-Oct-09 15:38 
GeneralRe: Create the database with LINQ Pin
Dave Kreskowiak14-Oct-09 16:15
mveDave Kreskowiak14-Oct-09 16:15 
GeneralRe: Create the database with LINQ Pin
Mohammad Dayyan14-Oct-09 23:29
Mohammad Dayyan14-Oct-09 23:29 
GeneralRe: Create the database with LINQ Pin
Dave Kreskowiak15-Oct-09 1:09
mveDave Kreskowiak15-Oct-09 1:09 
Questionapplication validation did not succeed Pin
tamir90114-Oct-09 4:10
tamir90114-Oct-09 4:10 
AnswerRe: application validation did not succeed Pin
Not Active14-Oct-09 4:18
mentorNot Active14-Oct-09 4:18 
GeneralRe: application validation did not succeed Pin
tamir90114-Oct-09 23:57
tamir90114-Oct-09 23:57 
Questionlandscape page in crystal report Pin
Enobong Adahada14-Oct-09 4:05
Enobong Adahada14-Oct-09 4:05 
AnswerRe: landscape page in crystal report Pin
EliottA14-Oct-09 4:54
EliottA14-Oct-09 4:54 
AnswerRe: landscape page in crystal report Pin
Lyon Sun14-Oct-09 9:37
Lyon Sun14-Oct-09 9:37 
Questionmultiple reports in a single reportviwer Pin
Enobong Adahada14-Oct-09 4:04
Enobong Adahada14-Oct-09 4:04 
AnswerRe: multiple reports in a single reportviwer Pin
EliottA14-Oct-09 4:54
EliottA14-Oct-09 4:54 
GeneralMobile phone programs Pin
Enobong Adahada14-Oct-09 3:59
Enobong Adahada14-Oct-09 3:59 
GeneralRe: Mobile phone programs Pin
Not Active14-Oct-09 4:15
mentorNot Active14-Oct-09 4:15 
GeneralRe: Mobile phone programs Pin
dan!sh 14-Oct-09 4:17
professional dan!sh 14-Oct-09 4:17 
GeneralRe: Mobile phone programs Pin
EliottA14-Oct-09 4:56
EliottA14-Oct-09 4:56 

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.