Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Failed to compile dataprojects.dll

Author  Topic 

wardsan
Starting Member

48 Posts

Posted - 2011-06-01 : 03:48:20
Folks,
after completing a sql 2008 enterprise edition install with sp2, we are seeing these errors in the event log. I've searched on the web but not getting any solutions/workarounds. Should we be concerned?
Thanks, Sandra

Log Name: Application
Source: .NET Runtime Optimization Service
Date: 25/05/2011 10:39:16
Event ID: 1101
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: VIRTIIS144S.cld1.tld.int
Description:
.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: D:\SQLServer2008_x86\100\Tools\Binn\VSShell\Common7\Tools\VDT\DataProjects.dll . Error code = 0x8007000b

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime Optimization Service" />
<EventID Qualifiers="0">1101</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-05-25T09:39:16.000000000Z" />
<EventRecordID>1990</EventRecordID>
<Channel>Application</Channel>
<Computer>VIRTIIS144S.cld1.tld.int</Computer>
<Security />
</System>
<EventData>
<Data>.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: D:\SQLServer2008_x86\100\Tools\Binn\VSShell\Common7\Tools\VDT\DataProjects.dll . Error code = 0x8007000b
</Data>
<Data>D:\SQLServer2008_x86\100\Tools\Binn\VSShell\Common7\Tools\VDT\DataProjects.dll</Data>
</EventData>
</Event>

Log Name: Application
Source: .NET Runtime Optimization Service
Date: 25/05/2011 10:39:16
Event ID: 1101
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: VIRTIIS144S.cld1.tld.int
Description:
.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: D:\SQLServer2008_x86\100\Tools\Binn\VSShell\Common7\Tools\VDT\DataDesigners.dll . Error code = 0x8007000b

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime Optimization Service" />
<EventID Qualifiers="0">1101</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-05-25T09:39:16.000000000Z" />
<EventRecordID>1989</EventRecordID>
<Channel>Application</Channel>
<Computer>VIRTIIS144S.cld1.tld.int</Computer>
<Security />
</System>
<EventData>
<Data>.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: D:\SQLServer2008_x86\100\Tools\Binn\VSShell\Common7\Tools\VDT\DataDesigners.dll . Error code = 0x8007000b
</Data>
<Data>D:\SQLServer2008_x86\100\Tools\Binn\VSShell\Common7\Tools\VDT\DataDesigners.dll</Data>
</EventData>
</Event>
   

- Advertisement -