all groups > dotnet sdk > august 2007
CultureInfo.NativeName - can it be rendered?
Posted by David Thielen at 8/29/2007 2:52:09 PM
Hi;
How can I determine for a given CultureInfo.NativeName if the fonts are
installed on a system to render it?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
... more >>
What DLL has a strong naming problem?
Posted by David Thielen at 8/17/2007 3:40:02 PM
Hi;
I am getting the error:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2721,
9): error MSB3217: Cannot register assembly
"C:\src\kahuna\AutoTag\AutoTag2007\b
in\Release\AutoTag2007.dll". Could not load file or assembly
'WindwardReports, V
ersion=5.0.3.4, ... more >>
IMetaDataImport::GetFieldProps getting a type
Posted by jim at 8/17/2007 10:32:02 AM
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 defined. Is th... more >>
ResXResourceWriter
Posted by PeterW at 8/14/2007 3:24:02 AM
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!!!
Why is that?
And where do I go to update this library?
At the same time a book I... more >>
Uninstalling from Global assembly cache
Posted by Matt at 8/7/2007 12:24:02 PM
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.
But when I create a another Batch file which contains:
gacutil.exe /u MyCommo... more >>
Allow mis-matched versions in an interface
Posted by David Thielen at 8/5/2007 12:24:01 PM
Hi;
We have an interface in our library (our_lib.dll). Users can create classes
based on this interface that we then load when we are running.
The problem is each time we create a new version of windward.dll, the
version number changes and our_lib.dll is strongly named. So if the user has ... more >>
the questions about FCL
Posted by Jasling Xie at 8/3/2007 11:57:39 PM
Hi,
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 ?
Kindly to give me the answer...many thanks...
... more >>
|