Activation error occured while trying to get instance of type LogWriter

后端 未结 7 2121
你的背包
你的背包 2020-12-17 14:47

I am trying to using the Logging Application block of Enterprise Library 5.0 to log simple message to the Windows event log on Win XP SP3 system using:

Logge         


        
7条回答
  •  囚心锁ツ
    2020-12-17 15:06

    It is missing DLL; pay attension when you place your DLL's at GAC you may need to add more DLL's to GAC . Common, Data, Logging, Logging.Database and ServiceLocation DLLS make sure they reside together in one directory

提交回复
热议问题