Idle Banter For non SV and non bike related chat (and the odd bit of humour - but if any post isn't suitable it'll get deleted real quick).![]() |
![]() |
|
Thread Tools |
![]() |
#1 |
Guest
Posts: n/a
|
![]()
hi
i am trying to retarget a .net 2.0 web application to .net 1.1 due to an incompatibility issue i have a custom DLL and a large datalayer class i have rebuilt the project in VS.NET 2003 as 2005 will not retarget to 1.1 i have added a new class to the project and imported my datalayer code into it, but for the life of me i cannot get VS to recognise my class ![]() the project is VB.NET and i'm using Dim objClass As New OSM.MM_DataLayer In VS class view, this is exactly the right namespace, there's no errors generated on build, but the same error message "object OSM.MM_DataLayer is not defined" continues to irritate me at runtime what am i doing wrong? |
![]() |
![]() |
#2 |
Guest
Posts: n/a
|
![]()
I've noticed that sometimes you need to restart VS to get it to recognize things.
Do you have build errors? |
![]() |
![]() |
|
|