all groups > dotnet framework > august 2003 > threads for thursday august 14
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Windows Media Series 9 support for .Net framework ?
Posted by Magnus at 8/14/2003 9:17:13 PM
Hello,
I'm a student thinking of doing a final year
project based on visual studio .net (c#). My interest
lies on video streaming. I was wondering whether the
latest Windows media series 9 supports .Net (whether it
has a fully integrated API specially for .net). Thanks for
any input.
... more >>
Example for Custom IFormatter
Posted by Mike Strieder at 8/14/2003 7:40:48 PM
Hi,
im looking for a good custom iformatter example
thx mike
http://www.sellsbrothers.com/tools/SafeFormatter.zip
... more >>
How to get the MAC address
Posted by Roman Sallin at 8/14/2003 5:10:02 PM
How can I get the MAC address from the network interface card? Is there a
class in the .NET framework that does the job? I wasn't able to find
anything.
Thanks,
Roman Sallin
... more >>
Config Files and Custom Sections
Posted by Doug Ransom at 8/14/2003 4:20:45 PM
How can one add a section to their configuration file which allows for
whatever XML the author wants? The
System.Configuration.SingleTagSectionHandler doesn't work if I want my own
xml elements within the config file.
The config file mechanism seems really bizaree to me. I cannot understand
... more >>
Solution: .Net Hell and Version Control, unstable, irreproducable bugs.
Posted by Anthony Berglas at 8/14/2003 12:18:38 PM
What happens if you reference a System.Windows.Forms 1.0 when using a 1.1
CLR? Weird, unreproducable bugs deep within the runtime. Thats what.
But why would you want to do that? You wouldn't, of course. At least not
on purpose. But remember that assembly references now include the version
... more >>
who created a process?
Posted by Strahimir Antoljak at 8/14/2003 10:59:31 AM
Is there a way to find out the name
of the user who created a process.
Some kind of process property or method
that would report the user name how launched
it?
(but not Environment.UserName)
Thanks,
--
Strah
... more >>
Calling Oracle Functions
Posted by Steve at 8/14/2003 9:36:19 AM
Hi,
I am using the .NET Framework data provider for Oracle
and can't get anything to work when using Oracle
Functions. Couple of quesitons: 1) Do I have to declare
the output as REF CURSOR? If I don't then the error says
there is no store proc with this name? If I do, then I
always ... more >>
Global Assembly Cache ( GAC )
Posted by Nick Butler at 8/14/2003 9:34:54 AM
How do you programatically get a list of assemblies in the GAC?
It must be possible, becase fusion does it!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Debuging Attributes in c#
Posted by James Bolles at 8/14/2003 9:27:41 AM
I have visual studio and I am trying to create a
Attribute permission that is enforced when the method is
called. However, it is never being fired. I have
compiled the attribute cs in release mode, placed the dll
in the gac, and registered the dll with the caspol.
Still, it does not wor... more >>
Type Information
Posted by Paul Cavacas at 8/14/2003 9:10:50 AM
I have an abstract class MasterReportColumn. I then
have several classes that inherit from this a few
examples are InvoicedCasesColumn and QuotaCasesColumn. I
then have another Column that inherits from
MasterReportColumn called MasterPercentColumn. The
constructurer for this column t... more >>
Framework 1.1.4322 redist
Posted by Fabrizio at 8/14/2003 5:02:49 AM
I need to install the redist version of Framework 1.1.4322.
what's the website to use for this purpose?
thanks,
Fabrizio... more >>
|