Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > january 2007 > threads for january 15 - 21, 2007

Filter by week: 1 2 3 4 5

Interop-Question
Posted by Axel Gallus at 1/21/2007 8:47:27 PM
I am using a C++ unmanaged dll, with which I load images. Those images are then exposed as RGB Bitmaps in Memory. Furthermore I have written the core of my application in C++ managed .Net. I am now looking for a possibility to proccess this image in my managed net. core and therefore woul...more >>


Quickbooks horror with Netframe 1.1
Posted by Richard at 1/21/2007 12:57:05 PM
I never catch a break with Intuit products. I d/l and tried to install 2007 quickstart Quickbooks. During the install it wants to install Service PAck 1 for 1.1 - and I get an error: fatal Execution Engine Error (0x7926e63b). Intuit says uninstall & reinstall NF 1.1 - I did - and no help -...more >>

Serialization Issues and bloated objects
Posted by Shkedy at 1/21/2007 8:29:00 AM
Hi, I am using the ASP.net Profile frameowrk to provide functinalitty for my site. One of the object I am serializing is a class I created called Member containing some integer, datetime and string members. In addition it contains a typed list of other type of object called Policy with typical...more >>

Getting a response from a WebRequest with an exception?
Posted by Mark at 1/21/2007 5:22:52 AM
Hi, I have a web site that returns a 401 (access denied) if the login details are incorrect. WebRequest.GetResponse correctly throws this exception and I handle it, so no problems there. However, the web site also provides additional information with the 401 (e.g. "another administrator is curre...more >>

Random Number Generator Problem
Posted by Giovanni at 1/21/2007 12:42:00 AM
Hi all, I cannot seem to solve this problem: I am attempting to generate a unique filename with the help of the Random Number Generator (RND.Next.ToString). All seems to work fine except that one third of the time, I get duplicate file names; this poses a critical problem for my ap...more >>

HowTo Convert Array of Array to BLOB
Posted by Scott at 1/20/2007 8:38:56 PM
I have an array of an array of doubles and need to save this as a single byte array. Then save this byte array as a BLOB to an SQL 2005 database. Array allocation code shown below: Array myArray = Array.CreateInstance(System.Type.GetType("System.Double[]"), 3); Double[] dblArray...more >>

Help with CLR security
Posted by Robert Ellis at 1/20/2007 5:02:02 PM
Hi, I would be grateful for advice on the following. Server 1 (Windows 2003 Server) COMSRV1 VB6 COM ActiveX EXE NETSRV1 .NET (VB2005) .DLL Workstation 1 (Windows XP Professional) APP1 VB6 Standard EXE application APP1 calls COMSRV1 using DCOM. This works fine for Do...more >>

XmlSerializer and bloated formatted XML
Posted by Michael Per at 1/20/2007 1:32:57 PM
I'm using the XmlSerializer to serialize an object to an xml file. When I look at the file I see that the xml produced is nicely formatted for a human eye. It has line breaks and indentations (as series of white spaces). Unfortunately all these formatting niceties aren't free. An xml that would ...more >>



FTP File upload, damage.
Posted by Dexter Drupsteen at 1/20/2007 8:20:00 AM
Hi Everyone, I'd like to ask you what goes wrong in my program. Its a simple Ftp uploading program, designed to upload just one file (a *.exe), as it does. But if I copy the same file back to my desktop and run it I recieve error codes like: C:\.....\test2.exe The NTVDM-CPU recieved an inval...more >>


DevelopmentNow Blog