Top ".net-assembly" questions

A group of classes and namespaces compiled into a binary file, written in a .NET-specific language such as C# or VB.

System.Data Assembly Not found

I have a reference to System.Data in my windows service project. I keep getting the Exception : Could not load …

c# .net-assembly system.data
Could not load file or assembly Temporary ASP.NET Files

I am developing a aps.net website in C# and I am using framework 4. After creating a new website project …

c# asp.net .net .net-assembly
Get type in referenced assembly by supplying class name as string?

These are similar questions: How-to: Load a type from a referenced assembly at runtime using a string in Silverlight, GetType …

c# .net reflection .net-assembly gettype
Loading plug-in DLL files, "The invoked member is not supported in a dynamic assembly."

We have custom DLL's that are not included in our initial setup file. They are loaded at runtime. This process …

c# .net-4.0 .net-2.0 .net-assembly dynamic-assemblies
Can a C# .dll assembly contain an entry point?

My goal is to create an executable that will start a shadow copied application. The trick is, I want this …

c# assemblies appdomain .net-assembly entry-point
Why I cannot access the C:\WINDOWS\assembly\GAC Folder?

I find the path of Microsoft.Office>interop.Excel under the Solution/References is C:\WINDOWS\assembly\GAC\Microsoft.…

c# reference gac .net-assembly
Could not load file or assembly microsoft.sqlserver.sqlclrprovider 13.100.0.0

I run my Winforms app using SQLServer assemblies Microsoft.SqlServer.ConnectionInfo (13.100.0.0) Microsoft.SqlServer.SMO(13.100.0.0) On the same machine SSMS 2016(Aug) …

.net sql-server .net-assembly smo
Modify Compiled .Net Exe

I have an application written in C# (without the source of course), that needs to be changed a little bit. …

c# .net-assembly reflector
.Net 4.6 website not loading Reference Assemblies correctly

I have a web project in Visual Studio 2013, including several library projects. Problem is that adding a reference (ie. System.…

c# asp.net .net iis .net-assembly