Tomboi88 / dapper-dot-net

Automatically exported from code.google.com/p/dapper-dot-net
Other
0 stars 0 forks source link

type not found #181

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
sqlParam.TypeName = typeName; (line 3814)

.../Dapper.cs(15,15): Error CS1061: Type `System.Data.SqlClient.SqlParameter' 
does not contain a definition for `TypeName' and no extension method `TypeName' 
of type `System.Data.SqlClient.SqlParameter' could be found. Are you missing an 
assembly reference? (CS1061) (...)

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
MAC OSX 10.9 Xamarin MONO 3.4

Please provide any additional information below.

Original issue reported on code.google.com by Stefan.S...@gmail.com on 3 Jul 2014 at 11:31

GoogleCodeExporter commented 8 years ago
Hmmm, it is odd that this is absent from Mono, since it has been in .NET since 
v3.5; I will see if I can make it auto-detect that instead. Thanks for 
reporting.

Original comment by marc.gravell on 3 Jul 2014 at 11:48

GoogleCodeExporter commented 8 years ago
Please check in latest trunk; this should now be fixed

Original comment by marc.gravell on 3 Jul 2014 at 11:56

GoogleCodeExporter commented 8 years ago

Original comment by marc.gravell on 6 Aug 2014 at 3:39