Forum: Multi-Language Add-In for Visual Studio

ERROR -- after select project

Hi,
I sent you an e-mail to your e-mail address phil at jollans.com.

This is my problem:

I have download your Multi-Language Add-In.
After installing and adding this component in my c# project,
these windows are shown (attachenents).

For the first error, I have tried to add the reference of
the Sytstem.Enterprise.Wrapper.dll but is impossible!!!

For the second error, I don't know what is the problem...

Can i help me?

Please open the email to see the attachenents (images of error windows)

Thank you!!!

Luca

Germany

Hello Luca,

I have never seen these errors before and I don't know what the cause is. However, both of the errors occur on opening the project database, so it is clearly a problem with database access.

My guess is that it is a problem with the installation of the .NET framework or the database access software on your system.

Firstly, you do need to have

  • MDAC (at least version 2.7) and
  • Jet 4.0

installed on your system (see Download).

You almost certainly have MDAC installed, since it is a part of Windows XP. Jet 4.0 is required to open an Access database. There is a chance that you do not have Jet 4.0 installed.

My first suggestion is that you go to http://msdn2.microsoft.com/en-us/data/aa937730.aspx and download the latest version of MDAC (2.8) and Jet 4.0 and install both of these.

If that doesn't work, then there may be something broken in the installation of the .NET frameworkfrown.

I have been searching with Google, initially for
Filenotfoundexception system.enterpriseservices.wrapper.dll
and then later for
Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. The system cannot find the file specified.
which is the english equivalent to your error message.

Some of the interesting pages were


If you want to reinstall the .NET 2.0 framework, you can download it from http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en.

Phil


Thank you,
with one of your interesting pages I have found the problem....

I have added a new assembly (System.EnterpriseServices (version 2.0)) in the directory C:\WINDOWS\assembly with a particular program of framework 2.0 called gacutil.exe


LUCA