.net-assembly
How to reference external assemblies from an ASP.NET web site
I need to reference external assemblies from a dozen asp.net web sites. These assemblies won\'t be in the GAC, but will be located in a location relative to the web site (\"..\\..\\dlls\\release\").[详细]
2023-03-01 05:22 分类:问答How to call a specific method on an object after creating it via its constructor using reflection in .NET?
I have a WPF application that I want to launch using: Assembly.LoadFrom It works fine but after this, I am trying to call it\'s default constructor:[详细]
2023-03-01 02:27 分类:问答NSevriceBus Assembly Version Error
I have an issue when trying to load the NServiceBus assembly from a client machine. The software runs correctly from my development box but once rolled out I get the following error:[详细]
2023-02-28 14:09 分类:问答The type or namespace name 'commonlib' could not be found
my error is The type or namespace name \'commonlib\' could not be found (are you mi开发者_运维知识库ssing a using directive or an assembly reference?)[详细]
2023-02-28 01:34 分类:问答Where to find the assembly configuration information?
in AssemblyInfo.cs file I have following subection: #if DEBUG [assembly: AssemblyConfiguration(\"Debug\")][详细]
2023-02-26 19:18 分类:问答Assembly file renaming and Assembly.LoadFile
So here is the situation: I have an assembly called Lib1.dll. For some reason (not relevant to 开发者_C百科the question) I had to rename the assembly file name to Lib1New.dll, now while trying to loa[详细]
2023-02-26 02:58 分类:问答Execute code in assembly and access its objects
i have a difficult question: I want to write some code into a textbox and compile it at runtime, like \"Application.GetSystem().ObjectList.Count\" so that i can get the result and display it in anoth[详细]
2023-02-26 02:25 分类:问答Loading external web.config variables when invoking a method in an external assembly
I am using reflection to invoke a method in an ext开发者_如何学JAVAernal assembly. The external class / method is in a WCF data service.[详细]
2023-02-26 01:21 分类:问答How do I add assemblies to System.Web Assemblies? How do I derive the syntax?
I\'m trying to add a custom HTTP Validator as shown here.开发者_如何学GoI want many sites to share this implementation as an external library.That way as I discover newer/better ways to handle validat[详细]
2023-02-25 15:52 分类:问答how to declare ObservableCollecion in Silverlight Xaml
I want to add declarations for a Object with type of ObservableCollection in Silverlight Xaml. This is what I have done.[详细]
2023-02-24 23:53 分类:问答