Jump to content
Xtreme .Net Talk

wengwashere

Members
  • Posts

    4
  • Joined

  • Last visited

About wengwashere

  • Birthday 07/29/1980

wengwashere's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. how do you register a windows service application via code (VB.NET) ? i mean, we could register it through installutil in the command prompt, right? is there a way we could do this via code? if so, how? thanks!
  2. I have a .NET framework installed on the development server but i am not using any ASP.NET app yet. Currently, i have windows services running created by VB.NET. Anyway, When i looked into the event viewer, i could see this error message, appearing every minute since five days ago. aspnet_wp.exe could not be started. The error code for the failure is 80070545. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account. upto now, its still prompting this error. Anyone have any idea on why this error appeared? how should i stop it? I checked my service window and this thing is the only one that i assume would be related to ASP.NET. But, it aint running on:confused: "ASP.NET State Service" Can anyone explain please? thanks!
  3. is there any other way than that? like getting the directory size automatically?
  4. hi! 1. how do i get the size of a certain directory? 2. how can i use the filesystem watcher to tell me that a certain directory size has reached a certain limit?
×
×
  • Create New...