all groups > dotnet general > may 2006 > threads for thursday may 11
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 31
SQL Server 2K5 and VS.NET: Order of Installation
Posted by Jeremy S. at 5/11/2006 3:52:03 PM
I'm about to install VS.NET 2005 and SQL Server 2005 on a new/clean
development machine (XP Pro/SP2 etc).
Is the order of installation important (i.e., which product should I install
first)?
Thanks!
... more >>
FileInfo, Getting File properties, particularly File TYPE
Posted by mike at 5/11/2006 3:30:01 PM
Hi,
I have been playing with VB.NET/C# for getting some general properties of a
fileinfo object. However, FileInfo object does not seem to expose some of the
basic properties like TYPE that used to be available in "FileSystemObject" of
ScriptingLibrary. For example the "TYPE" property should ... more >>
how can i create properties with array
Posted by Sukh at 5/11/2006 2:12:23 PM
How can I create a property in a class which can store value like
array. something like following
string []strName = new string[5];
public StrName[6]
{
get{ return strName[i];}
set{ strName[i]=value;
}
this is just a sample...
I hv one options indexers but is it possible i can use mul... more >>
Excel file delete from server
Posted by Murali via DotNetMonster.com at 5/11/2006 11:24:00 AM
Hi,
I am uploading the excel file to the server and reading the data and
dumping in to sqlserver.
Now i want to delete the excel file from the server, but i am getting a error
like "file in use..."
Cannot be deleted"
So, please suggest me how do i delete the file after inserting the data int... more >>
Error on Asp.Net page
Posted by ntuyen01 NO[at]SPAM yahoo.com at 5/11/2006 11:03:15 AM
Hi All,
I create a long form, (user have to Scroll down to Click the submit
button) on the form i have couple fields using the control
"RequiredFieldValidator". Now the user click on the "submit" button,
error will display if the user does not enter the required field (it
works fine), but the... more >>
Obfuscator question
Posted by John T. at 5/11/2006 10:09:31 AM
Hi all
I'm seeking for an obfuscator at a reasonable price.
Generally, obfuscators are very expensive. It is difficult for me, a single
programmer, to bear the cost of an obfuscator.
Therefore, I ask you to suggest a good obfuscator at a low price.
Thank you for sharing your experiences.
... more >>
Installing a Windows Service
Posted by SiJP at 5/11/2006 9:04:29 AM
I have created a windows service, and can happily install it and run
it, but this involves manually running the InstallUtil command line
tool for each installation.
Can this not be automated to run from within my MSI?
Thanks
(vb.net, vs.net 2003, .net 1.1, windows xp sp2)
... more >>
Object Serialization in 2.0
Posted by V at 5/11/2006 6:46:50 AM
Hi,
I am trying to ascertain if Object Serialization (binary or xml) has
been improved (new classes, or new ways) from version 1.1 of the .net
framework.
I pretty much know how to do that in 1.1, and am working on a program
which requires this. So before re-using the old concepts, i was try... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to replace(row value) / remove(rows) in DataTable
Posted by Niyazi at 5/11/2006 3:55:02 AM
Hi all,
I have a dataTable that contains nearly 38400 rows.
In the dataTable consist of 3 column.
column 1 Name: MUHNO
column 2 Name: HESNO
Column 3 Name: BALANCE
Let me give you some example first:
++++++++++++++++++++++++++++++++++++++++
MUHNO HESNO BALANCE
-----... more >>
Copying files with same right access
Posted by kiwi at 5/11/2006 2:30:27 AM
Hello:
I have a DLL that must update into a server. I want to make automatic
proccess that copy that dll from a directory(Ex: c:\update) to
application directory (ex: c:\application). Copy file is easy, but the
problem is that copying it does not get the same right access that app.
directory... more >>
ServicePointManager limit download?
Posted by Harold at 5/11/2006 12:56:17 AM
Hi,
I'm writing software which should download some files. I want to limit
the number of simultanioulsy downloads to two. I'm using the
ServicePointManager object for this. But I still can download more then
two files at the same time. When I use perfmon with the counter "Web
service/current ... more >>
|