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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|