Installed VS Express 2010 with .NET 4.0 and now .NET 3.5 setup project adds 15 dependencies
Posted
by Heckflosse_230
on Stack Overflow
See other posts from Stack Overflow
or by Heckflosse_230
Published on 2010-04-15T06:03:14Z
Indexed on
2010/04/19
4:43 UTC
Read the original article
Hit count: 622
Hi,
I installed VS Express 2010 with .NET 4.0 and now a .NET 3.5 setup project in VS 2008 adds 15 dependencies (below), what is going on???
I did not change anything in the project in between installing VS 2010, VS 2008 is packagin the following files in the project:
====================
Packaging file 'Microsoft.Transactions.Bridge.dll'...
Packaging file 'System.Core.dll'...
Packaging file 'System.Data.DataSetExtensions.dll'...
Packaging file 'System.Data.Entity.dll'...
Packaging file 'System.Data.Linq.dll'...
Packaging file 'System.Data.Services.Client.dll'...
Packaging file 'System.Data.Services.Design.dll'...
Packaging file 'System.IdentityModel.Selectors.dll'...
Packaging file 'System.IdentityModel.dll'...
Packaging file 'System.Runtime.Serialization.dll'...
Packaging file 'System.ServiceModel.Web.dll'...
Packaging file 'System.ServiceModel.dll'...
Packaging file 'System.Web.Abstractions.dll'...
Packaging file 'System.Web.Extensions.dll'...
Packaging file 'System.Xml.Linq.dll'...
====================
I've uninstalled VS 2010 and .NET 4.0 but to no avail, same problem.
Lesson learned: DON'T EXPERIMENT ON DEVELOPMENT MACHINE!
Thanks, Chris
© Stack Overflow or respective owner