| Thread | Last Post | Replies |
|
| What DLL has a strong naming problem? | 20 Aug 2007 17:32 GMT | 2 |
Hi; I am getting the error: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2721, 9): error MSB3217: Cannot register assembly
|
| IMetaDataImport::GetFieldProps getting a type | 17 Aug 2007 18:51 GMT | 1 |
The documentation for GetFieldProps indicates I can get the type of the field from the second parameter (pClass [out] A pointer to a TypeDef token that represents the type of the field.) Unfortunately, it appears that it is returning the type of the class in which the field is ...
|
| ResXResourceWriter | 17 Aug 2007 01:47 GMT | 6 |
I am trying to use a resx file for a bitmap for a BizTalk functoid on .NET 1.1 with SP1. The trouble is that the ResXResourceWriter class does not appear to be part of the System.Resources namespace!!!
|
| Uninstalling from Global assembly cache | 08 Aug 2007 04:37 GMT | 4 |
I am trying to install and uninstall assemblies from GAC. I created a batch file which has following command in it: gacutil.exe /if MyCommonAssembly.dll Above command successfully installs MyCommonAssembly in GAC.
|
| Binding to XPath with prefix in GridViewColumn? | 07 Aug 2007 03:26 GMT | 6 |
I have a ListView with an ItemSource that is bound to some XML, via {Binding Xpath=...}. The ListView.View is defined with a GridView. In the individual GridViewColumn elements, I'd like to specify DisplayMemberBinding, and bind to the various XML elements. If my XML is ...
|
| the questions about FCL | 03 Aug 2007 19:53 GMT | 1 |
I am very interesting in FCL, so my questions are : 1. how many persons developed the FCL ? 2. For develop the FCL,which language was used to develop the FCL? C ,C++, or others ?
|