blah blah blah is here! blah blah » Close

0
votes
0 answers

Visual Team Studio Publish Error

My project manager added our project to Source Control. I am trying to add my updates to the project. I created a folder on my c:/ called TFS. I also created a website in IIS so that I can easily see the updates. The website references a ...

0
votes
0 answers

Async server application

Hey Im trying to make an async server in c#, where I want the server to receive commands and strings. I have already made the function that creates the socket with an asyncCallback that endAccept and starts reading the incomming data. ...

0
votes
0 answers

How to connect DNS server in runtime only for webrequest in C#

Hell Everyone does anyone know how to connect with DNS server only for my webrequest. n then after completing work close connection with dns server Plz help me ..

0
votes
1 answers

How to get reference information between parent and child tables (MS SQL Server/MSAccess)?

Is it possible to get information about whether a child table has reference to a parent table through a certain record? For example, tblParent has a record whose primary key value is 5. I want to know whether tblChild_A, tblChild_B and tblC ...

0
votes
0 answers

SQL Server Backup strange behavior

Hi I'm using SQL Server 2008 R2 Express. In my application I support backup of database. This works perfect except from the fact that it always saves the file to computer that SQL Server is installed and not on the PC the application run ...

1
votes
9 answers

continue to get a 404 on windows server 2003 with .aspx pages

I'm configuring a 2003 windows server and I did all of these things (that I remember off the top of my head.) Install IIS Download .net 4 Enable .Net Enable active pages Tried to start .net service but it started and then stopped i ...

0
votes
1 answers

C# String Split

Hi, I keep on getting the following error message: "Input string was not in a correct format." here is my code: public void AddStadiumsToDB(string[] stadiums, string donepath) { int stadiumid ...

0
votes
1 answers

https help

lios
30

hello an sms server accept https to send messenges if i paste this to ie https://username:password@www.lios.gr/secure/api/index.php?mobile_number=6947777777&originator=Lios&text=hello+world&request_delivery=true the serv ...

1
votes
2 answers

When deploying a asp.net application, do you need to .pdb files?

Rick_A
761

When I deploy my web applications, I always build in release mode. When ftp'ing the files to my web server, I just dump whatever is in the /bin folder of my vs.net project which usually has a .pdb file. Is this the file that just linger ...

0
votes
0 answers

WiShield

How would I create a sketch that would serve up a web page with multiple buttons, then if a button is clicked can input the boolean value from the HTTP into a Java Variable. Thanks, Derek

0
votes
1 answers

Inserting data from text box

Hi All, I am trying to insert data in one of the tables using SQL Server. Below is the sql command: string insertSQL = "Insert into CUSTOMERS (" + " CUSTOMER_NAME" + ") VALUES ...

1
votes
2 answers

How can you create a C# server/deamon that would respond to requests on a specific port?

Rick_A
761

Curious how would one create a simple C# server/deamon that would run and respond to requests on a specific port. I'm interested in understand how to build one, just a skeleton structure that doesn't really do much.

0
votes
1 answers

Get update from server

Hi,all I wanna install application on client from server by this way : server detect witch client need prerequisites for run the application in client and update client from server to update installed application in client get new fi ...

0
votes
0 answers

database management sql 2000

muster
1556

hello all. i'm using sql server 2000. i have a situation where i need to minimize a "BBIIGGG" table around 400 gb in size in order to have efficient backup for it and boost the search up. this table stores big amount of data every ...

1
votes
1 answers

Export database from SQL Server to MySQL

from SQL Server, pointing to specific database, then, Task, -> Export Data... it comes out with this SQL Server Import and Export Wizard: The data type could not be assigned to the column "xxxxxxx" in ".NET Framework D ...

Feedback