Well, I knew about Installutil before, but I was wondering how to make it simple to install on computers not running .net. Possibly something like the setup wizard for applications.
I want to go through a character array and find the point where numbers stop and blank space starts. I'm trying to do this with a for loop that checks if each character is a number or not. How can I tell if each character is a number?
I have a program in which I write several numbers, seperated by commas, to a text file. I then use the split function to get the individual numbers back. The problem is that the writer puts a newline at the end of the text file and I need to somehow get rid of it. I tried using a string.trim...
Ok, That turned out to be the problem with starting the service, but now there are more problems. Now if I start the application and click start service it doesnt start the service (The servicecontroller is saying that it is already running) and when I click stop it gives me the "cannot stop...
I have two questions:
First, I was working on debugging a service I had just written and getting really frustrated because nothing I tried seemed to be fixing a relatively simple problem. Eventually I figured out that VB .net hadnt been building new .exe files at all. I tested this by deleting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.