all groups > dotnet general > march 2006 > threads for thursday 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
What will Sinofsky mean to dotNet?
Posted by John Mark Howell at 3/23/2006 9:40:06 PM
I'm just tossing this out there, but now that Sinofsky is in office, does
this now mean that the dev and os groups will now get the same crappy
interoperability and lack of innovation that the Office suite has?
--
John Mark Howell
blog: http://jmarkhowell.blogspot.com/
... more >>
Unable to serialize the session state.
Posted by Tim at 3/23/2006 4:43:01 PM
Could anyone tell me what this means and how do I correct it. Any
suggestions? Thanks!
Tim Richardson
IT Developer and Consultant
www.paladin3d.com
Unable to serialize the session state. In 'StateServer' and 'SQLServer'
mode, ASP.NET will serialize the session state objects, and as a res... more >>
Need advice about using ASP.NET Profile Provider
Posted by va at 3/23/2006 4:31:01 PM
I realize that ASP.NET profile provider is used to create a strongly typed
storage of data that can be used like Session variables but can survive
beyond sessions.
In my ASP.NET 2.0 application, I am thinking of using the ASP.NET profile
provider and its the binary storage capability... more >>
Reading the first file from a directory.
Posted by Craig Vermeer at 3/23/2006 1:05:10 PM
Hi All,
I have a program that's using the file system as a queuing mechanism,
and it's consuming an inordinate amount of CPU time when the file system
queue gets all that large (any more than a thousand or so messages in
the queue).
I know why. It's because my code to grab a single mess... more >>
MapPoint 2006
Posted by Go Mobile at 3/23/2006 12:49:31 PM
Will MapPoint 2006 support programming in C#.NET in VS 2005 without the need
to jump through the hoops with COM? I would really like to see a .NET
friendly version of MapPoint on the desktop because the pricing for the
MapPoint Web Service puts many useful projects into the red on ROI. Thank... more >>
Using C#.NET to talk to a non-windows device via IrDA
Posted by Robb Gilmore at 3/23/2006 11:28:43 AM
Hi,
I need to write a C#.NET PC application that can talk to a non-windows
device using a USB-IrDA adapter. I have been searching for information about
how to do this, and the bext info I have found is at this link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/irda/ird... more >>
ASP.NET 2.0 Crystal reports failing on server
Posted by Mike at 3/23/2006 11:19:10 AM
Hi
We are developing an ASP.NET 2.0 application and using the in built =
Crystal report system that it comes with.
We have everything running fine on our development server but when we =
publish the site to our production server - as soon as we visit the site =
to test it we get a horrible ... more >>
StringBuilder limitations?
Posted by EricD at 3/23/2006 8:35:34 AM
Are there any StringBuilder limitations that I should be aware of?
I'm trying to read a 2,261 byte file into a StringBuilder object with:
string fileName = info.OutputFile;
FileStream fileStream = new FileStream(
fileName, FileMode.Ope... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ObjectSpaces
Posted by ano at 3/23/2006 5:46:37 AM
Is it true that ObjectSpaces are cancelled?... more >>
using 1.1 with 2005
Posted by richee at 3/23/2006 4:30:29 AM
Hi all, i got a bit of a stupid question, but there you go...
I wrote some pretty simple apps using visual studio 2005 .net 2 but i need
them to work with 1.1. I only did them in 2 because that was the only tool i
had available at the time but now need them to work with 1.1 i didnt use any
... more >>
Icon
Posted by Dean at 3/23/2006 4:03:16 AM
Hi everyone,
Does anyone know how to save an icon I know how to save a text file but
I don't know how to creat a icon file.
OR
Does anyone knows how to save an image like if I load a image then I
strech that image and then when I click Save it would save the image in
"C:"
Could y... more >>
Ensurevisible doesn't work in listview when scrollable = false
Posted by Ben H at 3/23/2006 3:23:26 AM
Hello all
I'm using a listview in my app but I want to scroll the listview
programatically as I hate the look of the standard scrollbar.
So, the listview is scrolled programatically using ensurevisible, ie the
listview shows a maximum of 6 items and if I want to scroll down one I use
the... more >>
Nesting XSLT template and/or For-each to accomplish 3 levels
Posted by Neal at 3/23/2006 2:15:33 AM
Hi All,
I used an article on XSLT and XML and creating a TOC written on the MSDN
CodeCorner.
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/dncodecorn/html/corner042699.htm
However, it did'nt quite answer all my questions.
How would one create a 3 level TOC when each item level / node w... more >>
Multithread
Posted by daniele.amberti NO[at]SPAM gmail.com at 3/23/2006 2:01:29 AM
I'm trying to write a multithread application:
it will get different kind of data from DB, my intention was to create
different thread for each query.
I tryed to use the AsyncHelper.FireAndForget method u can easily find
on this goup but i wasn't lucky: I was able to crate threads but not to
... more >>
Ngen and .net framework 1.1 installation
Posted by Sameeksha at 3/23/2006 2:00:27 AM
Hi everyone,
I have observed that the ngen process appears in the list of processes
in
taskmgr while .net framework 1.1 gets installed. This process consumes
0-50%
of cpu and 0-20K of RAM.
I would like to know if this process can be a cause of slowing down
performance of a high speed applic... more >>
Macros coming from VS2003 not working right in VS2005
Posted by n4ixt at 3/23/2006 12:03:28 AM
I have two macros I used to use in VS 2003. I recently tried to import them
for use in VS 2005, but they don't seem to work. I open the macro explorer,
right click and do run, but it's like VS never calls the things. What the
heck am I doing wrong?
Maybe it's just the late hour but I've bee... more >>
Regex problem - any help greatfully accepted!
Posted by Martin Hart at 3/23/2006 12:00:00 AM
I have a connection string that I would like to extract a part from, but
my knowledge does not extend far enough to resolve my problem.
I can have strings like:
"Integrated Security=SSPI;Persist Security Info=False;Initial
Catalog=GestionNet00001;Data Source=localhost;MultipleActiveResultSet... more >>
how to format datagrid coloumns header text
Posted by jaffar at 3/23/2006 12:00:00 AM
hi,
i am developing an appllication, in this appllication i am using
datagrid . in this datagrid coloumns header text i want to change coloumn
header text in vertically
it means
datagrid coloum header text is like this
EmapId Name Dept
i need it as ,if we trun it with ... more >>
|