Hello,
I wanted to test the wrox united website on my host but I'm getting an error when I can to add or edit product.
It's a error concerning the uploading of images:
Code:
Compilation 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: BC30451: Name 'ImageHandling' is not declared.
Source Error:
Line 74: If _uploadImageType = ImageType.Product Then
Line 75: Dim newPath As String = Path.Combine(savePath, "thumb_" & FileUpload1.FileName)
Line 76: ImageHandling.GenerateThumbnail(saveFile, newPath)
Line 77: End If
Line 78:
It seems it cannot find the file IMAGEHANDLING.
VB
in Visual studio if I do "find definition" I'm getting redirected correctly to the file.
also debugging the site locally works perfectly.
I just doesn't work online...
any ideas :(
thank you