J# .Net Redistributable

M

MikeB

Hello All, I am developing an application that uses eBays APIs and am
getting this error:

Could not load file or assembly 'vjslib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its
dependencies. The system cannot find the file specified.

According to some news group posting, it is due to not having the J# .net
installed. Due to this, I contacted my host (Crystaltech) and they said if
I wanted it installed, it would cost me an extra $10.00 per month which, in
my mind is bull crap. So my question(s) for all of you, is there a work
around this? Also, anyone recommend a good host? I need asp.net 2.0, MSSQl
2005 and I guess J#.
 
B

bruce barker

you don't need them installed. just upload the j# dlls to your bin folder.

-- bruce (sqlwork.com)
 
M

MikeB

Do you know which DLLs are needed?

Thanks

bruce barker said:
you don't need them installed. just upload the j# dlls to your bin folder.

-- bruce (sqlwork.com)
 
M

MikeB

I figured it out (should have in the beginning anyway), incase anyone else
has the problem, I added the vjslib and vjsnativ dlls to the bin directory
and everything was fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top