all groups > dotnet academic > august 2005
Problems building a proyect
Posted by filo666 at 8/29/2005 6:50:02 PM
Hi, I've just finished my project, but when I press the build option appears
an error:
"There is a circular dependency in the target dependency graph involving
target "build""
Could someone help me...
TIA... more >>
configuring IIS 6.0 in a C# app
Posted by Marshall at 8/25/2005 11:00:04 AM
There are a number of ways to programmatically create and configure web sites
in IIS 6.0. Is there a way, other than parsing the metabase.xml to have
complete control over IIS config in a C# app?... more >>
Not installed for this user 2003
Posted by rico at 8/23/2005 5:16:03 PM
Like the other thread I can't get VS2003 to launch. It says it is disabled.
My issue is I am trying to transfer my copy from an old computer to a new
one. With failure, I cannot even uninstall from the new computer. Does anyone
from MS actually read and assist in these groups or am I a victim ... more >>
Updateing Datetime field
Posted by TnCoder at 8/23/2005 11:38:53 AM
Hi;
I have a pocket pc app that allows users to select a date. The selection
is in a string format; example: 08/21/2005. When I try to update the
database, the date is put in as 01/01/1900 00:00:00. My SQL code snippet is:
Admit_Date = convert(datetime," & tempdate & ",120)
Where Admit_... more >>
crystal reports
Posted by Slawek Weclewski at 8/22/2005 7:46:58 PM
Does anybody deploy an application using Crystal Reports.NET? I did created
small app and wanted to show my friends, but it didn`t work (if somebody
hasn`t installed VS.NET.).
Does a license code for Crystal Reports (vs.net ->help->about) doesn`t work
in MSDNAA license VS.NET?
p.s. I want ... more >>
internet connection
Posted by Ceili at 8/21/2005 1:37:01 PM
Hope someone can help me please. I was trying to down load updates which was
taking a long time. My internet connection disconnects after 20 minutes and I
have to start all over again. How can I set it for much longer. I have
windows xp.... more >>
C++ .Net Simple Math Calculation
Posted by Ronin at 8/17/2005 1:57:02 PM
Group,
I'm trying to add 2 textBox text... but some how does compile properly at
all...
textBox3->Text = textBox1->Text + textBox2->Text;
How would i fix this issue? Please HELP
Ronin... more >>
Simple Q - navigation not showing in bound textbox!
Posted by Suzie at 8/14/2005 5:19:02 AM
Hi!
I am newbie to Vb.net, so pls excuse if the Q seems silly! It is to
illustrate a problem i am having with navigating through a dataset table, and
having the bound text fields not showing the current record, but being stuck
on the first record permanently!
[If I create the connection,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Performance Issue
Posted by Tim at 8/12/2005 12:27:01 PM
Greetings,
I just loaded a trial version of VS.NET Professional on Windows XP. At
first I was getting errors that debugging could not start on server, and
offered me an option to stop debugging, do not stop debugging, or ignore.
For the first 30 times, I selected no, "Do not stop debuggin... more >>
How to check whether the value is a whole number not?
Posted by Siew Yee at 8/12/2005 2:35:05 AM
Hi,
Does C# provide a method to check/validate whether the value is a whole
number not?
Thanks.
Regards,
Siew Yee... more >>
Text missing in Msg and list Boxes
Posted by wchick at 8/12/2005 12:49:03 AM
Installation of Visual Studio .NET 2003 went without any errors onto my XP
laptop.
However when I run a Windows application, although I get no errors and the
applications run normally, text does not appear in any text boxes or message
boxes (not even in the title or the "OK" in the OK button... more >>
sqlDataAdapter Error
Posted by joseph micheli at 8/10/2005 5:36:49 PM
I have the following code attached to the click event of a button. It fails
on the line "da.Fill (ds, "Results") The error is below the code. Any
suggestions would be greatly appreciated. Thanks.
Dim cmd As SqlCommand = SqlConnection1.CreateCommand
cmd.CommandType = CommandType.T... more >>
Cybersitter incompatible with .Net Framework?
Posted by ssejohn NO[at]SPAM netscape.net at 8/9/2005 7:01:53 AM
Actual trouble ticket follows. Reference DEJ-83192 to
support@cybersitter.com I'm not a programmer, I've rudely crossposted
this, and I apologize for all of that. I'm quite sure anyone here can
point out many inconsistencies etc. I'm asking for folks here to
download cybersitter and determine... more >>
Files system
Posted by abid NO[at]SPAM darinfotech.com at 8/7/2005 1:48:01 AM
converst fat32 to ntfs... more >>
Capturing Text from CAPTCHA Images
Posted by Krishna Kumar at 8/4/2005 12:00:00 AM
Hai all,
I am doing a project in .net and in that project I have a problem in
capturing text from an image. i.e images like CAPTCHA images . which has
inbuilt text with in the image.So, Can any one suggest me how to continue
my work or give their valuable suggestions for capturing ... more >>
On the sleep()
Posted by hohhot at 8/1/2005 9:06:03 PM
Hi, everyone,
I have a question on the sleep() function.
the prototype for sleep() is
VOID Sleep(
DWORD dwMilliseconds
);
dwMilliseconds
[in] Minimum time interval for which execution is to be suspended, in
milliseconds.
But 1 milliseconds is too long for me, I need a short va... more >>
|