all groups > dotnet framework > december 2007 > threads for december 22 - 28, 2007
Filter by week: 1 2 3 4 5
Plugin Architecture
Posted by kris at 12/28/2007 9:46:34 AM
hello all
i am trying to make a pluggable application which can use plugin dll
savailable at some particular folder. i have searched for samples on the net
and have found some but am not very clear. if any of you can help me with an
easy example that would help me a lot.
thanks and regar... more >>
ExecXmlConfig: Error 0x800401f3: failed to initialize xml utilities
Posted by alexandis@gmail.com at 12/28/2007 8:04:37 AM
Trying to install Framework 3.5 on WinXP home edition. Fails!
Tried to uninstall MSXML 6.0 - framework installation downloaded it
from internet, installed into system32 folder and then - again the
same error..
Please, help - i need to install visual studio, but can't...
P.S. IIS is uninstal... more >>
Dot net 1.1 in Dot net 2.0
Posted by Nishanth at 12/28/2007 3:14:54 AM
I have a code that is compiled and runs in VS 2003, which i believe
runs 1.1 frameworks,
I want to know if we can do any of the following
1. I want to compile the code in 1.1 framework but run on 2.0
framework in the same machine, as I believe it is not possible to
configure VS 2003 to run ... more >>
interface vb.net
Posted by Philippe at 12/28/2007 2:08:01 AM
I look for the code in vb.net to interface with a regulated, and in the
middle of the screen an area that represents a white area of design... more >>
Link ENUM to a ComboBox
Posted by bern11 at 12/27/2007 11:25:21 PM
How do you link an numeration to a combobox? I have an enumeration
which I want to appear as the data source in the combo-box. Do I have
to skip the enumeration and create a bindable list object instead?... more >>
cannot get into hotmail
Posted by riley999 at 12/27/2007 3:18:02 PM
When I try to open my email after clicking on hotmail, I get a blank screen
and it says "done" at the bottom. This is the second day this has happened.
I recently did a spyware and virus scan and things look ok there. This is
the first time I have not been able to open my email. I have XP a... more >>
How can i make Refresh(rerender) on control in wpf?
Posted by Poly at 12/27/2007 1:53:48 PM
I have custom control, with my own render function, but i don't know how
to make my control to Refresh itself?... more >>
.NET Framework versions
Posted by fourstardave at 12/27/2007 6:31:00 AM
My control panel says I not only have .NET 3.0 but also STILL have 2.0, 1.1
and security fix for 1.1. I want to remove all but, of course, the 3.0 as the
rest (especially 2.0) takes up a lot of space. BUT is this safe? or am I
missing something?
HELP!
john ...with thanks in advance... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Use of idisposable interface.
Posted by Archana at 12/26/2007 11:06:17 PM
Hi all,
Can anyone tell me exact use of idisposable interface.
I read that to release unmanages resources its better to implement
idisposable interface and call its dispose method.
But what if without implementating interface idisposable i write
method dispose and call that method to rele... more >>
ConfigurationSettings.AppSettings always returns null
Posted by Andrew Hayes at 12/26/2007 10:46:00 PM
I'm not using One Touch or OpenNetCF, so none of the workarounds offered by
those search results work.
What I do have is a .NET 1.1 EXE which runs as a service on a machine
without IIS, and it used to work fine until I had to install .NET 2.0 because
of another application being installed. ... more >>
UDP Server scalability question
Posted by Ron Skufca at 12/26/2007 6:38:00 PM
I am implementing a UDP server to retrieve and process GPS coordinates from a
client application installed in various vehicles. Right now there are around
10 UDP clients sending data with that figure expected to grow to hundreds in
the future. The basic architecture is as follows:
1.) Clien... more >>
using System.Net and System.XML Question
Posted by newscorrespondent@charter.net at 12/26/2007 3:41:35 AM
My XML knowledge is extreemly limited but learning not quite fast enough!
I am getting some XML back from the USPS web service as a string
<?xml version="1.0"?>
<ZipCodeLookupResponse><Address ID="0"><Address2>6406 IVY
LN</Address2><City>GREENBELT</City><State>MD</State><Zip5>20770</Zip5><... more >>
BeginInvoke without EndInvoke allowed?
Posted by Norman Diamond at 12/25/2007 5:09:57 PM
BeginInvoke returns an IAsyncResult, but in cases where the caller doesn't
care and couldn't do anything even if it did care, I don't assign the
returned value and assumed it would be garbage-collected.
Some bloggers say that this pattern leaks resources.
MSDN doesn't seem to see a problem... more >>
Restarting windows
Posted by Alexander Vasilevsky at 12/24/2007 9:19:46 PM
How can I do it in NET?
http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas
discount
... more >>
Sending mail using Timer control in Global.asax
Posted by Manoj at 12/24/2007 3:31:01 AM
Hi Everyone,
System.timers.timer control is triggering every minute and it is
updating the application variable. But i am not able to send a mail when it
triggers.
please see the code below (Global.asax):
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
... more >>
MVC Framework - Routing
Posted by Chris Marsh at 12/23/2007 9:04:34 PM
All
I've just stated playing with the MVC framework included in the ASP .NET
Extensions release, but I'm hving trouble with the default settings.
I have created a default ASP .NET MVC Web Application, which includes a
default controller (HomeController) and two default views (Index and Abo... more >>
Version Question
Posted by Wayne at 12/22/2007 10:08:34 PM
I'm New to using .net and have downloaded and installed the 2005 Visual
Studio Express applications.
I currently have .net 1.1 & 2.0 framworks installed and am thinking of
downloading and installing the .net 3.0 framework. Is it advisable to
install to 2.0 sdk first? Do they all operate an... more >>
|