Hi,
I am not able to import namespaces like.. using System.Data.SqlClient; and other namespaces... Can someone plzz help.. Whats wrong ? i am using VS 2005.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted May 25, 2011, 7:16 PM
Sam HobbsPosted May 25, 2011, 4:53 PM
Abhimanyu K VatsaPosted May 25, 2011, 5:40 AM
huge reply but the questioner is not replying anything....that prob is fixed or not?
it shows how active our authors are. good
Jiteendra SampathiraoPosted May 25, 2011, 5:22 AM
Check the GAC folder(windows\assembly) for System.Data.dll file. If you cant see that dll install the Framework 2.0 once again. It will fix the problem..
Sam HobbsPosted May 25, 2011, 4:16 AM
Do you understand about making references? For example you must have a reference to System.Data because without it you can't use a using statement for System.Data.SqlClient.
Posted May 24, 2011, 10:35 AM
Vilas GitePosted May 24, 2011, 10:30 AM
Abhimanyu K VatsaPosted May 24, 2011, 9:53 AM
Posted May 24, 2011, 3:33 AM
Open VS 2005-->Create New Project->Windows /Web/Console Application--> Right the Project in Solution Explorer-->Add References--> Click the .net Tab--> Select the references here. This should work.
If you unable to fnd the System.Data in c:\windows\Assembly folder, please re-install the .net framework[version 2.0 or based on your project].
Hope this helps you.
Ankit NandekarPosted May 24, 2011, 3:16 AM