Microsoft Visual Studio 2005 error message.

0 votes
asked by about Microsoft Visual Studio 2005
edited by

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?

1 Answer

0 votes
No avatar answered by (193k points)
edited by

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.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...