Click here to Skip to main content
15,905,971 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to use sqlhelper dll in visual studio 2008?
Posted

 
Share this answer
 
Comments
AdityaPratapSingh 16-Jan-13 2:04am    
when i am Using Microsoft.ApplicationBlocks.Data namespace. its giving error
Suvabrata Roy 16-Jan-13 2:06am    
Provide the error text.
AdityaPratapSingh 16-Jan-13 2:11am    
using Directive "Using Microsoft.ApplicationBlocks.Data"
to SqlHelper is not working in VS2008
Suvabrata Roy 16-Jan-13 4:09am    
Please copy & paste the error text / Message
AdityaPratapSingh 16-Jan-13 4:20am    
Error 1 The type or namespace name 'ApplicationBlocks' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Aditya_test_Projects\interview test\image_upload_view.aspx.cs 14 17 D:\Aditya_test_Projects\interview test\
This dll is part of the application block for data access.
You can read more about it here -
Microsoft Application Block for Data Access in .NET[^]

Another good link to consider would the Application Block site itself - http://msdn.microsoft.com/en-us/library/aa480458.aspx#entlibjan2006_dataaccessappblock_design[^].
 
Share this answer
 
Well I think you must describe your question in more elaborate way.
Anyways what it seems like you are trying to add the reference of a dll in in your vs 2008 project. If so then to add any dll in your project then you can simply add the reference of that dll in your project. In case you don't know the process then you can review the URL.

http://social.msdn.microsoft.com/Forums/en/Vsexpressvc/thread/84deabaa-ae82-47cc-aac0-592f5a8dfa22[^]

Please let me know if anything else you're looking for.

:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900