A group of classes and namespaces compiled into a binary file, written in a .NET-specific language such as C# or VB.
I have a reference to System.Data in my windows service project. I keep getting the Exception : Could not load …
c# .net-assembly system.dataI 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-assemblyThese 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 gettypeWe 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-assembliesMy 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-pointI find the path of Microsoft.Office>interop.Excel under the Solution/References is C:\WINDOWS\assembly\GAC\Microsoft.…
c# reference gac .net-assemblyI want to publish a MVC project and I keep getting this error: System.IO.FileNotFoundException: Could not load file …
c# asp.net .net dependencies .net-assemblyI 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 smoI have an application written in C# (without the source of course), that needs to be changed a little bit. …
c# .net-assembly reflectorI 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