all groups > dotnet general > march 2007 > threads for friday march 2
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
bug in System::DirectoryServices::Protocols::BerConverter::Decode?
Posted by Jeremy Chaney at 3/2/2007 3:59:16 PM
I'm trying to use the BerDecoder, but even in the simple sample below, I get
the exception "The "format" string contains an invalid character."
Here is my sample code:
byte[] integer1 = {1,2,3,4};
byte[] integer2 = {5,6,7,8};
Object[] data = { integer1, integer2 };
byte[] encodedBytes =
... more >>
small problem with ASP 1.1 version problem in IIS6
Posted by ChiWhiteSox at 3/2/2007 2:43:06 PM
hi all
on our IIS6 we tried to update the asp version of a particular website from
1.1 to 2.0. Leaving other sites on the same server as ASP version 1.1
But when we go to the client and check our other sites from the same server,
it's not able to do so or that famous msg, "Page cannot be... more >>
Create Update DS
Posted by Ornette at 3/2/2007 1:08:26 PM
Hello,
I have a stored procedure which generates some values in the table.
When I use update() how to populate the dataset with theses values ?
For the moment I use output parameter but it just works for 1 row and as the
dataset doesn't have the value I should put it after and the rowstate ... more >>
Content Management Solution for Furniture Reseller?
Posted by clintonG at 3/2/2007 11:56:51 AM
No e-commerce is required. The prospective client is asking for "content
management" e.g.managing photos and product descriptions and so on. During a
brief telephone interview I learned the client has a page design layed out
they want to retain but their developer left town or some such thing.... more >>
Money 2005 cannot add new banking accts
Posted by Wayne at 3/2/2007 6:30:08 AM
Been using Money 2005 without problem until recent. Suddenly, I can no
longer add new banking accounts even though I only have 10 or 11 existing
accounts. When I click on "add new account" , it goes to the page titled
"choose acct. type" but goes into a "frozen" state with the "time out" hou... more >>
media centre/ data dvd
Posted by Su neil at 3/2/2007 6:09:25 AM
My media centre will only let me create data dvd's and not slideshow dvd's
can anyone help with a solution.
I have a dell dimension 9150 and media centre 2005... more >>
download more than one file at a time
Posted by ajash.pv NO[at]SPAM gmail.com at 3/2/2007 4:37:07 AM
i wana the source code of down load more than one file at a
time("filesave as" show only one time and i wana to store more than
one file at same destination)
any way for this....
Dim file As System.IO.FileInfo=New System.IO.FileInfo("path of file")
Response.AddHeader("Content-Dispositi... more >>
Extract a Cabinet File ???
Posted by f0zzyNUE NO[at]SPAM googlemail.com at 3/2/2007 4:11:21 AM
hi,
i need to extract a cabinet file (.cab) within a .net application ...
are there some classes in the .net framework that support extraction
of these archive files or can somebody recommend a working third party
product for that issue?
thanks in advance
CHris
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Whats the best way for a child class to know about its parent class
Posted by moondaddy at 3/2/2007 12:10:53 AM
I'm using WPF and c#. Whats the best way for a child class to know about
it's parent class? For examle
class ParentClass : CollectionBase
{
// code...
class ChildClass
{
// code...
void SomeMethod()
{
if(myParentClass.Count>0)
{
//do something
}
}
}
}
... more >>
OOP: mutliple references to same Object: how?
Posted by Pieter at 3/2/2007 12:00:00 AM
Hi,
In my object oriented application (VB.NET 2.0, Windows Forms), a lot of
objects are opened in different forms by a user. For instance (a stupid
exemple, but it shows the easiest what's happening):
-> two instances of the Company-Object: MyCompany1 and MyCompany2, both of
them are poit... more >>
|