Bug #50872 Problems building EF from trunk
Submitted: 3 Feb 2010 9:21 Modified: 3 Feb 2010 14:59
Reporter: Tonci Grgin Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S4 (Feature request)
Version:trunk OS:Windows (W2K8SE x64)
Assigned to: Vladislav Vaintroub CPU Architecture:Any

[3 Feb 2010 9:21] Tonci Grgin
Description:
rev 788.4.16: wlad: remove MySql.Data.Entity/Provider/Properties/Resources.Designer.cs to simplify merging

leads to 
Error	1	Source file 'E:\bzr-repos\connectors\cNET\clones\trunk\MySql.Data.Entity\Provider\Properties\Resources.Designer.cs' could not be opened ('Unspecified error ')	MySql.Data.Entity

building EF as the removed file is required...

How to repeat:
Try building MySQLClient solution.

Suggested fix:
Fix the tree or get the required file back.
[3 Feb 2010 9:21] Tonci Grgin
Missing file

Attachment: Resources.Designer.cs (text/plain), 3.18 KiB.

[3 Feb 2010 9:22] Tonci Grgin
Other problems

Attachment: Newbug-1.jpg (image/jpeg, text), 27.69 KiB.

[3 Feb 2010 9:22] Tonci Grgin
WiX problem, just for sake of completenes (not a part of bug actually)

Attachment: Newbug-2.jpg (image/jpeg, text), 20.89 KiB.

[3 Feb 2010 9:24] Tonci Grgin
Solution explorer view

Attachment: SolutionExplorer.jpg (image/jpeg, text), 23.21 KiB.

[3 Feb 2010 9:25] Tonci Grgin
Using VS2008Pro SP1
[3 Feb 2010 14:58] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/99073
[3 Feb 2010 14:59] Reggie Burnett
Fixed in trunk
[4 Feb 2010 8:23] Tonci Grgin
Opening project MySql.VisualStudio.csproj (Reported as: "Other problems Attachment: Newbug-1.jpg (image/jpeg, text), 27.69 KiB.") is fixed by installing VSSDK 1.1 and fixing 2 references (Microsoft.Data.ConnectionUI and Microsoft.VisualStudio.Data) to point to right assemblies.