class-library
How do I call a service from within my Assembly?
I have a C# library. From within it, I want to call a stat开发者_开发问答ic method that exists within the same library but through Javascript. Can I use WebResource to call a C# method?You will have t[详细]
2022-12-25 07:16 分类:问答C# Class Library wont register for COM
I am trying开发者_JS百科 to gain access to a .NET class library in Microsoft Excel. To do this I know that the .NET class library must be registered with COM. So I tried going to my Assembly Info and[详细]
2022-12-25 01:52 分类:问答Where are config files for class libraries physically located?
My guess is that this question will fall under the category of \"duh\", but, nevertheless, I\'m confused.[详细]
2022-12-24 14:58 分类:问答How to have a class in a namespace that has the same name that is part of another namespace in a .net class library
ok...this gets confusing for me to explain, so i will show a class from one namespace and a seperate namespace...[详细]
2022-12-24 05:41 分类:问答How to automatically copy embedded resources from class library that is referenced by another class library?
Here is my project structure: Web Application Project Has project reference to Class Library 1 in same Visual Studio 2008 solution[详细]
2022-12-24 02:03 分类:问答how to call any method of Project from classlibrary?
I have Class Library Where a class of multithreading Of Producer and consumer based. private void WorkDeQueue()[详细]
2022-12-23 18:39 分类:问答WCF Service Library vs Class Library project types
What does a WCF Service L开发者_开发问答ibrary do that a regular class library doesn\'t? Edit: I posted my own answer. Am I missing anything? Are they fundamentally both just class libraries with a f[详细]
2022-12-22 23:12 分类:问答How do I put an ASP.NET website project and class library projects in one .sln file on Subversion
My company has several class libraries we use in mu开发者_StackOverflow中文版ltiple website projects (not web application projects). Website projects don\'t have .sln files, but I\'m sure I\'ve read i[详细]
2022-12-22 15:38 分类:问答Modifying platform/frameworks/base package
I\'m planning to开发者_如何学C modify some bits in the platform/frameworks/base project in Android Donut r2. The modifications are very small and goes into java packages android.graphics and android.t[详细]
2022-12-22 01:44 分类:问答How to create a C# session object wrapper?
How do I create a class library where I can get and set like the IIS Session object where I use var x = objectname(\"key\") to get the va开发者_如何学编程lue or objectname(\"key\") = x to set the valu[详细]
2022-12-20 21:20 分类:问答
加载中,请稍侯......