What is the "microsoft.visualbasic.activities.compiler.ni.dll" ? Variant 17552573

Our database contains 387 different files for filename microsoft.visualbasic.activities.compiler.ni.dll but this page contains information about single file with specific attributes. If you want to see general information about the microsoft.visualbasic.activities.compiler.ni.dll then visit General Information Page . You can also check most distributed file variants with name microsoft.visualbasic.activities.compiler.ni.dll. This file belongs to product Microsoft® .NET Framework and was developed by company Microsoft Corporation. This file has description Visual Basic Hosted Compiler. Agregate rating is 5(5) stars - based on 1 reviews.This file is Dynamic-link Library. This library can be loaded and executed in any running process.

microsoft.visualbasic.activities.compiler.ni.dll Library
Product:
Microsoft® .NET Framework
Company:
Microsoft Corporation
Description:
Visual Basic Hosted Compiler
Version:
10.0.30319.1
MD5:
dfe372cc375e603fdc2bc342fe9d83f2
SHA1:
02f25243529a294c1aed649a3d9af3c21452eead
SHA256:
3c61444ddc3c86df94edfa5e2ce3e51392f971639a4e0baf477c862a61cef770
Size:
1623040
Directory:
C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.VisualBas#\5a1d8fa5c02f273cc7830a0e82317562
Operating System:
Windows 7
Occurence:
Medium oc1

System Explorer Community Antivirus Report

This file was checked and tolerated by following antivirus shields :
Antivirus NameLatest Toleration
AVG AntiVirus Free Edition 20152015-04-07 02:27:21
Trend Micro OfficeScan Antivirus2014-09-23 17:58:17
Microsoft Security Essentials2013-01-26 13:50:34
AVG Anti-Virus Free Edition 20132013-01-26 01:16:37
McAfee Anti-Virus and Anti-Spyware2013-01-23 23:36:35
Norton 3602013-01-21 19:02:01
Norton Internet Security2013-01-20 09:05:54
avast! Antivirus2013-01-20 01:38:33
AVG Internet Security 20132013-01-18 09:27:04
F-Secure Client Security 9.002013-01-16 18:34:48
Antivirus shields were enabled and have latest antivirus database.

Is the library "microsoft.visualbasic.activities.compiler.ni.dll" Safe or Threat ?

Loading Graph
100% of reviewed files are marked as Safe .
100% of reviewed files are marked as System file.
Our final rating for this file is Safe. Final rating is based on file reviews, discovered date, users occurence and antivirus scan results.

User Reviews of the "microsoft.visualbasic.activities.compiler.ni.dll"

  • SAFErating from user MikeOne (Variant: 17552573)

    There are two things one should know about NativeImages : they are part of the .Net framework, a native service of the Microsoft operating systems. The Native Image Service is a Windows service responsible for generating and maintaining the native images - for the generating of the images it uses the Native Image Generator (you can find it as a Ngen.exe file running on your PC). The native images are files containing compiled processor-specific machine code, and installs them into the native image cache on the local computer - at the end it is musch faster to run the code from the already pre-compiled native image of any executable/dll etc. then from the source. For more info about Native Image Service check the http://msdn.microsoft.com/en-us/library/ms165074.aspx pages, and for the Native Image Generator check the http://msdn.microsoft.com/en-us/library/6t9t5wcf(v=vs.80).aspx pages. You can find nearly any file built as a native image, check the original file for its functionalities.