all groups > dotnet general > march 2004 > threads for tuesday march 23
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
Ignore please
Posted by Please Ignore at 3/23/2004 10:37:05 PM
Ignore please
crap@shaw.ca
... more >>
Active Directory Query with unique identifier
Posted by ricky.arora NO[at]SPAM icn.siemens.com at 3/23/2004 10:04:29 PM
I am querying and getting usernames from the AD using VB.NET. This is
working well for me. Now one user is selected out of all the users
from AD. After this selection is made, I want to get other information
(like email, phone etc) from AD for that user.
My question is that how can I then query ... more >>
TreeView Programatically
Posted by Prasanth at 3/23/2004 9:31:07 PM
how to do programmatically like this in IE web treecontro
Parent
Child 1 of parent
Child 2 of parent
Parent
Child 1 of parent
Child 2 of parent
any help is gr8... more >>
impersonating a user and starting a new process
Posted by Balamurugan KR at 3/23/2004 7:45:46 PM
I want to impersonate as different use and need to start a process
WindowsImpersonationContext impersonatedUser = winID.Impersonate(); // here
user is impersonated
Console.WriteLine("After impersonation: "+
WindowsIdentity.GetCurrent().Name);
myProcess = new Process();
ProcessStartInfo myPro... more >>
.Net memory management.
Posted by Hadi at 3/23/2004 6:53:09 PM
Hello,
I am trying to understand memory usage of our application. Our application
has bigger working set than the private bytes, while most app I think is the
other way around. What what does it means when the working set is bigger
than the private bytes? Sometime I see the private bytes is ho... more >>
MultiFile Assembly
Posted by BuddyHome at 3/23/2004 6:34:13 PM
Hello,
I want to build the following code into one multifile
assembly.
MyApp.exe
MyAppDll1.dll
MyAppDl12.dll
I want to create a new MyApp2.exe which has MyAppDll1.dll
and MyAppDll2.dll and MyApp.exe within it.
How do I do this with multifile assembly?
... more >>
Crystal Report Question
Posted by BuddyHome at 3/23/2004 6:33:48 PM
Hello,
I'm trying to display a report that has the following query
SELECT DonorName, Created_Date=MAX(Created_Date),
Amount=SUM(Amount)
FROM Donation WHERE Created_Date > 'Apr 06 2003' AND
Created_Date < 'Apr 05 2004'
GROUP BY DonorName
I then have a report which I want to show all the ... more >>
sql connection in web.config error saying "Provider" is not a valid keyword
Posted by springb2k NO[at]SPAM yahoo.com at 3/23/2004 5:06:33 PM
I am now all of a sudden getting an error in this sql connection
string, saying that the Provider keyword is invalid:
<add key="MM_CONNECTION_STRING_isox"
value="Provider=SQLOLEDB;SERVER=xx.xx.xx.xx;UID=xx;PWD=xxx;DATABASE=xxxx;"
/>... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DataTable and Row Numbers
Posted by Jason Callas at 3/23/2004 4:59:11 PM
I have a datatable. I know I can call the method dt.Item(n) to get nth row.
What I need to do is, given a DataRow object, retrieve the row number. Look
at the sample code.
Dim dt As New DataTable
dt.Columns.Add(New DataColumn("symbol"))
Dim row As DataRow
row = dt.NewRow
... more >>
Service fails at startup - need more info
Posted by Per Bergland at 3/23/2004 3:59:54 PM
I've got a Windows Service written in .NET (1.1).
It works fine on most machines, but on our external W2KS web server,
with many unnecessary services stopped, the services simply fail to
start at boot time.
The System event log shows that the services didn't start "in a timely
fashion" and... more >>
Find all windows 2000 domains API
Posted by jayfischer91 NO[at]SPAM hotmail.com at 3/23/2004 2:50:41 PM
Does anyone know where I can find the .net api either c# or vb to get
a list of all domains on the LAN?
Thank You!... more >>
Dynamically Jitting methods?
Posted by codymanix at 3/23/2004 2:44:06 PM
If I pass an IComparer to the Array.Sort method is the Jitter able to inline
the comparer-method dynamically?
Theoretically it should, but does it actually do it?
--
cody
Freeware Tools, Games and Humour
http://www.deutronium.de.vu || http://www.deutronium.tk
... more >>
Using the BinaryWriter???
Posted by eric at 3/23/2004 2:36:09 PM
I am using the BinaryWriter to write binary information to the end of a file. When i write the info the string always starts with â–¡, so my string turns out to be "â–¡MyString", what am i missing here
--- Here is the code that i am using to make this happen, like i said, it works but when i use ... more >>
FileStream async access and FileStream locks
Posted by Natalia DeBow at 3/23/2004 1:32:10 PM
Hi,
I have a question in regards to using FileStream object in C# with .NET
Framework 1.1.
In my app, I have a server running under IIS and multiple clients connected
to the server. The server is a singleton. I need to create a log file for
the server and one per each connected client. ... more >>
adding rows to dataset using templates in datagrid
Posted by Amy at 3/23/2004 1:31:11 PM
I am sure this is suppose to be easy but I keep missing something. I created a dataset with one table. I have a datagrid made up of template columns. I use the footer to add records. I can do this fine using dataadapter and updating database. What I need to do in this case is create the all the... more >>
BUG TRACKING SOFTWARE - I don't have any bugs in my code, it's for a friend
Posted by Jim Douglas at 3/23/2004 12:06:58 PM
What do you use? I am looking for free, shareware, freeware, minimal cost,
anything that could help our process. I don't want to, but could create our
own. We have the big package from CA and can't find many in the company that
likes it.
Any input is apprecated, thanks!
Jim Douglas
htt... more >>
Access is Denied: Microsoft Data Application block
Posted by Simon Harvey at 3/23/2004 11:49:40 AM
Hi all,
I sporadically get the following problem when running asp.net applications
with the Data Application Block:
Configuration Error
An error occurred during the processing of a configuration file required to
service this request.
Access is denied: 'Microsoft.ApplicationBlocks.Data'... more >>
new project deployment choices missing
Posted by Fred at 3/23/2004 11:31:08 AM
I am a new user of VB.NET with no prior VB6 experience either. I may have an installation problem becaus
when I try to create a deployment project only a single icon is visible, "SETUP PROJECT"
My documentation says that there should be Setup Wizard, Cab Project, New Module Project
Web Setup P... more >>
VBULLiTen
Posted by mydasx at 3/23/2004 11:15:37 AM
Yo admin man!
Quicky question from a concerned "Microsoft Person". You have som
sweet forums w/ lots of information about MS products yet run
php/mysql based portal. Sup wit dat mang?
Craig Roc
-
mydas
-----------------------------------------------------------------------
Posted ... more >>
need an api to generate synonyms & stemmed versions
Posted by Shefali Sinha at 3/23/2004 10:56:09 AM
Hi,
I am working on a product that is hosted on Windows in the .net environment. I am looking for an API that I could use to generate synonyms and stemmed variations of words. In other words, this should take as input a word or a phrase, and return a list of synonyms and stemmed variations for t... more >>
What is wrong with BitArray.CopyTo()?
Posted by SpookyET at 3/23/2004 10:56:00 AM
For some reason the method reverses the array, which is very annoying. If
I put in 00001000 which is 8, i get back 00010000 which is 16. If I put in
00000100 (4), I get back 00100000 (32). This means that CopyTo is
useless, since I have to reverse it to get it right.
public static void Main(... more >>
Blocking javascript popup from WebBrowser control.
Posted by Hadi at 3/23/2004 10:50:22 AM
Hello,
Is it possible for me to stop JavaScript popup from a WebBrowser control?
Thanks,
Hadi
... more >>
Design question
Posted by Marty McDonald at 3/23/2004 9:23:43 AM
We'll create classes which are responsible for providing data to application
developers. Normally, the classes would use config entries for the
connection strings. ***App developers who use these classes should not have
to worry about where the data is or how the classes acquire the data.***
... more >>
Code protected
Posted by Pinky at 3/23/2004 9:01:09 AM
I am using VS .Net 2003 for a asp.net project. Somehow the code modules within the project are locked and I cannot edit the code. I am not using Source Safe, I am the only developer. Does anyone know how to unlock the code? Thanks... more >>
How can I send a simple email?
Posted by Jim at 3/23/2004 5:48:35 AM
I have a web application from which I would like to send a simple
email message. By this I mean that I want the application to generate
an email, like an alert when a user comes and completes a form, not a
link that opens a window on the user's browser....
There are a couple of ways that one ... more >>
Treeview
Posted by Prasanth at 3/23/2004 5:11:11 AM
i downloaded the treeview control from ms sit
(http://msdn.microsoft.com/downloads/samples/internet/asp_dot_net_servercontrols/webcontrols/
i'm using the treecontro
the following is my cod
<iewc:TreeView id="TreeView2" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="serve... more >>
Comparing two datasets
Posted by Kshitij at 3/23/2004 3:51:09 AM
Hi
How to compare two datasets? Is there any method available
I have two datasets with one table each.Both contains around 30,000 records.I want to check records which are not in second dataset but present in first dataset
Any kind of help is appreciated
Thanks in advance.... more >>
build only what is needed
Posted by interuser NO[at]SPAM hotmail.com at 3/23/2004 3:08:57 AM
Hi
I use .net 2002 framework 1.0
I have a huge .net solution consisting of many projects. Depending on
the case, each time I change different project(s)
It is extremely time consuming to build all projects every time I want
to debug. Isn't there a switch somewhere to tell .net to build only
wh... more >>
|