473,543 Members | 1,975 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

...NET..cannot access...msvcr8 0.dll (missing program file)

Each time I restart computer & run Norton System Works One Button Checkup, it
finds same problems: missing program files: i.e.:
....NET\FRAMEWO RK\v2.0...canno t access a necessary file, "msvcr80.dl l". I
have .net framework 1.1, .net framework 1.1 hotfix (KB886903), and .net
framework 2.0 installed. I would like to know how to correct the missing
(msvcr80.dll) file problem.
--
Athlon64x2 3800+(2.55 Gh*@1.49v) MSI K8N Neo4 Platinum SLI, 2X74GB Raptors
Raid0, WD2500KS HD, 2X512 MB Crucial Ballistix (2.5-2-2-5 @510DDR 2.85v)
EVGA 6800GT GPU, Enermax 535WPSU, XP pro/XPx64.
Jan 4 '06 #1
2 10639
AMD4me2 wrote:
Each time I restart computer & run Norton System Works One Button
Checkup, it finds same problems: missing program files: i.e.:
...NET\FRAMEWOR K\v2.0...cannot access a necessary file,
"msvcr80.dl l". I have .net framework 1.1, .net framework 1.1 hotfix
(KB886903), and .net framework 2.0 installed. I would like to know
how to correct the missing (msvcr80.dll) file problem.


This is because the installer for VS.NET 2005 puts unmanaged shared DLLs
in the WinSxS side-by-side cache, and not in %windir%\System 32. In a
brilliant flash of inspiration Microsoft decided to call the deployment
unit for shared DLLs a 'shared assembly' and the information that
describes what files that are in such a side-by-side shared assembly
they call a manifest. msvcr80.dll is in a side-by-side assembly called
Microsoft.VC80. CRT, you'll find the DLL under a folder that has this
assembly name in its name under %windir%\WinSxS .

An application that uses a DLL in a side-by-side assembly must have an
application manifest that says the assembleis it uses. If you don't have
an application manifest file (app.exe.manife st for app.exe) then you'll
get the error you mention.

Such a manifest can come through the application manifest file, or if
the module that uses the assembly DLL is itself a DLL then it can be XML
embedded in that DLL.

More details are here:

http://www.grimes.demon.co.uk/worksh...WSThirteen.htm

Richard
--
Fusion Tutorial: http://www.grimes.demon.co.uk/workshops/fusionWS.htm
Security Tutorial:
http://www.grimes.demon.co.uk/workshops/securityWS.htm
Jan 10 '06 #2
Jackpot reply/answer! Thanks much!
--
Athlon64x2 3800+(2.55 Gh*@1.49v) MSI K8N Neo4 Platinum SLI, 2X74GB Raptors
Raid0, WD2500KS HD, 2X512 MB Crucial Ballistix (2.5-2-2-5 @510DDR 2.85v)
EVGA 6800GT GPU, Enermax 535WPSU, XP pro/XPx64.
"Richard Grimes" wrote:
AMD4me2 wrote:
Each time I restart computer & run Norton System Works One Button
Checkup, it finds same problems: missing program files: i.e.:
...NET\FRAMEWOR K\v2.0...cannot access a necessary file,
"msvcr80.dl l". I have .net framework 1.1, .net framework 1.1 hotfix
(KB886903), and .net framework 2.0 installed. I would like to know
how to correct the missing (msvcr80.dll) file problem.


This is because the installer for VS.NET 2005 puts unmanaged shared DLLs
in the WinSxS side-by-side cache, and not in %windir%\System 32. In a
brilliant flash of inspiration Microsoft decided to call the deployment
unit for shared DLLs a 'shared assembly' and the information that
describes what files that are in such a side-by-side shared assembly
they call a manifest. msvcr80.dll is in a side-by-side assembly called
Microsoft.VC80. CRT, you'll find the DLL under a folder that has this
assembly name in its name under %windir%\WinSxS .

An application that uses a DLL in a side-by-side assembly must have an
application manifest that says the assembleis it uses. If you don't have
an application manifest file (app.exe.manife st for app.exe) then you'll
get the error you mention.

Such a manifest can come through the application manifest file, or if
the module that uses the assembly DLL is itself a DLL then it can be XML
embedded in that DLL.

More details are here:

http://www.grimes.demon.co.uk/worksh...WSThirteen.htm

Richard
--
Fusion Tutorial: http://www.grimes.demon.co.uk/workshops/fusionWS.htm
Security Tutorial:
http://www.grimes.demon.co.uk/workshops/securityWS.htm

Jan 10 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
9523
by: George Copeland | last post by:
This is a request for help fixing a SQL Server 2000/ADO problem on Windows XP. I would appreciate any useful assistance. PROBLEM: SQL Server access on my machine fails as follows: 1. All of my VB6 apps reference the following ADO typelib: Microsoft ActiveX Data Objects 2.7 Library Located at: c:\Program Files\Common...
8
5455
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- Hello, I have a very simple problem but cannot seem to figure it out. I have a very simple php script that sends a test email to myself. When I...
3
4095
by: MT 2MB | last post by:
I created an access journal entry program many years ago. It works for all and was working for an individual until recently. The report shows ?Name! for every instance it repeats in the report. The field in the report is a text box: named Text12. Bad coding I know. The concat goes like this... =Str() & "-" & & "-" & & "-" & ...
0
2812
by: acharyaks | last post by:
Hi life saver, I am using excel component for the development. The purpose is to connect to excel through the odbc connection string. Then through the connection extract data into a dataset and then save the data into a client machine (Intranet) as excel page using the excel component (using Excel = Microsoft.Office.Interop.Excel;) in the...
0
7775
by: PeteB | last post by:
This problem seems to be cropping up on computers that have the Office 12 Beta 2 installed. If an app is trying to write XML, it brings up an error that says "Executable 'C:\Projects\MyApp.exe' had the following unrecoverable error: Couldn't find MSVCR80.dll (required by C:\Program Files\Common Files\Microsoft Shared\OFFICE12\MSOXMLMF.DLL)...
0
5231
by: Tifer | last post by:
Hello, I am building my first .Net Application. The first couple of Publish and Installs I did went fine. But after a couple of builds, I get a modal dialogue box error every time upon trying to install using the setup.exe. Title is "Cannot Start Application" and it says: ==================== Cannot download the application. The...
12
6376
by: ARC | last post by:
I'm currently looking at the access developer extensions for creating an MSI installer package for a 2007 runtime app. Couple of observations and questions. 1) Doesn't look like we have the ability to set a packaged file to always overwrite, or never overwrite, unless I'm missing something. This could be a sticking point, as I would always...
1
16555
by: Serenityquinn15 | last post by:
Hi! "Cannot Start your Application, the workgroup information file is missing or opened exclusively by another user" this is the error i got when i run my system. i'm using adodc connection to run my program and the backend was the Ms Access Database. I set the password to my database to secure all the data but when i run my system this error...
5
22800
by: abb | last post by:
On a Vista machine, the following code works using the ASP.NET Development Server, but fails in IIS7: book = excel.Workbooks.Open(tempfile, false, false, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, In IIS7, the error is "Microsoft Office Excel cannot access the file ... There are several possible reasons:
0
7412
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7594
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7746
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7697
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5889
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
4899
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
1830
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
979
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
648
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.