Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
maya_zakry
Constraint Violating Yak Guru
379 Posts |
Posted - 2007-03-22 : 00:20:20
|
hi all,im doing ASP.NET using VS.NEt -> VB.NEti have a big problem with my vb.net... i have search for the solution but to no avail.. i compiled my projects without error but some of the pages could not be loaded... the msdn recommended to rebuild.. but i still had the same error when trying to load the page.. the error was :-Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'PALMSApplication.frmSYM_Item_Find'.thankss...~~~Focus on problem, not solution~~~ |
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2007-03-22 : 08:07:14
|
>> Parser Error Message: Could not load type 'PALMSApplication.frmSYM_Item_Find'.You are missing a reference to the library indicated, and/or that particular DLL could not be found.- Jeffhttp://weblogs.sqlteam.com/JeffS |
|
|
maya_zakry
Constraint Violating Yak Guru
379 Posts |
Posted - 2007-03-23 : 02:59:14
|
im not sure regarding the use of dll, i used to include the class using reference and choose the dll file, but no idea how the dll file is created~~~Focus on problem, not solution~~~ |
|
|
|
|
|