Olá,
eu fiz uma alteração de versão de framework na minha aplicação para .NETFramework 4.5 e retorna com 207 erros em arquivos com code
cs0115 , cs0234, CS0030, CS0029
Severity
Code
Description
Project
File
Line
Suppression State
Error
CS0030
Cannot convert type 'System.Data.DataTable' to 'B.DataSet.AgendaImuno.spAgendaMesVacinaDataTable'
B
D:\Documents\Visual Studio 2015\Projects\B\B\DataSet\AgendaImuno.Designer.cs
592
Active
Severity
Code
Description
Project
File
Line
Suppression State
Error
CS0029
Cannot implicitly convert type 'B.DataSet.AgendaImuno.spAgendaMesVacinaDataTable' to 'System.Data.DataTable'
B
D:\Documents\Visual Studio 2015\Projects\B\B\DataSet\AgendaImuno.Designer.cs
426
Active
Severity
Code
Description
Project
File
Line
Suppression State
Error
CS0234
The type or namespace name 'TypedTableBase<>' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
B
D:\Documents\Visual Studio 2015\Projects\B\B\DataSet\AgendaImuno.Designer.cs
280
Active
Severity
Code
Description
Project
File
Line
Suppression State
Error
CS0115
'VacinaObservacao.spObservacaoVacinaDataTable.OnRowDeleted(DataRowChangeEventArgs)': no suitable method found to override
B
D:\Documents\Visual Studio 2015\Projects\B\B\DataSet\VacinaObservacao.Designer.cs
451
Active