all groups > visual studio .net general > september 2005 > threads for september 29 - 30, 2005
Filter by week: 1 2 3 4 5
New() in VS2005
Posted by michael at 9/30/2005 5:44:01 AM
So, I figured out that all the code produced by the IDE's desiger has been
moved to a seperate file (xxx.Designer.vb). I expected most of the
initialization code to be there, however, there was a noticable absence of
the new() method.
Where did new() go?
If I need to add a new(xx,xx,xx)... more >>
Re: C# projects building unnecessarily
Posted by Mark Rendle at 9/29/2005 3:38:26 PM
Basically, every time I run my solution, even if I haven't changed ANYTHING
at all, this one project (and thus all projects which reference it) gets
rebuilt and shows the "0 errors, 0 warnings" message instead of the "Project
is up-to-date" message. (The Output window doesn't get cleared, it j... more >>
vb.net error check
Posted by spen2 at 9/29/2005 12:54:58 PM
I need help with my error check
how di I check for square root of negatives in vb.net @ the user input
and display an error message
anyone please
spen
--
spen2Message posted via http://www.exforsys.com for all your training needs
... more >>
Recording a script that require NTLM IIS Authentication
Posted by Patrick at 9/29/2005 7:05:06 AM
How could I record a script that requires IIS6 NTLM Integrated Windows
authentication, having set up the username/password pairds in the desired
user group.
Currently even the first page fail (returning 401 error). I know I could
update the test script to use the specified user group- grou... more >>
Struggling with creating stored procedures.
Posted by drawnai NO[at]SPAM hotmail.com at 9/29/2005 3:32:32 AM
I can't find the drag drop functionality anywhere.
You used to be able to drag a stored procedure (with maybe 50
parameters,) onto a form, and it would then script it so you could copy
the code out. Is there a setting that I can do this with, in VS 2005?
... more >>
|