Help Me
-
Dear Programmers, I am facing a new problem. I have imports to files imports system.data imports system.data.sqlclient I have also added reference of these two files through Add References. It show me their classes but when i execute the application it gives me the error at those places where i have used object of the above mentioned classes. Please help me in this regard. what shall i do to get rid of it? Waiting for your replys
-
Dear Programmers, I am facing a new problem. I have imports to files imports system.data imports system.data.sqlclient I have also added reference of these two files through Add References. It show me their classes but when i execute the application it gives me the error at those places where i have used object of the above mentioned classes. Please help me in this regard. what shall i do to get rid of it? Waiting for your replys
I don't know where we can use import keyword in C#. Might be you are developing your application VB rather than C# then you are at wrong place. Place correct forum for this. Again verify those dll should present in your application. Add these dll to your project then import where you want to use them
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
Dear Programmers, I am facing a new problem. I have imports to files imports system.data imports system.data.sqlclient I have also added reference of these two files through Add References. It show me their classes but when i execute the application it gives me the error at those places where i have used object of the above mentioned classes. Please help me in this regard. what shall i do to get rid of it? Waiting for your replys
-
I don't know where we can use import keyword in C#. Might be you are developing your application VB rather than C# then you are at wrong place. Place correct forum for this. Again verify those dll should present in your application. Add these dll to your project then import where you want to use them
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
playing with bugs ) wrote:
I don't know where we can use import keyword in C#.
Imports
statement is used to import namespaces in VB.NET. I thinkUsing
is the equivalent in C#.NET.- Regards -
J O N
A good thing is a bad thing if it keeps you from the best thing. - Dr. Adrian Rogers