Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
应用程序的一位用户收到错误“在写入事件日志之前未设置源属性”。当用户上传文件时。同一应用程序的其他用户在上传文件时不会收到此错误。可能的原因是什么?
如果您在 Dotnet Framkework 上开发应用程序 - 您是否在代码中创建如下事件源。
VB代码
EventLog.CreateEventSource("ApplicationError","MyApp")
以管理员用户身份运行应用程序为我解决了这个问题。运行应用程序的用户无权写入错误日志。