| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
Only just noticed it is missing.
Can't believe it was intentionally removed but apparently so.
Why would anyone remove such a useful...
Bob
|
05-28-2006 12:09 PM
Terry | 5 | 16 |
|  | Dear Experts,
I'm relatively new to asp.net 2.0 and need some help on a very easy
thing.
I would like to store the result of the transformation in...
AT
|
05-28-2006 12:01 PM
Luc E. Mistiaen | 3 | 21 |
|  | with the below code, i try to broadcast events raised in server to
clients. everything is ok in lan environment. but when runs in Wan
environment...
Anthony
|
05-28-2006 03:59 AM
Greg Young | 1 | 31 |
|  | Greetings,
I am compiling a class with the CSharpCodeProvider, then compiling
a class which uses it, having troubles with the...
Quin
|
05-27-2006 05:47 PM
Quin | 0 | 17 |
|  | I have some code that worked fine with .NET 1.1 but something has changed in
2.0 that I don't see documented. I have the line:
foreach (FieldInfo...
Kevin Burton
|
05-27-2006 05:24 PM
Greg Young | 2 | 15 |
|  | Hi all,
Using C#, I've created a simple wrapper class for using Excel. I have
Office Pro 2003 installed on my devel machine. The wrapper class...
Michael Russell
|
05-27-2006 04:21 PM
Michael Russell | 1 | 25 |
|  | Hello Mattias,
Don't you remember the Visual Studio 4.0 :)) about 1996, with the Win95 :)
It was first version that I stated use in the University...
Michael Nemtsev
|
05-27-2006 03:57 PM
Michael Nemtsev | 0 | 13 |
|  | Is there a way in C# for a property to be Write-enabled from a certain
class and readonly from outside classes?
For an example, I have two objects...
AT
|
05-27-2006 09:40 AM
Barry Kelly | 1 | 20 |
|  | I am relatively new to advanced concepts in
OOP, though I am fairly comfortable working
in .Net. Have recently taken a 1.1 project
into VS2005, and...
Lew Burrus
|
05-26-2006 04:50 PM
Chris Jobson | 1 | 20 |
|  | If I'm building a schedule like log that contains lots of input
fields...is it better to enable the viewstate?
It's about 50 fields. Will enabling...
AT
|
05-26-2006 04:16 PM
Alvin Bruney | 1 | 29 |
|  | I'm using the Team Foundation Server Workgroup Edition with the server
being part of a workgroup (i.e. not a domain). When I use the Team
Explorer...
AT
|
05-26-2006 12:38 PM
AT | 2 | 22 |
|  | Hey all,
I have a setup / deployment project that is used to create builds for my web
project. I can very easily invoke this manually, in the IDE,...
Wade
|
05-26-2006 12:09 PM
Markus Stoeger | 2 | 16 |
|  | Hi
Get this error
"Ticks must be between DateTime.MinValue.Ticks and
DateTime.MaxValue.Ticks"
on a web site we built on Visual Studio 2003 ( .net...
John H
|
05-26-2006 10:14 AM
John H | 2 | 41 |
|  | Hi all,
Is there a way to retrieve the rowstate of a row in a datagridview
(added - modified - deleted - ...) ?
Does someone have some info on this...
Philipp
|
05-26-2006 09:08 AM
Philipp | 3 | 29 |
|  | Hi Everybody,
I am facing "Server Application Unavailable" problem with .NET
Framework 2.0
Earlier Framework was working fine, but one fine day it...
Aryan
|
05-26-2006 08:36 AM
Cowboy \(Gregory A. Beamer\) | 3 | 31 |
|  | Hi,
I want to create some sort of engine, that would read some keys from an xml
document
and for each key to create a property for the...
joe
|
05-26-2006 08:30 AM
Cowboy \(Gregory A. Beamer\) | 3 | 25 |
|  | Hi,
I'm customizing a COM app with .NET and my function is being called on a
worker thread. I'd like to show a dialog on the UI thread, is there a...
Steve
|
05-26-2006 06:32 AM
Vadym Stetsyak | 3 | 14 |
|  | Hi Adam,
How are you doing on this issue. I've taken a look at that article,
however, still haven't any clues on the related behavior in .net...
Adam Hughes
|
05-26-2006 05:57 AM
AT | 10 | 30 |
|  | Hi,
I'm starting a new project in VS.NET 2005 and I've found that Rational
XDE is not working with VS.NET 2005. I think XDE is a very good...
AT
|
05-26-2006 02:24 AM
AT | 10 | 30 |
|  | Hi
Is it possible to create a COM wrapper around a DOTNET DLL so that it can be
accessed from a .asp web page?
e.g.
Set wrappedDotNetObj =...
J055
|
05-26-2006 12:53 AM
AT | 3 | 13 |
|  | BACKGROUND: We've designed a Website for a client that will be
deployed across multiple physical locations. The site will be hosted
from a corporate...
Mike Hofer
|
05-25-2006 05:28 PM
Ray Booysen | 9 | 12 |
|  | At Design time, whenever I look for a value (In intellisense or in the Watch
window) for .Count of any of my generic based collections, I see...
Jav
|
05-25-2006 04:47 PM
Scott M. | 3 | 13 |
|  | Rencently we rolled out FW2 and now the Windows Installer no longer
functions. It gives fictitious error about being in Safe Mode. I have
try...
Robert
|
05-25-2006 04:42 PM
Robert | 2 | 12 |
|  | Thanks - good advice. They will be testing the application in a test
environment - maybe with something like VMWare Server - I'm not sure.
They are...
tstevenson (AT) assemblyvision (DOT) com
|
05-25-2006 04:17 PM
tstevenson (AT) assemblyvision (DOT) com | 3 | 11 |
|  | I want to compare types in a case statement.
ie.
Select Case dr(i).GetType
Case System.Double
' Double action here
Case System.Date
' Date Action...
Mike Edgewood
|
05-25-2006 02:47 PM
Mike Edgewood | 3 | 13 |
|  | Oh no! last night I decided to bite the bullet and install the vast
Microsoft .NET Framework 2.0 which is unfortunately needed for what
seems a...
Terry Pinnell
|
05-25-2006 02:44 PM
Terry Pinnell | 4 | 12 |
|  | I have this class, with 3 public methods:
MyAssembly.DLL
public MyClass
{
public void Method1() {;}
public void Method2() {;}
public void Method3()...
Robert Hooker
|
05-25-2006 01:00 PM
Greg Young | 3 | 16 |
|  | Try this: http://support.microsoft.com/kb/323076
"Willy Denoyette " wrote:
Kevin
|
05-25-2006 12:17 PM
Willy Denoyette [MVP] | 1 | 10 |
|  | Can you please help me to resolve the following issue:
I developed a windows service. At start up (I have overriden OnStart
method) it connects to a...
Sergey Krutous
|
05-25-2006 11:56 AM
Sergey Krutous | 0 | 10 |
|  | I have a user control that raises an event in the hosting page. I setup the
control and wired up the event in InitializeComponent(), and everything...
Alex
|
05-25-2006 11:39 AM
Alex | 1 | 13 |
|  | Hello All,
I found similar questions but no answers., please advise -
I use a TCPClient for sending data to a TCPServer.
The client opens a...
Carla
|
05-25-2006 09:50 AM
Goran Sliskovic | 9 | 10 |
|  | Hello,
I am learning .NET 2.0. I need to learn how to create documentation
from /// comments. I downloaded sample project XMLsample from Web and
I...
R.A.M.
|
05-25-2006 08:16 AM
Jay B. Harlow [MVP - Outlook] | 1 | 5 |
|  | Hi,
can u tell me how is that aspx works on vs 2005. what is defferance
between asp and aspx
thanx
k
krishjaya
|
05-25-2006 05:42 AM
Vadym Stetsyak | 1 | 15 |
|  | I'm new to side-by-side assemblies, and was unable
to find any reference as to whether a single running
application can access multiple versions of a...
bobcat
|
05-24-2006 10:57 PM
Shardool Karnik | 1 | 8 |
|  | Hi all,
I am trying to manipulate the unicode strings in a .rc file
programatically.
For example, if I want to read the .rc file, and then read the...
Patanish
|
05-24-2006 07:18 PM
Ben Voigt | 2 | 9 |
|  | Hi,
I want to create a DTD in an XML file in memory. The XML file is created
using the DOM in C#. I am new to all this, but couldn't find...
Michel Verhagen
|
05-24-2006 05:49 PM
Michel Verhagen (eMVP) | 4 | 9 |
|  | Hello, all.
I was wondering what is the right way to load an assembly
programmatiacally by name. For example, if it's Company.Library. Is
there a...
Ludwig Wittgenstein
|
05-24-2006 05:04 PM
Andrew Faust | 4 | 12 |
|  | Hi, I am creating an Addin for Excel and it has been working fine until now
and all of a sudden things went a bit perculiar and now everything is set...
Steve Lloyd
|
05-24-2006 03:41 PM
Phil Wilson | 3 | 10 |
|  | I have a third party component I've used in ASP.NET applications and
now have a need to use in a classic ASP website. I don't have the
source code...
AndyB
|
05-24-2006 03:01 PM
jimmy | 1 | 10 |
|  | Your User object and your UserCollection object are the objects which should
be able to be passed around.... You don't want the baggage of the...
AT
|
05-24-2006 02:41 PM
sloan | 7 | 9 |
|  | Hi all,
I try the following code to implement an interface as shown below:
I wonder why I do not have a compiler error since I should implement...
hulinning
|
05-24-2006 01:21 PM
hulinning | 0 | 9 |
|  | I'm having some serious problems with the TreeView control.
I've got a control that inherits TreeView and has some methods that
firstly create a...
Kristopher Wragg
|
05-24-2006 10:20 AM
Kristopher Wragg | 2 | 8 |
|  | I'm a bit skeptical whether to go full OO on a application I'm
designing.
Keep in mind, this is just an example.
Basically, I have a User class....
AT
|
05-24-2006 08:22 AM
Pieter | 9 | 10 |
|  | Hi,
The following link leads to a download for the MSDN Library May 2006 edition
consisting of 3 disk...
Gabriel
|
05-24-2006 08:16 AM
John Fisher | 1 | 11 |
|  | HAI ALL
I AM A STUDENT AND NEW TO WEB DEVELOPMENT
I AM TRYING TO CREATE A WEB SITE
IT REQUIRES STORING & ACCESSING ARRAY IN SEESION.
WHILE...
SAM
|
05-24-2006 08:14 AM
Cowboy \(Gregory A. Beamer\) | 1 | 43 |
|  | I have a VB.net application that executes the following...
Stephen Abdo
|
05-24-2006 02:54 AM
AT | 2 | 8 |
|  | Hi,
I have example code in my book. Basically what I do is to Open the port at
the highest possible speed (typically 115200 bps), with 8-data bits...
Dick Grier
|
05-24-2006 02:27 AM
SteveR | 1 | 10 |
|  | Hello everyone,
A few of my co-workers and I are working on a concept architecture at work
because our current system has many limitations and...
BravesCharm
|
05-24-2006 12:41 AM
Michael Nemtsev | 3 | 12 |
|  | Hi all,
I am using sqlconnection in .net and opening connection at the begining
of application and closing it at the end.
But some time i am...
AT
|
05-24-2006 12:38 AM
AT | 4 | 12 |
|  | Hi,
I am currently writing a custom sink in order to send application-level
objects to my middle-tier without having to send this information...
The Wah
|
05-23-2006 11:52 PM
The Wah | 0 | 18 |