Microsoft Visual Studio 2005 questions & answers

Development interface for applications, dynamic web pages, etc.
G
Question by Guest
199 views
December 22, 2009

I'm receiving the following message:


"Error 37: Could not load file or assembly 'Infragistics.WebUI.Shared.v5.1, Version=5.1.20051.1047, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified".


What can I do?

D
Answer by Dan Angel

In order to fix the issue, you need to copy the files from the APTCA directory to the Bin folder of your application. In order to find the APTCA directory you will need to navigate to the (C:) > Program Files > Infragistics and search for it. If this doesn't help, select Visual Studio Command Prompt from the Tools menu and input the devenv /Setup command. After that, restart Visual Studio.

G
Question by Guest
208 views
December 20, 2009

I receive the following message: "Error 37. Could not load file or assembly 'Infragistics.WebUI.Shared.v5.1, Version=5.1.20051.1047, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified in C: > Documents and Settings > Malik G > My Documents > Visual Studio 2005 > WebSites > Webs > PROBISDevel2.0Web.config 71". Can you help?

P
Answer by Pete Clapp

Firstly, check if your application is build correctly. Go to Tools > Settings > Expert Settings > Build > Build Solution / Rebuild and check the Output window (View > Output) if your application is compiling and linking correctly. If yes, check the directory of your project for a .cpp file. From what it seems, this error is caused by a .cpp file that is missing. In order to add this file to your project, you need to click Add new item icon from top left or to press Ctrl + N key combination.

See more questions & answers

Ask a question about Microsoft Visual Studio 2005

Alternative downloads

Java SE Development Kit
Free
rating

Create Java applications that run on all operating systems.

Visual C++ Redistributable
rating

It is a package that installs runtime components of Visual C++ libraries.

Microsoft Windows SDK
Free
rating

It's a tool that provides documentation that help you Windows applications.