Problem migrating VS.NET 2002 to 2003 
Author Message
 Problem migrating VS.NET 2002 to 2003

Hi,

I have created Windows Forms application and setup project for it in VS.NET
2002.

After I recompiled Windows Forms application in VS.NET 2003, setup project
has detected that my Windows Forms application depends on a dozen of
framework DLLs (e.g. System.Dll, System.Data.Dll, ...)

Setup Wizard wants to install these system files into application folder as
dependencies of the main application file.

Why system Framework DLLs are included as part of my application package by
default ?

Dmitriy.



Mon, 17 Oct 2005 05:34:34 GMT  
 Problem migrating VS.NET 2002 to 2003
Hey Dmitriy,

  They shouldn't  be getting added as dependencies if they are part of the
framework. We keep a place holder for the framework in the form of an
excluded merge module. You can go ahead and exclude all those files, if
they are already in the framework.

Adam Semel
Windows Installer Team
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.



Tue, 18 Oct 2005 01:19:51 GMT  
 Problem migrating VS.NET 2002 to 2003
Hi Adam,

Thank you for reply. Here is how to reproduce this problem:

1) Create setup project in VSNET2002.
2) Add assembly compiled in VSNET2003.

Its probably because VSNET2002 cannot automatically exclude FW11's system
libraries.

Dmitriy.


Quote:
> Hey Dmitriy,

>   They shouldn't  be getting added as dependencies if they are part of the
> framework. We keep a place holder for the framework in the form of an
> excluded merge module. You can go ahead and exclude all those files, if
> they are already in the framework.

> Adam Semel
> Windows Installer Team
> Microsoft Developer Support

> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use.



Thu, 20 Oct 2005 08:33:29 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. VS.NET 2003 project back to VS.NET 2002

2. Upgrading to VS.Net 2003 from VS.Net 2002

3. VS .NET 2002 upgrade to 2003 and CR.NET

4. vs 2002 or vs 2003 beta Nov 2002

5. Visual Studio .Net 2003 Final Beta, simple socket code breaks between 2002 and 2003

6. VB .Net 2003 Standard or VS .Net 2003 Pro for Smart Devices

7. Office vis a vis .NET 2002 and .NET 2003

8. vb.net 2002 or vb.net 2003 beta

9. BUG (VS 2002/2003 + XP styles): tabcontrols

10. Will VS.NET 2003 have debugging while running like VB6? (and VS.NET 2002 has not)

11. Help:Migrating reports from VB.Beta to VB.Net 2003

12. VB datagrid scrolling problem in VS.Net 2003

 

 
Powered by phpBB® Forum Software