Any Reason NOT to Provide (Publish) Application Only Available
Online?
Mon, 15 Mar 2010 14:03:22 -0700 (PDT)
All,
I could use some big-picture guidance here. I have written a timer
application for 35 users. I was originally planning to have the
application installed on each user's PC, but now I'm wondering if I
can skip that - and some headache.
The application essentially starts a timer when the user clicks a
...
|
LINQ to XML - what am I doing wrong
Sat, 13 Mar 2010 17:10:00 -0600
This is my XML file:
<?xml version="1.0" encoding="utf-8" ?>
<Profiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://schemas.mycompany.com/MyApp/2010/03/MySchema">
<Profile id="0" name="MyProfileName1">
<Entity name="EntityName1" type="EntityTypeName1">
<Shared>
<Pr ...
|
Visual Studio 2010 RC - what's the licensing?
Sun, 7 Mar 2010 01:40:34 -0600
I looked all over MS sites and found all kinds of download info, system
requirements, everything in the world you could possibly want to know
about the Visual Studio 2010 RC, except, when you install it, how long
is it good for? What's the licensing?
I get nada.
--
MilesAhead
"I'm not afraid to die, I just do ...
|
error code ox800cccod
Fri, 12 Mar 2010 15:35:01 -0800
How can I get rid of false error warning window which says,
unable to send or receive messages for POP3 account
Host POP3 could not be found
Verify server name correct
Server POP3
Windows live mail error I/D ox800cccod
Protocol POP3
Port 110
Secure (SSL) No
Socket error 11001
Although this shows ever ...
|
Working with RDP Plug-ins
Fri, 12 Mar 2010 09:50:26 -0600
I've been working on an RDP plug-in solution written in C#. The concept came
from a CodeProject article. I encountered a problem in testing and so
opened a case with MS. Rather than looking into the problem they cited a KB
article http://support.microsoft.com/kb/841927.
My question is, does anyone have an ...
|
Enabling jit debugger
Fri, 12 Mar 2010 10:52:56 -0000
Can someone tell me **exactly** where in the machine.config file that I
place the
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
entry.
An example script snippet would be more helpful than a general
"under system.windows.forms bit" answer.
TIA,
mick ...
|
graphics in c# console application
Thu, 11 Mar 2010 03:11:31 -0800 (PST)
hi;
i want to set a picture to the console application if u know how plz
answer me
i know how to chang the background color but i dont know how to set a
picture to it
thanks for all answer ...
:) ...
|
|
|
Out of Office settings 2007 outlook
Wed, 10 Mar 2010 21:50:01 -0800
Out of Office settings cannot be displayed, because the server is currently
unavailable.
2007 office
just had Exchange service pack 2 installed and hot fix KB970892
I did a Test E-mail AutoConfiguration test all ok ...
|
Multi-threading question
Wed, 10 Mar 2010 19:04:59 -0800 (PST)
Here's the question - I've created a program that has multiple
threads. Some threads use the same file. In order to avoid memory
corruption when multiple threads access the same file, I use a "lock"
around that block of code so only a single thread can access the file
at the same time.
Someone asked me if the ...
|
Find sub-list from a generic list
Wed, 10 Mar 2010 18:58:38 -0800 (PST)
Given a generic list of items, when each item has some attributes such
as name, age, etc.
How to get a sublist of the items filtered by an attribute, (say age =
40)?
I can only think of looping through each item on the list, and check
to see if its age is 40. Is there more efficient way(s) to do this? ...
|