0
votes
4answers
37 views
Wipe SVN to reinitialise
Hi!
Does anybody know how to delete the complete svn repository including old revisions? I just want to start again ;)
Thanks,
wishi
0
votes
1answer
39 views
How do I go about getting a page to restart processing in C#?
I'm working with a CMS which allows you to develop your own custom controls which get dynamically included at runtime. So I have a custom control which alters a datasource (NHibern …
1
vote
0answers
114 views
Killing the Windows Shell [closed]
On Linux machines you have the handy Ctrl+Alt+Backspace to restart the X server, if your GUI hangs.
Is there something comparable on Windows? I.e., a combination of key strokes to …
1
vote
4answers
216 views
How do I code a watchdog timer to restart a Windows service?
I'm very interested in the answer to another question regarding watchdog timers for Windows services (see here). That answer stated:
I have also used an internal watchdog syste …
1
vote
4answers
70 views
C# - Restarting application conflicts with “program already running” error
When I call the Application.Restart() method, the error comes up that detects whether the application is currently running. Is there anyway around this?
static void Main(stri …
-1
votes
0answers
39 views
Start all webapps at tomcat 5.5 restart
Hi, I have a problem with my tomcat 5.5 on a CentOs 5.3.
This tomcat manages 4 web application (struts 1, spring, hibernate, postgresql).
Well, when I launch /etc/init.d/tomcat res …
1
vote
3answers
62 views
Automatically restart program when error occur
The program is like this:
HEADER CODE
urllib2.initialization()
try:
while True:
urllib2.read(somebytes)
urllib2.read(somebytes)
urllib2.read(somebytes) …
1
vote
2answers
82 views
SharePoint, VirtualPathProviders and Application Restarts
Given that the only way to unload dynamically compiled assemblies (to reclaim memory) is to unload the app domain, how does SharePoint rely on VirtualPathProviders, for master page …
0
votes
1answer
84 views
Android: Restarting an activity inside a tab by passing data to it?
I have a main activity which contains a tabhost which holds three other activities and starts them when necessary. On the main activity, I provide an option for selecting a value a …
3
votes
4answers
195 views
Is it possible to restart a PC using “pure” .NET and *without* using p/invoke?
Is it possible, without employing pinvoke, to restart a PC using .NET?
I kind of just repeated the title, but I'm not too sure how to elaborate much further!
Edit:
I should have …
0
votes
1answer
28 views
Resin Restarts when class files or Servlets are uploaded.
Hi. When we upload a .class file or a servlet to the server, the web server restarts. This does not happen when we upload a JSP. Is there a way to configure Resin so that it dynami …
1
vote
1answer
184 views
How to disable orientation change in Android ?
Hi
I have an application that i just would like to use in portrait mode, so i have defined
android:screenOrientation="portrait" in the manifest xml. This works ok for the htc magi …
0
votes
1answer
53 views
Program Restart
I have a Program which is written in C++. It is a program which needs to be restarted when network connection is lost ...
I have written program code which is pinging IP and I'm s …
2
votes
2answers
149 views
Reconnect RMI client after server restart
I have an RMI server and a desktop RMI client. When I restart the server, I get errors in the client. Is it possible to restart the RMI connection without restarting the client?
[ …
1
vote
1answer
159 views
How to Prevent System from Shutting down or Restart in a Win32 service?
i want to prevent users from shut down or restart the system. my application runs as a Win32 Native Service (written by C++) and under LocalSystem account.
i heard about WM_QUERY …
