assemblies
Controlling Access to .NET Assemblies
I have a group of dlls for WCF services. The contain contracts, interfaces etc. I would like to reuse this code in the API (client side) but don\'t want the consumers of the API to use thes开发者_JAVA[详细]
2023-03-26 09:10 分类:问答Proxy credentials for programmatically web service proxy class
I am having problem to consume a WebService programmatically, using the WSDL under a squid proxy. My application is build in c# .net. I compile an Assembly from the XML, after import the service descr[详细]
2023-03-25 19:02 分类:问答How to avoid Assembly.LoadFrom blocking?
I create a .net dll on the fly with codedom then I load it with Assembly.LoadFrom like this: Private Sub Test()[详细]
2023-03-25 10:42 分类:问答C# Using Assembly to call a method within a DLL
I have been reading a lot about this - I feel like I\'m very close to the answer. I am simply looking to call a method from within a dll file that I have created.[详细]
2023-03-25 10:40 分类:问答register C# assemblie and use functions in SQL Server
Suppose I have a static class in C#: public static class Math { [Microsoft.SqlServer.Server.SqlFunction][详细]
2023-03-25 08:27 分类:问答How can I use a dll from GAC inside Web User Control
Actually my objective is; Create asp.net web service (namespace ws, class Service1) Create dll from web service[详细]
2023-03-25 02:27 分类:问答Auto-versioning assembly ignoring code changes brought in from SVN?
I have been having this issue for a while and maybe someone in the community can assist...basically I have auto-versioning configured for my assemblies \"<Assembly: AssemblyVersion(\"2.3.0.*\")>[详细]
2023-03-25 02:05 分类:问答WCF service in a precompiled web application - Could not load file or assembly
I have a solution which contains multiple WAPs (Web Application projects). Every WAP has it\'s own Web Deploy project in order to be able to precompile these sites.[详细]
2023-03-25 01:55 分类:问答How to prevent EF4 from dynamically loading all assemblies
We use ClickOnce with dynamic assembly loading. I recently added an EF4 model to a \"Model\" project within the solution.[详细]
2023-03-24 21:28 分类:问答How to register Assembly .net 4.0 in windows 7 GAC?
Hi i\'m using vs2010 to create a .net 4.0 assembly that i pretend to register on the GAC. 开发者_Go百科i can\'t find the gacutil and don\'t know ho to register an assembly on the 4.0 GAC[详细]
2023-03-24 18:13 分类:问答