• 0

ASP : using custom assembly


Question

I recently made a class library dll in visual basic express, it has simple functions in two namespaces, ikcdata and ikcauthentication i used these during development by using imports statements in VWD, the intellesense picked up the dll file i put in the /bin folder and even when i debugged it everything works fine. the problem occurs when i upload it to my webserver (running iis5.1) when i access pages that use the functions from the dll i get errors saying

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30002: Type 'iKCData.DataHandler' is not defined.

Source Error:

Line 7: 'Mailer.SendVerifyMail("ikennelclub@gmail.com", "Brad87@Gmail.Com", 2)

Line 8:

Line 9: Dim Datashower As New iKCData.DataHandler

i also tried the import namespace thing at the top of every page that uses it, and i got an error that says the file cannot be found or has no public members

can anyone help me ou

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.