| Thread | Last Post | Replies |
|
| New Process in WinXP | 01 Mar 2006 08:24 GMT | 3 |
I want to create a window system service that sits on the background and just fire another service/executable (i.e, notepad) every time a new user fast switches to a new session. How can I start a new process in another user sessions in WinXP using .NET 1.1 or 2.0? also how can ...
|
| Framework\v1.0.3705\mscorwks.dll not a valid image | 01 Mar 2006 08:22 GMT | 3 |
I get that error message when installing critical service pack for dotnet 1.1 ...actually... the update just fails with a general error. If I download the service pack and run the install then I see that message.
|
| unable to open project | 01 Mar 2006 08:15 GMT | 1 |
Uable to open Web Project '/' The file path \\server\projects\projectname doesnt corrispond to URL 'http://xxxxxxx.domain.com' The two need to map to the same server. Http Error 404 Not Found Note that our projects are all on UNC paths and not http paths
|
| Partial Class question | 01 Mar 2006 06:33 GMT | 1 |
In .Net 2.0, the code behind of my ASPX page are Partial Class. I assume it is because the .Net generated code must be in a different file. Is this correct and where would I be able to see the generated code if
|
| Security question | 01 Mar 2006 06:27 GMT | 1 |
I am debugging a solution located in machine A from machine B. The reason is to test the environment (e.g. COM registry) in machine B yet the source is only available in machine A. I get this warning as I open the solution:
|
| File properties of mp3 file | 01 Mar 2006 03:20 GMT | 1 |
I'm looking to look at and change the Track Title property of an mp3 file. I have a FileInfo object for the file in question, but I don't see a way to access something like, for example, fileInfo.Properties("TrackTitle") as a string. The reason I want to access and change the ...
|
| Get current logged on user | 01 Mar 2006 02:44 GMT | 3 |
Is it possible to configure a Windows Service to: 1. Start the service when a user logs on (i.e. service not active before logon) 2. Determine the WindowsIdentity of the currently logged on user
|