Click here to Skip to main content
15,887,027 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionCommon language runtime question. Pin
Lokean7-Jun-07 10:54
Lokean7-Jun-07 10:54 
AnswerRe: Common language runtime question. Pin
Brady Kelly8-Jun-07 1:03
Brady Kelly8-Jun-07 1:03 
QuestionString length in pixels Pin
jain.ashish216-Jun-07 23:39
jain.ashish216-Jun-07 23:39 
AnswerRe: String length in pixels Pin
szukuro7-Jun-07 2:10
szukuro7-Jun-07 2:10 
AnswerRe: String length in pixels Pin
jain.ashish217-Jun-07 16:38
jain.ashish217-Jun-07 16:38 
AnswerRe: String length in pixels Pin
Dave Kreskowiak7-Jun-07 4:17
mveDave Kreskowiak7-Jun-07 4:17 
AnswerRe: String length in pixels Pin
Thomas Stockwell12-Jun-07 4:28
professionalThomas Stockwell12-Jun-07 4:28 
QuestionInstallation project woes - Adding two versions of the same Assembly Pin
Colin Angus Mackay6-Jun-07 23:05
Colin Angus Mackay6-Jun-07 23:05 
I'm hoping someone has some advice or can point me in the right direction on this as it's been doing my head in for a week.

I've got a Visual Studio 2005 solution, and I've added an installer project to it. My problem lies in the fact that the projects that are to be installed use two versions of the Enterprise Library. Some projects contain legacy code that uses V1.1 of the Enterprise Library and some, that have newer code, uses V2.0 of the Enterprise Library. When I add the main project (the one that references everything else) it attempts to add all the dependencies including to the Enterprise Libraries.

This causes confusion - VS throws up lots of warnings about duplicate assembly names and it installs the files randomly - Sometimes a V1.1 DLL sometimes a V2.0 DLL.

We've compiled the Enterprise Library such that it can be installed in the GAC. But adding the Enterprise Library FIRST to the installer project and into the "Global Assembly Cache Folder" doesn't appear to help. When I add the projects to be installed it still insists on installing (randomly) the Enterprise Library in the installation folder - while complaining bitterly about it too!

Finally, I've tried adding the assemblies individually (instead of selecting Project Output) but it still picks up the dependencies and insists on adding them to the installer.

Does anyone have any ideas of how I can overcome this problem and actually build an installer that works?


Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...
* Reading: Developer Day 5

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

AnswerRe: Installation project woes - Adding two versions of the same Assembly Pin
Not Active7-Jun-07 2:39
mentorNot Active7-Jun-07 2:39 
GeneralRe: Installation project woes - Adding two versions of the same Assembly Pin
Colin Angus Mackay7-Jun-07 11:10
Colin Angus Mackay7-Jun-07 11:10 
Questionlaunch the program after installed the setup Pin
Suhail Shahab6-Jun-07 21:28
Suhail Shahab6-Jun-07 21:28 
AnswerRe: launch the program after installed the setup Pin
Manas Bhardwaj7-Jun-07 0:01
professionalManas Bhardwaj7-Jun-07 0:01 
QuestionTo build a project which is in solution but not selected for build in solution configuration through MSBuild. Pin
Mushtaque Nizamani6-Jun-07 21:04
Mushtaque Nizamani6-Jun-07 21:04 
QuestionC# reverse engineering, [modified] Pin
jithen_dt6-Jun-07 17:10
jithen_dt6-Jun-07 17:10 
AnswerRe: C# reverse engineering, Pin
Stefan Prodan6-Jun-07 20:08
Stefan Prodan6-Jun-07 20:08 
AnswerRe: C# reverse engineering, Pin
Kevin McFarlane7-Jun-07 23:16
Kevin McFarlane7-Jun-07 23:16 
Questionadding records with DataGridView Pin
ramakaniel6-Jun-07 14:44
ramakaniel6-Jun-07 14:44 
AnswerRe: adding records with DataGridView Pin
ramakaniel8-Jun-07 9:39
ramakaniel8-Jun-07 9:39 
AnswerRe: adding records with DataGridView Pin
Dave Kreskowiak8-Jun-07 10:11
mveDave Kreskowiak8-Jun-07 10:11 
GeneralRe: adding records with DataGridView Pin
ramakaniel12-Jun-07 10:20
ramakaniel12-Jun-07 10:20 
GeneralRe: adding records with DataGridView Pin
Dave Kreskowiak13-Jun-07 6:52
mveDave Kreskowiak13-Jun-07 6:52 
QuestionAccessing WMI in the .Net Compact Framework Pin
esplosion6-Jun-07 6:54
esplosion6-Jun-07 6:54 
AnswerRe: Accessing WMI in the .Net Compact Framework Pin
Dave Kreskowiak6-Jun-07 7:27
mveDave Kreskowiak6-Jun-07 7:27 
GeneralRe: Accessing WMI in the .Net Compact Framework Pin
esplosion6-Jun-07 7:31
esplosion6-Jun-07 7:31 
GeneralRe: Accessing WMI in the .Net Compact Framework Pin
Dave Kreskowiak6-Jun-07 7:43
mveDave Kreskowiak6-Jun-07 7:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.