J# and SQL Server Problem
"Msg 6581, Level 16, State 1, Line 2
Could not find assembly 'vjscor.dll' in directory 'c:\'."
What is the problem? Thanks in advance...
1) Is J# redist installed on the machine where you are creating the assembly? Just verify this by searching for vjc.exe\vjslib.dll\vjscor.dll in Microsoft Framework directory. (c:\WINDOWS\Microsoft.NET\Framework\v2.0...\) (c:\ is drive where u have installed .net framework)
2) If J# redist is installed, please take a look at following post, it contains a workaround for your issue. http://staff.develop.com/bobb/weblog/default.aspx?date=2004-10-30
3) Also try posting this query onto SQL forum at http://forums.microsoft.com/msdn/default.aspx?ForumGroupID=19.
Thanks,