Missing dll's?

Hey there,


I'm attempting to setup my own TaskVision server internally - I setup the server, verified that the database was created, verified that the web services were installed correctly.

I edited the taskvision client config to point to the new server, I open up the client, I try to login, and I get the following error:

An error has occurred on the remote server.

Please contact a network administrator.

Going to one of the web services directly, say:

http://servername/taskvisionws/authservice.asmx

And clicking through an interface and submitted one, I get the next error:

File or assembly name c64bfxib.dll, or one of its dependencies, was not found.

I can click through some of the other interfaces and I get various other DLL missing errors:

godzxwkf.dll
cz4swvoo.dll

etc...


Any thoughts


Thanks,
-Jason





Answer this question

Missing dll's?

  • fcspaul

    That's just the JIT'ed assemblies that's cached by the .NET Framework, hm..you might have some security issues, try re-running the ASP.NET configuration so it'll make all the NTFS permissions correct:

    "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe –i"



    /Sondre
    www.fanms.com

  • joyce21

    That worked like a charm, Thanks!


    -Jason

  • Missing dll's?