Search

Data Source and 64bit assembly by FiLCoN

Closed
as Not Reproducible Help for as Not Reproducible

1
0
Sign in
to vote
Type: Bug
ID: 777485
Opened: 1/25/2013 2:55:06 AM
Access Restriction: Public
1
Workaround(s)
1
User(s) can reproduce this bug
If you try create data source for an object from other assembly, which is 64bit, Visual Studio will crash/not create data source.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

Visual Studio 2012

Steps to reproduce

1) Create solution with 2 assemblies - A and B
2) Set both to 64bit in project properties
3) Create class in assembly A.
4) Create Data Source in assembly B for class in assembly A.

Product Language

English

Operating System

Windows 7 SP1

Operating System Language

English

Actual results

Data source is not created (if you use Data Source window) or VS crash (if you use designer UI).

Expected results

Data Source created.
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 1/29/2013 at 12:20 AM
Hi FiLCoN, thank you for submitting feedback on Visual Studio and .NET Framework. In order to efficiently investigate and reproduce this issue, we are requesting a dmp file. We look forward to hearing from you with this information.
Posted by Microsoft on 1/25/2013 at 3:49 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.
Posted by FiLCoN on 1/25/2013 at 2:56 AM
The only workaround for this problem is to set assembly to Any CPU.