Here is my issue: Consider me a relative idiot in Visual Studio/.NET. I started in this position two years ago and the development machine I am using was inherited from the previous developer. He had built several Windows CE applications using Visual Studio 2005. Within these apps, are many calls to SQL using SqlClient.
Last week the development machine bit the dust. I have ressurected most everything with one exception. When I go to Visual Studio and attempt to reference System.Data.Sql client: it is not there.
I have searched the net until my eyeballs ache and cannot find any definitive answer as to why this is missing.
My desktop Visual Studio apps reference System.Data.Sql Client just fine.
I am assuming that I am missing some component (an SDK or something), but cannot find exactly what this is.
Tom
Last week the development machine bit the dust. I have ressurected most everything with one exception. When I go to Visual Studio and attempt to reference System.Data.Sql client: it is not there.
I have searched the net until my eyeballs ache and cannot find any definitive answer as to why this is missing.
My desktop Visual Studio apps reference System.Data.Sql Client just fine.
I am assuming that I am missing some component (an SDK or something), but cannot find exactly what this is.
Tom
Comment