VS 2008 Running Code On An Online Server?
Jan 22, 2010
ok so i have two "programs" one is a server and the other is a client (a little live chat). i dont want to keep my computer on for it to run the server so i wanted to somehow run it on my online server. is this possible?
View 3 Replies
ADVERTISEMENT
Jul 28, 2009
I have working on 1 program that is for Mu Online game. Its Mu Launcher program,but i'm having trouble with it. I can't make right "Server Status" to show Online or Offline I can't make autoupdater people to have using this for theyr server.
I make one file launcher.txt to get info the program but i need a lil help to finish thise program. The program is not for 1 server only its freewere . So here is the problem with the Server Status and AutoUpdater to get info from what server..
View 4 Replies
Feb 19, 2009
I am trying to make a little app that will tell me if my servers are online or offline, currently I am using my LAN to test my servers when this app is working then I will be adding IP Address from other hosts that are not on my LAN First of all I have got this working fine if I use a button for every server test but I don't really want that I want them all working from one click
[code]....
View 1 Replies
Dec 4, 2009
I have a windows service written in .net framework 2.0. This service installs and runs perfectly fine on both XP and windows server 2003.We have a new 2008 box that we are migrating over to, so need to get this windows service up and running.When i try to 'start' the windows service on the 2008 machine, i get "Windows could not start the <service> service on local computer. Error 1053: The service did not respond to the start or control request in a timely fashion."I have searched everywhere looking for an answer, and all I could find was a fix attributed to .net framework 1.1 for this same error. That; however, is not applicable here, as the service was written in 2.0.
View 3 Replies
May 17, 2012
I am writing a service to get a count from a table on an SQL server. THe SQL box is in the same domain, and the service is runnign under the same account as the SQL box.
The box service is running on is Win 2008 in the domain. The interesting thing is that when I use this same code and run a normal EXE on that server, it runs no issues. In a service it crashe with:[code...]
View 4 Replies
Aug 18, 2009
How would i check a game server is running?
View 2 Replies
Jun 6, 2009
the user of my application is able to run a diagnostic tool which is part of my application. This diagnostic tool searches every file on the computer, logs the names, and if the my program is able to then the file will be read.
My program has other uses as well. If the user wants to do something else in my program then i want the diagnostic code to run in the background. I don't want this code to prevent users from using other features of my application since the diagnostic search does take time.
How do i do this? Threading? A background worker? If the anwser is Threading which i am pretty sure it is, how do i set up a thread? My computer has 4 GB of RAM - 2GB & 2GB so i know i am able to do this smoothly.
View 2 Replies
Apr 29, 2010
What is the efficient way to check if server is onlie? I used code to check one table in the server to see app can reach it or not. I do not think it is the best way.
View 11 Replies
Jan 23, 2010
How can i check if the server is online or offline? I was thinking of using the Try and Catch method.
View 4 Replies
May 3, 2009
Is there a simple way to detect if a web server is online or off?
View 1 Replies
Apr 30, 2010
I have an idea of making a chat program with someone over the internet. So my understanding of what i have to do is create a server that holds a text file that can be manipulated by both parties. Then create a program to read the file and change it. So my question is am i on the right path? Also, How do i acquire a server/online storage?
View 5 Replies
Mar 11, 2010
I am having a small problem... I can connect to a local MySql Database using:
SQLConn.ConnectionString = "Data Source=servername;" & _
"Initial Catalog=databasename;" & _
"User ID=username;" & _
"Password=userpassword;"
Where servername is "localhost". I need to make a connection to an online database (same data structure). What should I put at the servername in that case? I do have all the info about the database in question (Domain, Ip, etc...). Which part should i use?
View 2 Replies
Aug 17, 2009
I currently have a code, and i would like my progress bar to increase while the current code is running. How can i do it?
[Code]....
View 8 Replies
Apr 18, 2011
Im new on this forum here, i have already browsed many topics but i really didnt found a answer on my question.
I want to connect to a web-based linux SQL server. Is there a way to do that? Or do you have to use the Microsoft SQL server?
View 2 Replies
May 19, 2011
I made a desktop application and I Have a server on the internet and I need to make a connection between them
Can some one advise me about this problem?
View 3 Replies
May 24, 2012
I have a very useful vb6 program that reads ms access tables and loads the data onto a sql server database in the correct format. The customer maintains his data using the access tables. The vb6 program allows him to then select the data categories he wants and loads the data onto a sql server database online.I haven't used vb.net yet.
View 2 Replies
Oct 10, 2009
I found there is something related "OnceClick"[code]...
but how to use it?? Got better solution like tray icon prompt the new version available. then prompt user permission for update~
if user accept to update, it will download from server and install and restart application.
View 1 Replies
Mar 28, 2011
I have an application that will not load unless my local SQL Server is running on an Vista Home Premium machine. This started after a .Net 1 to .Net 4 conversion. I am using a sub main sub that is not being called (msgbox is not fired when entering the app), however, I see the app through taskmgr with increasing memory usage, but then the app is removed from the list. By design, if the program cannot locate a SQL Server a form pops up with a connection box to locate the SQL Server for the app. How it determines if it has a valid connection is the program looks for a connection string in the registry, then attempts to connect to it, however, none of this code executes because of the failure to enter into the sub main.The two machines I have tried the 32 bit app on
XP Pro: Failed / Using SQL Server 2008 Express
Windows 2003 Server: Works / Using SQL Server 2008 Developer
Both machines have .Net 4 Client Profile with Extended?
View 10 Replies
Jan 4, 2011
I usually use the developer fusion online code converter to convert code snippets from C# to VB.NET.It partially fails especially in LINQ or complex interface / inheritance scenarios. What are your experiences with other converters? Can you recommend another tool or website?
View 3 Replies
Mar 10, 2011
Not really asking for code, but I'm interested in knowing the basics of "thread performance".For example, you try to copy a bitmap in a pixel by pixel operation. (Is slow, but it is a nice example)
[code]...
This is, of course, very buggy and causes a lot of violation errors etc. But that doesn't matter right now. How come the multi-threading way is so much faster than the regular routine? Is the processor not running on full speed with the first code, and is it working harder on the second?I find it weird to see this type of "threading performance increase", as if every single thread gets their own piece of processor speed allocated like it is a new process
View 12 Replies
Aug 24, 2009
What is my question? Well I believe its not a really hard one for those who know Basic.
Im trying to create a LogBook for an online server. What is the purpose of it, its simple. Right now we are doing it in a forum each one posting in a Log Thread, which game server they did the activity on, date, and time spent.
I have created the program so far, and what i would like to know, is if it would be possible that in the Texboxes i have, once you click submit, you will send the info to a Databse table.
How do i connect to the databse table?
View 2 Replies
Jun 5, 2012
My connection to QB online is working fine. It also works for add customers to QB online.When i am passing checks through it gives Bad request error.[code]
View 1 Replies
Jan 26, 2010
code for checking out using an online shopper i have the products what i need is help on getting the checkout to work.I want it so that when i lclick checkout i get the total amount, and when i enter the amound tendered i would like the change to come up with however mcuh change is left?
View 21 Replies
Jan 9, 2010
I got this code from a c# post on how to get the location of an open process. What I want to do is beable to snap applications to running processes by finding their location using winapi user32.dll and searching window name then parse the location and set my application on a time to constantly move to what ever location that program is in. I tried the C# to vb.net converter doesnt work.
View 1 Replies
Aug 26, 2010
How do I write the equivalent c# code below in vb.net? This 'About' form is launched by a ToolItemMenu. It is just informational and contains only an OK button
//Form contains company logo, copyright info and OK button.
public About formAbout;
using (formAbout = new About())
[code].....
View 1 Replies
Jan 6, 2011
I'm supporting an old vb.net program whose database it connected to was moved from SQL Server 2005 to SQL Server 2008. Is there a setting on SQL Server 2008 which will allow ODBC connections to access the database but not allow VB.NET to connect to it programmatically?
[Code]...
View 1 Replies
Feb 15, 2009
I have a program that runs some code when i click a button on a form when done running the application ends. I want to automaticaly run the code when the users clicks on the exe. I have put the code that i want to run in the startup forms load event but that doesn't start
View 2 Replies
Sep 24, 2011
First off, my apologies for being a complete Newb! I have a SQL Express database that I use quite successfully to track my investments in several accounts. I built it myself, it's quite functional, and Im happy with it. The problem is that there are multiple account tables and updating them can be tedious in SQL Server, if multiple purchases and sales in multiple accounts have occurred in a month. Tedium can lead to errors¦
[Code]...
View 12 Replies
Jun 4, 2009
Is there any chance who can give me a sample code for client-server applications using vb.net 2008 express edition/professional edition?
1. What SQL Server should I use? Can we use SQL Server 2000 for Client-Server application as my back end database? and will use the vb.net 2008 express edition as front end?
2. If we use these two components (SQL Server 2000 (Back-end) + (VB.Net 2008 Frontend) do you think this will works properly?
3. If this is possible by accessing via code? then please send me connection string.
4. Is there any database server we can use? asides from sql server? where we can implement client-server applications? how about oracle? MySQL Database Server?
View 2 Replies
Jan 27, 2010
this is the code i used from this site. everything works fine, but i need a little different code to upload image-here's the code -
Private Sub btnAttach_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles btnAttach.Click
Dim iLength As Integer = CType(File1.PostedFile.InputStream.Length, Integer)
[code]....
i dont have these parameters. i only have 1 field in sql server table that says Img and has image datatype. how do i use this code to get my image in db using this insert statement?insert into table1 (img) values (???)
View 1 Replies