I have created User Function Library in C# following by this tutoral: Tutorial: Creating a User Function Library.
When I generate report preview in VS 2008 function works correctly - it's registered in Global Assembly Cache on develop machine as in tutorial.
But when I need to deploy crystal on web server there is error:
The Visual Basic UFL that implements this function is missing (or U2lcom.dll is missing). Details: errorKind Error in File report.rpt: Error in formula code128: 'SpxFnUflSpxFnConvertTxtToCode128 ({command.BARCODE})' The Visual Basic UFL that implements this function is missing (or U2lcom.dll is missing)
On web server there is also registered this UFL in GAC.
How to fix this problem?
Details: