Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.9-Aug-11 8:58
Matt U.9-Aug-11 8:58 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
BillWoodruff9-Aug-11 10:05
professionalBillWoodruff9-Aug-11 10:05 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.9-Aug-11 10:12
Matt U.9-Aug-11 10:12 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
BillWoodruff9-Aug-11 14:58
professionalBillWoodruff9-Aug-11 14:58 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.10-Aug-11 1:44
Matt U.10-Aug-11 1:44 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
BillWoodruff10-Aug-11 3:40
professionalBillWoodruff10-Aug-11 3:40 
GeneralRe: VS2010 "Unable to copy file..." With Custom Controls Pin
Matt U.10-Aug-11 5:28
Matt U.10-Aug-11 5:28 
QuestionSQL server's Bigint in C# Pin
vanikanc9-Aug-11 6:00
vanikanc9-Aug-11 6:00 
Hello,

I have an input parameter which is defined as a bigint in SQLserver. I am using the Convert.ToInt64, to cast this variable before sending over to database. I am receiving this error - any thoughts to convert to another data type in C#? Long is not listed as an option.
C
Arithmetic overflow error converting expression to data type int. do nothing
AnswerRe: SQL server's Bigint in C# Pin
Shameel9-Aug-11 6:06
professionalShameel9-Aug-11 6:06 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 6:33
vanikanc9-Aug-11 6:33 
GeneralRe: SQL server's Bigint in C# Pin
Ennis Ray Lynch, Jr.9-Aug-11 6:45
Ennis Ray Lynch, Jr.9-Aug-11 6:45 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 7:02
vanikanc9-Aug-11 7:02 
GeneralRe: SQL server's Bigint in C# Pin
Ennis Ray Lynch, Jr.9-Aug-11 7:05
Ennis Ray Lynch, Jr.9-Aug-11 7:05 
GeneralRe: SQL server's Bigint in C# Pin
Pete O'Hanlon9-Aug-11 7:09
mvePete O'Hanlon9-Aug-11 7:09 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 8:21
vanikanc9-Aug-11 8:21 
GeneralRe: SQL server's Bigint in C# Pin
Pete O'Hanlon9-Aug-11 8:45
mvePete O'Hanlon9-Aug-11 8:45 
GeneralRe: SQL server's Bigint in C# Pin
Shameel9-Aug-11 8:53
professionalShameel9-Aug-11 8:53 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 8:55
vanikanc9-Aug-11 8:55 
GeneralRe: SQL server's Bigint in C# Pin
Shameel9-Aug-11 8:59
professionalShameel9-Aug-11 8:59 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 9:08
vanikanc9-Aug-11 9:08 
GeneralRe: SQL server's Bigint in C# Pin
Ennis Ray Lynch, Jr.9-Aug-11 9:16
Ennis Ray Lynch, Jr.9-Aug-11 9:16 
GeneralRe: SQL server's Bigint in C# Pin
vanikanc9-Aug-11 9:59
vanikanc9-Aug-11 9:59 
GeneralRe: SQL server's Bigint in C# Pin
Pete O'Hanlon9-Aug-11 11:05
mvePete O'Hanlon9-Aug-11 11:05 
Questionstring vs String Pin
arkiboys9-Aug-11 5:41
arkiboys9-Aug-11 5:41 
AnswerRe: string vs String Pin
Shameel9-Aug-11 5:56
professionalShameel9-Aug-11 5: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.