Top "Mscorlib" questions

Multilanguage Standard Common Object Runtime Library.

Unable to preview SSIS Excel source data after skipping first few rows

I am using SQL Server 2008 BIDS. I am trying to read in an Excel file, having multiple sheets. The names …

sql-server excel sql-server-2008 ssis mscorlib
Visual Studio 2015: Could not resolve mscorlib for target framework

I am trying to update a service reference but I'm getting the following error: Could not resolve mscorlib for target …

c# visual-studio-2015 mscorlib
How do I convert a .tlb file to headers and implementation files?

I'm trying to convert mscorlib.tlb. It normally used in C++ like this: #import "mscorlib.tlb" raw_interfaces_only \ high_…

com idl mscorlib typelib clr-hosting
A first chance exception occurred... and I don't know why

Whenever I try to debug my Windows Phone 7 C# app, I get the following message in the Output window: A …

c# debugging windows-phone-7 mscorlib first-chance-exception
Could not resolve mscorlib for target framework '.NETFramework,Version=v4.6.1'

When I'm trying to update or configure service reference in .NET 4.6.1 project, VS throws next error: Could not resolve mscorlib …

c# visual-studio visual-studio-2017 service-reference mscorlib