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

.NET (Core and Framework)

 
AnswerRe: WorkflowFoundation: How to (un)persist types from different assembly versions Pin
Kevin McFarlane8-Jun-07 6:37
Kevin McFarlane8-Jun-07 6:37 
GeneralRe: WorkflowFoundation: How to (un)persist types from different assembly versions Pin
Lord Skeletor10-Jun-07 23:18
Lord Skeletor10-Jun-07 23:18 
QuestionString to Byte Array Conversion Pin
M. J. Jaya Chitra8-Jun-07 1:21
M. J. Jaya Chitra8-Jun-07 1:21 
AnswerRe: String to Byte Array Conversion Pin
szukuro8-Jun-07 1:37
szukuro8-Jun-07 1:37 
AnswerRe: String to Byte Array Conversion Pin
Thomas Stockwell12-Jun-07 4:27
professionalThomas Stockwell12-Jun-07 4:27 
GeneralRe: String to Byte Array Conversion Pin
WhiteGirl2325-Jun-07 0:47
WhiteGirl2325-Jun-07 0:47 
Questionremoting service Pin
hoang minh khoi8-Jun-07 0:19
hoang minh khoi8-Jun-07 0:19 
AnswerRe: remoting service Pin
Manas Bhardwaj8-Jun-07 0:28
professionalManas Bhardwaj8-Jun-07 0:28 
Questioncan you help me Pin
hoang minh khoi8-Jun-07 0:09
hoang minh khoi8-Jun-07 0:09 
AnswerRe: can you help me Pin
szukuro8-Jun-07 1:42
szukuro8-Jun-07 1:42 
GeneralRe: can you help me Pin
hoang minh khoi8-Jun-07 15:14
hoang minh khoi8-Jun-07 15:14 
QuestionInstall two setup at same time Pin
Suhail Shahab7-Jun-07 20:46
Suhail Shahab7-Jun-07 20:46 
AnswerRe: Install two setup at same time Pin
Manas Bhardwaj8-Jun-07 0:27
professionalManas Bhardwaj8-Jun-07 0:27 
QuestionConnect FileMaker Pin
M. J. Jaya Chitra7-Jun-07 20:41
M. J. Jaya Chitra7-Jun-07 20:41 
AnswerRe: Connect FileMaker Pin
originSH8-Jun-07 5:56
originSH8-Jun-07 5:56 
GeneralRe: Connect FileMaker Pin
M. J. Jaya Chitra8-Jun-07 18:03
M. J. Jaya Chitra8-Jun-07 18:03 
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 

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.