Open GoogleCodeExporter opened 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
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
Original issue reported on code.google.com by
MichaelS...@gmail.com
on 12 Jul 2011 at 2:47Attachments: