all groups > dotnet framework > december 2007 > threads for december 15 - 21, 2007
Filter by week: 1 2 3 4 5
Problem Installing .Net Framework 3 or 3.5
Posted by Ralph Tomaccio at 12/21/2007 2:58:00 PM
I recently downloaded new software and in order to install it, .Net Framework
3.0 is required, which was part of the installer. During the installation
process it presented a window that said "Microsoft .Net Framework has
encountered a problem during setup. Setup did not complete properly."
... more >>
HttpWebRequest
Posted by Arne Garvander at 12/21/2007 11:56:00 AM
I am making a HttpWebRequest. In my reponse stream I get an object tag.
How can I instanciate that object?
--
Arne Garvander
Certified Geek
Professional Data Dude... more >>
Query DHCP via WMI via C#?
Posted by coconet at 12/21/2007 11:16:03 AM
I would like to see a .NET Framework 3.5 or 2.0 example of how to
query the DHCP server using WMI to list all current clients and lease
begin and end datetimes. I want to make a simple web page that shows
this information.
Thanks.
... more >>
How OS diffentiates COM dll and assembly??
Posted by Esha at 12/21/2007 9:24:00 AM
How OS diffentiates COM dll and assembly??... more >>
How to calculate the difference between 2 dates in days, months and years
Posted by Alexander Vasilevsky at 12/20/2007 9:13:34 PM
How to calculate the difference between 2 dates in days, months and years?
http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas
discount
... more >>
what are the disadvantages of reflection??
Posted by Esha at 12/20/2007 9:53:03 AM
I have used reflection to dynamically invoke methods and properties of the
classes(business logic)(each class has more than 20 prop's and methods...),
Entire application is designed using core values of reflection. Now i want to
implement the same in client's environment. Will this leads to pe... more >>
How .net webservice is better than J2ee webservice
Posted by Esha at 12/20/2007 9:45:02 AM
How can i recommend client that .net webservices are better than J2ee
webservices... more >>
DLL Path
Posted by jlnm at 12/20/2007 9:37:18 AM
Not sure if this is the correct area, but nothing else was more
appropriate. I have class libraries that may or may not load dlls via
reflection. The definition of how to load these resides in a
file.config.xml (but not the dll). Because the libraries are
ubiquitous, they can be GACd (preferr... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
BindingList and ArgumentOutOfRange when bound to DataGridView
Posted by Jim Balo at 12/19/2007 11:24:31 PM
Hi,
When I bind a BindingList<> to a DataGridView and then call RemoveAt(n) on
it, I get ArgumentOutOfRange. Could someone explain why?
Sample:
public partial class TestForm2 : Form
{
private BindingList<Person> _personList = new BindingList<Person>();
public... more >>
puzzled in Application manifest
Posted by Jeremy at 12/19/2007 4:56:21 PM
Got from MSDN that there's an element - assemblyIdentity in the application
manifest which describes and uniquely identifies the application owning this
application manifest.
What I'm puzzled is following attributes with this element:
1- processorArchitecture (optional), which specifies th... more >>
Need Telnet client Library for .Net
Posted by Alexander Vasilevsky at 12/19/2007 3:42:06 PM
Need Telnet client Library for .Net.
http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas
discount
... more >>
EnumWindows, VB.Net
Posted by Zamdrist at 12/19/2007 1:35:50 PM
I know that a callback function can be used to run the EnumWindows
function of WIn32 API in VB.Net.
My question is however...is there a strictly VB.Net way of doing this,
not using a callback function and the Win32 API?
i.e. What is the .Net *way*...or is there one?
Thanks... more >>
Type 'List' is not defined
Posted by Steve-o at 12/19/2007 9:16:34 AM
Hello,
I have a asp.net application that works fine locally, but when I try
and deploy it, it breaks with the error
Type 'List' is not defined
on the line
Public allFields As List(Of FormField) = New List(Of FormField)
I have imported generics Imports System.Collections.Generic
I ha... more >>
visual studio
Posted by dixitpuja3@gmail.com at 12/19/2007 8:44:38 AM
i am very nw user of visual studio. i am trying to install visual
studio in my laptop . i have tried several times but there is always
some problem or the other. i woud like to to give me a good link where
i can install visual studio 2008 and list of all the components which
is needed to install... more >>
Coder un serveur HTTP en DotNet 2.0 ( C#)
Posted by aaa.aaa at 12/19/2007 6:42:48 AM
Bonjour,
Je voudrais savoir si avec le DotNet framework 2.0, il serait possible
d'écrire une application windows service qui incorporait un serveur
HTTTP "embedded"( via code) sans passer par le serveur web IIS en local.
Le but de l'application serait de consommer des messages SOAP sur HTT... more >>
Installation problems on Win2K
Posted by Anil Gupte at 12/18/2007 5:07:39 PM
We are trying to install the .Net 2.0 framework on a Windows 2000 Pro
machine and it keeps kicking us out saying Windows Installer 3.0 is not
installed. However, even after we installed Windows Installer 3.0 it
continues to give the same message. We tried reinstalling Windows Installer
3.0... more >>
.NET Runtime Event ID: 1023
Posted by jas6062 at 12/18/2007 2:30:01 PM
Every time I run a .net application I receive the error box that pops up and
says the application has encountered a problem and needs to close. I receive
an Event ID: 1023 in the Application log from the source .NET Runtime with
the description ".NET Runtime version 2.0.50727.1433 - Fatal Exe... more >>
Creating a web setup project in .net 3.5 that targets to .net 2.0
Posted by Pooja at 12/18/2007 12:35:01 PM
Hi,
I have my 2.0 web application running in VS 2008. I added a web setup
project to the same solution and selected the template while creating the
project as: .Net Framework 2.0. After creating the .msi, I tried running it
on a different machine, which has .net framework 2.0. It prompts t... more >>
C++ vs CSharp vs VB benchmarks
Posted by tlicious@gmail.com at 12/17/2007 9:29:23 PM
I created two benchmark applications. One does a discrete Fourier
transform on a data series and the other is an implementation of
quicksort. Before entering the main section where all the work is
getting done, I save the start time using their respective tick count
function. When the work is co... more >>
About System.Process of .NET
Posted by Benny Lam at 12/17/2007 5:26:01 PM
Hi,
I have a question about System.Process of .NET in C#...
in this code:
static void Main(string[] args)
{
string filename = args[0];
Process p = new Process();
p.StartInfo.FileName =filename;
p.StartInfo.UseShellExecut... more >>
when hwnd is created ?
Posted by shark at 12/17/2007 12:13:31 PM
Hi,
My question is, when exactly window is being created? Let's assume that we
have user control placed on any form. Form's contructor create user control
and adds it to its controls collection. But when exactly this window is
created? When form window is created ?
I thought that it's crea... more >>
Assembly Binding and Visual Studio Projects
Posted by Chris Marsh at 12/17/2007 12:12:21 PM
All
I'm still grappling with assembly binding - hopefully I'll grok it soon :)
I create a strong named assembly. I add a reference to this assembly to a
project in Visual Studio. When I view properties for the assembly reference
in Visual Studio, I am informed (correctly) that the assembly... more >>
Weird double parsing
Posted by Jimmy at 12/17/2007 4:21:01 AM
Hi!
Simply put, the following code:
bool systemOk = true;
for (int i=0; i<10000; i++)
{
double s = double.Parse("-606,11");
if (!s.ToString("0.00").Equals("-606,11"))
{
systemOk = false;
Console.WriteLine("On iteration #{0}. '606,11' was parsed as {1}", i, s);
}
}
if (s... more >>
Type Safe Units of Temperature
Posted by Jeff Louie at 12/15/2007 11:10:30 PM
Here is a type safe unit of temperature that can be used to enforce type
safety at compile time.
http://www.geocities.com/jeff_louie/OOP/oop38.htm
Regards,
Jeff
*** Sent via Developersdex http://www.developersdex.com ***... more >>
High defintion photos
Posted by ascliff at 12/15/2007 5:53:01 AM
How to convert normal digital photos to high definition on Windows XP? I
need to change them so I can enter a competition. Is this possible... more >>
|