If have developed several Crystal Reports, used in a .Net website, using VS 2008 and deployed them on a 2003 Server with no problem. I've recently had add a UDF to one of the reports. When I deploy to the webserver, it fails with
The Visual Basic UFL that implements this function is missing (or U2lcom.dll is missing).
I have moved my CRUF DLL to the bin folder of my website, and added to the global cache using gacutil with no problem
as per some other posts, I also moved the U2lcom.dll from my development machine to the same bin folder (then the Windows\System32) on the website machine. Still have the same problem.
Any thoughts, suggestions??
Thanks in advance for any assistance - I've been wrestling with this for days...