error!!
-
i cant run my program, there's an error: Type 'BOOK_Locator.Dataset1' is not declared in codes: Friend WithEvents DataSet11 As BOOK_LOCATOR.DataSet1 i have connected my database in connection wizard properly but why there's an error in it? how can i fix?
-
i cant run my program, there's an error: Type 'BOOK_Locator.Dataset1' is not declared in codes: Friend WithEvents DataSet11 As BOOK_LOCATOR.DataSet1 i have connected my database in connection wizard properly but why there's an error in it? how can i fix?
Duplicate Post. You already have posted similar query in ASP.NET Forums here: http://www.codeproject.com/script/comments/forums.asp?forumid=12076&select=2209128#xx2209128xx[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
i cant run my program, there's an error: Type 'BOOK_Locator.Dataset1' is not declared in codes: Friend WithEvents DataSet11 As BOOK_LOCATOR.DataSet1 i have connected my database in connection wizard properly but why there's an error in it? how can i fix?
As others have said, don't cross post. That is very rude.
Rharzkie wrote:
Type 'BOOK_Locator.Dataset1' is not declared
That pretty much tells you the problem. Is the error occurring within the scope of where you have it declared?
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon