blah blah blah is here! blah blah » Close

0
votes
1 answers

Data Transfer between difference servers

SqlCommand cmd = new SqlCommand("SELECT (DEPOFISID+20000)*-1 AS DEPOFISID,[TARIH],'ELEKTRA' AS [YETKILI],[ISLEM],[ENO],'BEACH AKTARIM' AS [ACIKLAMA],[GDEPOID],[CDEPOID],[TADET],[TTUTAR],[GSKODU],[CSKODU],[URUNFISID],[URETILDI],[LOGOAKT ...

0
votes
1 answers

PHP Error Message

Parse error: syntax error, unexpected $end in /home1/allderek/public_html/quiz/main.php on line 268 [code] <?php // Open DB $link = mysql_connect('localhost', 'allderek_quizzer', '****'); if (!$link) { die('Could not connect ...

0
votes
1 answers

sqlexception was unhandled ...Named Pipes Provider error 40: could not open connection to SQL server

Hi if anyone could help me with this problem i would be most greatful i have been unable to connect to sql server in visual c# express when i debug it stops at the connection.Open() method line and returns this error sqlexception ...

0
votes
1 answers

Continued "A project with an Output Type of Class Libray cannot be started directly"

Today my project refused to run after I had added a new class to one of my class libraries. Found several tips here and on other forums that explained why this would be the case. Today I discovered that there can be another reason why y ...

1
votes
1 answers

double-precision numbers being miscalculated

I've wasted too much time trying to chase down this very strange bug. Simply put, if I say, for example, double a = 1.3; double b = 4.5; double c = a - b; then the result for c will be -3.2. We all know that despite whatever bla ...

1
votes
2 answers

C# Input string was not in a correct format.

hi! This is a simple calculator, but I get a error, "Input string was not in a correct format." [code] protected void Page_Load(object sender, EventArgs e) { } protected void Multiplisere(obje ...

0
votes
0 answers

Unable to load embedded resource from assembly ...

anyone please help me.. i got an error : Unable to load embedded resource from assembly "SiksaOnline.Data.MappingMSSQL.Seminar.JadwalSeminar.xml, SiksaOnline.Data". this is my sqlMap.config ------------------------------- ...

0
votes
2 answers

SqlCeConnection Unspecified error

Hi, i have a problem with this connection: [code] SqlCeConnection conn = new SqlCeConnection(@"Data Source =/Program Files/fashionDB.sdf; Password ='xyz'"); conn.Open(); SqlCeCommand cmd = conn.CreateCommand(); ...

0
votes
2 answers

Index was outside the bounds of the array.

Hi all, i'm new to C#, and as i try to debug the following code, i take the error : "Index was outside the bounds of the array. " in line : Console.WriteLine(args[0]); . The source code is the following: using System; using ...

0
votes
1 answers

C#: How to disabele IE command line error message.

Hi, I am working on a simple application with a webbrowser control. When I go to some of the URLs, an error message pops up something like "Internet Explorer Command Line Error". I am not sure about the exact wording since I us ...

0
votes
1 answers

help in sql query execution

hi i m trying to add a record in a table an auto serial no is generated for that record i need to add some more records in other table but i need that serial no as reference so after insert i try to read back that value but giving me error ...

0
votes
2 answers

Syntax Checker

Dear All, My application runs with input from a text file. So it parse the text file, and then use the value inside to do several things. But last time, a typo occured, and the application shows and error. Lucky I put exception to th ...

0
votes
3 answers

Unhandeled error in c# program (jit debugging)

I am developing a c# program , but in runnig after a minute or more get an Error the message is in bellow, how can I solve it? I am not so expert. ERROR: See the end of this message for details on invoking just-in-time (JIT) debu ...

0
votes
1 answers

Getting update error:Update requires a valid UpdateCommand when passed DataRow collection with modified rows.

When i try to update my dataset i get the following error: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. Below is my code: [code]this.Validate(); this.salesBinding ...

0
votes
1 answers

Odd Dll Reference Error

I have been working on a project that has its source code stored on my flash drive. I've been bouncing back and forth between my friends house and my school to work on it. It wasn't until I brought the project home that I received any error ...

Feedback