all groups > dotnet general > september 2006 > threads for wednesday september 13
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
Source Safe notes and VS.NET
Posted by John Bailo at 9/13/2006 11:38:28 AM
Using VS.NET 2003 and sourcesafe.
When I check files into VSS using the client, it prompts me for a "note".
However, in VS.NET, it does not prompt -- so I forget to put in a note
for the change. How can I configure VS.NET to prompt me for entering
the source safe note?
--
Texeme C... more >>
updated regex for email validation
Posted by Jim Dornbush at 9/13/2006 10:57:45 AM
Has anyone seen an updated regex expression from Microsoft for the email
validation expression so that single quotes are allowed?
I've been using the canned regex for emails, but recently been informed by a
customer that the single quote is allowed as part of the email address (Mr.
O'Leary)... more >>
converting byte[] to image file
Posted by Raghu Raman at 9/13/2006 8:56:22 AM
Hi
i want to save the read the image file and show it on a image control of
a mobile webform .But the mobile control does not support html images
,so i am forced to use the server image control to show the read image.
i have the image available in a datarow which is read from db. As
cont... more >>
Socket Exception: A non blocking socket operation could not be completed immediately.
Posted by Rollasoc at 9/13/2006 7:24:52 AM
Hi,
We have a range of four products that can talk to our software (Written
in C# & managed C++) via ethernet. Using standard socket class.
This has all been working fine for a long time now, under DotNet 1.1.
We have now converted the project to DotNet 2.0
Unfortunetely, the code no l... more >>
Inheritance to Interface??
Posted by Nemisis at 9/13/2006 6:11:08 AM
Hi guys,
Still getting to grips with .NET 2.0, but i am getting alot better now
then when i started out, for that thanks to everyone on here!!
I have another question. I have a SQL Table called Documents, consists
of the following fields
id
name
forcompanyid
forcontactid
forprojectid... more >>
I'm searching for a development tool...
Posted by turghat at 9/13/2006 4:22:59 AM
Hi everyone.
My company (19 people) works on small/medium projects. We develop,
using .NET and Visual Studio, web or windows applications for business
and educational organizations. We divide the projects in small
groups... each one indipendent from others.
What's my problem?
Many of the... more >>
overriding a method of a different DLL
Posted by info NO[at]SPAM devdept.com at 9/13/2006 2:32:33 AM
Hi All,
I am trying to override a method declared "public virtual void" of a
different DLL.
Creating a derived class and declaring it as "public override void"
doesn't work. Where am I wrong?
Thanks so much,
Alberto
... more >>
Error look up in .NET
Posted by Krish at 9/13/2006 1:46:28 AM
Hi All,
I want to maintain a error lookup table (ErrorCode - Error Message) for
my application. Can anyone suggest the best way to do it.
One way would be to store it in a Database table. Is there any other
better option?
Can I use resource file for it? or some other option is there in .Net.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS.NET 2005 need help
Posted by ken at 9/13/2006 12:00:00 AM
Hi guys,
I dont know why my VS.NET 2005 can not work with Debug Mode anymore....
I have made any change of my VB.NET project (say exlarge a button size, add
some coding of "hello world"),
but I can't found those changing when I runing the debug mode ("Debug" ->
"Start Debug").
For now, I... more >>
|