I gets this error everytime I tries to do any activity in SQL Server Business Ingelligence Studio. Whenever I tries to add any SSRS report or a package in SSIS. BI tool closes without throwing any error. Upon checking eventviewer log. I can see this error.
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1023</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-08-02T15:43:53.000000000Z" />
<EventRecordID>441543</EventRecordID>
<Channel>Application</Channel>
<Computer>Shantanu</Computer>
<Security />
</System>
- <EventData>
<Data>.NET Runtime version 2.0.50727.5446 - Fatal Execution Engine Error (6B18EA52) (80131506)</Data>
</EventData>
</Event>
I am using Windows 7, 64 bit with sql server 2008R2 installed. I also have VS2010 and VS2012 installed on my machine.
Answer to question from MSDN