lsalamon / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

gateway.sln: ambiguous references in config.client (Direct-1.0.0.8-NET35-Source.zip) #154

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Open gateway.sln in VS2010 SP1
2. Allow csproj and sln to convert; do not update webs to 4.0
3. Build all

What is the expected output? What do you see instead?

Expected clean compile. Found multiple ambiguous reference errors in 
config.client; error list attached.

What version of the product are you using? On what operating system?

Released Direct-1.0.0.8-NET35-Source zipped file on Windows 7, VS2010 sp1

Please provide any additional information below.

None.

Original issue reported on code.google.com by MichaelS...@gmail.com on 12 Jul 2011 at 2:47

Attachments:

GoogleCodeExporter commented 9 years ago
The same bug exists in Direct-1.0.0.13-NET35-Source when built using VS2010 SP1 
on Windows Server 2008.  Updating web components to 4.0 had no impact on the 
issue.

Original comment by woody.fo...@gmail.com on 14 May 2012 at 12:53

GoogleCodeExporter commented 9 years ago
I worked around the compile errors (using the VS2012 solution, but I'm guessing 
it would work with 2008) by:

1. In the config.client project, for each service reference under Service 
References, right click and select "Update Reference".  This causes the classes 
in the Store namespace to be used as the service model and you get rid of the 
dup classes, and hence the ambiguous reference.

2. Wherever there were missing source files, delete them from the project.  Not 
sure if this is the desired solution, but it at least compiles...

3. In smtp.agent, Show All Files, and include FolderRoute.cs in the project.

Original comment by mjan...@radarmed.com on 19 Aug 2013 at 8:56