Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: ???? Error in crystal Report Build by using Command SQL in c#.net ?? Pin
Tarakeshwar Reddy26-Dec-06 19:29
professionalTarakeshwar Reddy26-Dec-06 19:29 
QuestionSelection, as if it were text. [modified] Pin
Captain See Sharp26-Dec-06 15:58
Captain See Sharp26-Dec-06 15:58 
QuestionCollection.IndexOf Method Question? Pin
haz1326-Dec-06 13:46
haz1326-Dec-06 13:46 
AnswerRe: Collection.IndexOf Method Question? Pin
Christian Graus26-Dec-06 15:04
protectorChristian Graus26-Dec-06 15:04 
QuestionHow to copy and paste a file Pin
CodeItWell26-Dec-06 10:14
CodeItWell26-Dec-06 10:14 
AnswerRe: How to copy and paste a file Pin
Ravi Bhavnani26-Dec-06 10:34
professionalRavi Bhavnani26-Dec-06 10:34 
QuestionNCover and NUnit Pin
sroberts8226-Dec-06 9:40
sroberts8226-Dec-06 9:40 
AnswerRe: NCover and NUnit Pin
Net_Bond_2.017-May-09 22:23
Net_Bond_2.017-May-09 22:23 
To run your test project from NCover you have to do some settings-

1-NCover does not run test cases it uses NUnit for it in your Test project go to -> properties->debug and set start up external project as nunit.exe ( give full path)
2- for command line argument write assembly name of your test project
e.g. testproject.dll

Now when u will run NCover it will start Nunit and Nunit will take your
assembly as project....

Try it

Ethan Hunt 008
"Licensed to Code"
10th Cloud Corp
Banglaore
India

QuestionMake Bigger CheckBox's Check Box Pin
Tyler4526-Dec-06 7:39
Tyler4526-Dec-06 7:39 
AnswerRe: Make Bigger CheckBox's Check Box Pin
Christian Graus26-Dec-06 15:05
protectorChristian Graus26-Dec-06 15:05 
GeneralRe: Make Bigger CheckBox's Check Box Pin
Tyler4526-Dec-06 19:00
Tyler4526-Dec-06 19:00 
QuestionSwitch Pin
Shevchenko726-Dec-06 6:35
Shevchenko726-Dec-06 6:35 
AnswerRe: Switch Pin
Luc Pattyn26-Dec-06 6:44
sitebuilderLuc Pattyn26-Dec-06 6:44 
GeneralRe: Switch Pin
Shevchenko726-Dec-06 7:00
Shevchenko726-Dec-06 7:00 
GeneralRe: Switch Pin
gnadeem26-Dec-06 7:08
gnadeem26-Dec-06 7:08 
AnswerRe: Switch Pin
Vega0227-Dec-06 7:00
Vega0227-Dec-06 7:00 
GeneralRe: Switch Pin
Shevchenko727-Dec-06 7:21
Shevchenko727-Dec-06 7:21 
QuestionHow to create a file Pin
CodeItWell26-Dec-06 6:29
CodeItWell26-Dec-06 6:29 
AnswerRe: How to create a file Pin
Luc Pattyn26-Dec-06 6:53
sitebuilderLuc Pattyn26-Dec-06 6:53 
QuestionIP resolution working in a subnet... Pin
patonios26-Dec-06 6:07
patonios26-Dec-06 6:07 
AnswerRe: IP resolution working in a subnet... Pin
Tarakeshwar Reddy26-Dec-06 19:36
professionalTarakeshwar Reddy26-Dec-06 19:36 
AnswerRe: IP resolution working in a subnet... Pin
patonios27-Dec-06 1:29
patonios27-Dec-06 1:29 
QuestionfolderBrowserDialog and openFileDialog Pin
CodeItWell26-Dec-06 5:52
CodeItWell26-Dec-06 5:52 
AnswerRe: folderBrowserDialog and openFileDialog Pin
Stefan Troschuetz26-Dec-06 7:32
Stefan Troschuetz26-Dec-06 7:32 
AnswerRe: folderBrowserDialog and openFileDialog Pin
Nader Elshehabi26-Dec-06 7:33
Nader Elshehabi26-Dec-06 7:33 

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.