assemblies
2 or more assemblies have the same identity
I\'m using Visual Studio 2010 and creating a Windows Form in C#. Yesterday, development was going fine, i was working on connecting an access database to my datagrid. it worked several times, however[详细]
2023-03-18 15:21 分类:问答Sql Server CLR load assembly failed
I am trying to deploy an CLR TVF (table value function). In the code I am using JavaScriptSerializer to parse some JSON string, so I reference the System.Web.Extensions dll and my problems start there[详细]
2023-03-18 15:01 分类:问答can't load assembly with typeof(UserType).AssemblyQualifiedName
I created a class Address in an Assembly MyUserType.dll. I want to load it in a console application. I tried the code below, but it failed:[详细]
2023-03-17 11:06 分类:问答How to generate a single dll from two C# projects? C# DLL COM + C# DLL
My First project, type class library: using System; using Syst开发者_JS百科em.Collections.Generic;[详细]
2023-03-17 08:47 分类:问答How to reference a GAC-assembly from a dynamically generated assembly?
I\'m teaching myself Intermediate Language (IL) generation in C#, and I\'ve been stuck-for-a-couple-of-hours-which-seem-like-days on how to reference System.Windows.Forms.dll (for example) from a dyna[详细]
2023-03-17 07:19 分类:问答Using external assemblies: The located assembly's manifest definition does not match the assembly reference
I know this question seems to be answered all over stackoverflow and the web, but my issue is different.[详细]
2023-03-16 13:57 分类:问答Problem with Illegal Characters in SQL Server Assembly
I am working with Directory.GetFiles in C#.This code is turned in开发者_如何学运维to an assembly which is then used in a T-SQL script.Here is the code line that I believe is the problem:[详细]
2023-03-16 03:06 分类:问答Understanding ASP.NET assembly reference management in Web.config file
I have a simple doubt: I have an external assembl开发者_开发问答y that I want to reference. I have an Asp.Net application. I want to use that assembly in my Asp.Net application.[详细]
2023-03-15 21:04 分类:问答How to create a .NET assembly with a strong name programmatically?
Is there a way to create a strong-named assembly using CSharp开发者_StackOverflowCodeProvider?You could also specify the /keyfile: option in the CompilerOptions property of the CompilerParameters you[详细]
2023-03-15 17:00 分类:问答VS 2008 Setup Project Uninstall from GAC issue
We have a solution with projects which dumps the primary output to the GAC. We need to do this because our software is a plugin for another application which may be installed anywhere and which may ha[详细]
2023-03-15 12:14 分类:问答