Hey Guys,
I have a small web app that I created for work. It works fine at home on my webserver but when I bring it to work and load it onto the webserver here it craps out.
I created a dll at home and placed it in the bin directory. All works fine. When I zip up the directory and take into work it gives me this error.
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 'ASPNET.UCIWarranty.Main' is not defined.
Source Error:
Line 34: strDcode = Mid(strSN, 19, 1)
Line 35:
Line 36: Dim DateCode as ASPNET.UCIWarranty.Main = New ASPNET.UCIWarranty.Main()
Line 37:
Line 38: txtPartDate.text = DateCode.GetDateFromBarcode(strDcode, strMcode, intYcode)
I know I'm overlooking something here.
Thanks
John