24 Şubat 2011 Perşembe

error 1053 eventtype clr20r3

In case it's of use to anyone, I was encountering this error when using encrypted sections of the config file for my Windows service. We do this for Web sites all the time, and make sure to grant the IIS worker process access to the RSA key that's used to decrypt the config file. However, when your Windows service is running as LocalService, it can't access that key and decrypt the config file. If you elevate it to run as NetworkService, then it's OK.

http://runtingsproper.blogspot.com/2010/02/solved-error-1053-eventtype-clr20r3.html

using System; using System.Collections.Generic; using System.Linq; using System.ServiceProcess; using System.Text; using System.Diagnostics; namespace SampleWindowsService { static class Program { /// /// The main entry point for the application. /// static void Main() { try { ServiceBase[] ServicesToRun; ServicesToRun = new ServiceBase[] { new SampleWindowsService() }; ServiceBase.Run(ServicesToRun); } catch (Exception ex) { string SourceName = "WindowsService.ExceptionLog"; if (!EventLog.SourceExists(SourceName)) { EventLog.CreateEventSource(SourceName, "Application"); } EventLog eventLog = new EventLog(); eventLog.Source = SourceName; string message = string.Format("Exception: {0} \n\nStack: {1}", ex.Message, ex.StackTrace); eventLog.WriteEntry(message, EventLogEntryType.Error); } } } }

22 Aralık 2008 Pazartesi

SilverNight ve Daron Hocam

Daron Yöndem hocam , öncelikle bize bu güzel geceyi yaşattığınız ve bilgilerinizi bizimle paylaştığınız için çok teşekkür ederim... Çektiğim 21 saatlik yol işkencesinin her saniyesini çekilir kılan Filiz Ölmez'e de çok teşekkür ederim :D. Silverlight ile uygulama geliştirmek çok kolay herkez haberin kaynağından takip etmeli bence , daron.yondem.com mutlaka uğrayın

29 Eylül 2008 Pazartesi

İmagine Cup ve Dreamspark

Bildiğiniz üzere 9 ekim perşembe günü güzel ve büyük bir etkinliğimiz var , Bütün Pamukale Üniversitesi ve çevre üniversiteler davetlidir , ilerleyen günlerde etkinlik takvimini de yayınlayacağım.

26 Eylül 2008 Cuma

Üzgünüm...

walla arkadaşlar çok özür dilerim bir süredir yazamıyorum ama alışkanlık haline getirecek kadar bile zamanım yok dönemin başlama yoğunluğu içerisindeyim düzelir düzelmez döneceğim