Search

Erro ao salvar Dataset by Luiz Américo

Closed
as Not Reproducible Help for as Not Reproducible

1
0
Sign in
to vote
Type: Bug
ID: 778523
Opened: 2/5/2013 12:51:55 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
1 - Crie uma definição de conexão no projeto : my.setting.conn_str
2- Entro no designer do Dataset, crio uma Tableadapter utilizando a conexão que criei
3- Salvo o Dataset e ele paresenta o seguinte erro:
Me._connection.ConnectionString = Global.(projeto...).My.MySettings.Default.ConnectionString
para todos os Tableadapter existentes, spu obrigado a corrigir manualmete no código gerado do XSD
Details (expand)

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

Visual Studio 2012

Steps to reproduce

1 - New project
2 - Create in Setting a new sql server connection string
3 - Create a new Data Source
4 - In Data Souce Designer create a new TableAdapter using the your connection string
5 - Save Data Source
In XSD code show:
Me._connection.ConnectionString = Global.Etema_Principal.My.MySettings.Default.ConnectionString
and not your connection string

Product Language

Portuguese (Brazil)

Operating System

Windows 8

Operating System Language

Portuguese (Brazilian)

Actual results

Me._connection.ConnectionString = Global.Etema_Principal.My.MySettings.Default.ConnectionString

Expected results

Me._connection.ConnectionString = Global.Etema_Principal.My.MySettings.Default.conn_Str
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 2/13/2013 at 1:55 AM
Hi, given that we have not heard back from you in 7 days. We will go ahead and close this Connect Issue. If you get a chance to review and provide the information requested earlier, you can go ahead and reactivate this issue.
Posted by Microsoft on 2/11/2013 at 1:51 AM
Hello,

Sorry for bothering. Is there any update?

It would be greatly appreciated if you could provide us with that information as quickly as possible.

Thank you!
Posted by Microsoft on 2/5/2013 at 3:09 AM
Thank you for submitting feedback on Visual Studio and .NET Framework. In order to efficiently investigate and reproduce this issue, we are requesting additional information outlined below.

Could you please provide some screenshots to help us better understand this scenario?

Please submit this information to us within 4 business days. We look forward to hearing from you with this information.

Microsoft Visual Studio Connect Support Team
Posted by Microsoft on 2/5/2013 at 1: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.