.net-assembly
Invoke the methods of the assembly is created by reflection from its owner in .NET
Iknowhow to create some object by reflection and pass some arguments. Dim assembly As System.Reflection.Assembly[详细]
2023-04-02 23:39 分类:问答Making TeamCity Version Match .NET Assembly Version
Right now our assemblies have a version number like 2.0.831.0.As I understand it, that\'s major version, minor version, date and build number.If I make a change and build again on the same day it\'s 2[详细]
2023-04-01 11:08 分类:问答System.Reflection.Assembly.FullName returning out of date information?
I replaced the EXE of a Windows service with a new version after stopping the service.The EXE is definitely the new version, and Windows Explorer Properties shows the new version.[详细]
2023-04-01 06:29 分类:问答Quite special PublicKey in .NET core assemblies
I\'ve noticed that core .NET开发者_运维百科 assemblies have PublicKey = 00000000000000000400000000000000. Not only it\'s shorter then those sn.exe allows to generate (min 384 bits) but also it has a l[详细]
2023-03-30 19:46 分类:问答SQL Assembly Error - Permissions in SQL Server 2005
What is this and how do I fix it: An error occurred in the Microsoft .NET Framework while trying to load assembly id 65816. The server may be running out of resources, or the assembly may not be trus[详细]
2023-03-29 04:40 分类:问答Decide class of object to be created from another assembly
I have a .net assembly that exposes a public class (named A) to be created other programs using reflection (Assembly.CreateInstance). For now, it works fine.[详细]
2023-03-27 20:42 分类:问答Powershell dll loading
I have a Powershell script that calls a method in a C# library. The library dll is loaded as: [Reflection.Assembly]::LoadFrom(\"$automationHome\\dll\\abc.dll\") | Out-Null[详细]
2023-03-25 05:45 分类:问答Use XSD file in XBAP application
In an existing Winforms application, I receive XML formatted data from a database query, and use a local XSD file to parse the resulting XML element.[详细]
2023-03-25 04:40 分类:问答Retrieve JIT output
I\'m interested in viewing the actual x86 assembly output by a C# program (not the开发者_如何学运维 CLR bytecode instructions).Is there a good way to do this?While debugging your application in Visual[详细]
2023-03-25 04:30 分类:问答How to programmatically check C++ DLL files and C# DLL files for references to debug DLLS to automate a testing procedure
I have run into this issue too many times and need this to be an automated approach: I have multiple DLL files that are constantly being built/changed that multiple projects use.[详细]
2023-03-24 16:22 分类:问答