| Thread | Last Post | Replies |
|
| xml serialization via a memory stream | 25 Aug 2007 20:59 GMT | 1 |
I have encountered a problem with serializing a class using xml serialization and a memory stream. what i am attempting to do is serialize a class and the read the serialized string into an xml document.
|
| Calling CASPOL from within Installshield 12. | 25 Aug 2007 15:37 GMT | 3 |
I am trying to call CASPOL from within an install being created using Installsheild 12 Express using the Custom Actions. I have a custom action which calls CASPOL but I cannot get CASPOL to find the exe that I wasn to be used for adding the trust relationship.
|
| Looking for Ftp client class library for .net 1.1 | 25 Aug 2007 11:22 GMT | 9 |
I'm looking for a free, maybe open source, class library to access a remote ftp service from a C# application. Is there something on the web? Where can I find it? I've found the following:
|
| Problem: InvalidCastException When Casting Object As Generic Type | 25 Aug 2007 09:44 GMT | 1 |
I have written a Generic method that takes an object, a type, T, and returns a System.Nullable (Of T) depending on whether or not the object IsDBNull. It was working fine until I tried to pass a string as the object and my own custom Structure as the type, T. Then I received an ...
|
| Compile error when compiling with "ref" keyword | 25 Aug 2007 08:12 GMT | 2 |
I get the following error messages when compiling my code: The best overloaded method match for 'ByteArrayToStructure(byte[], ref object)' has some invalid arguments Form1.cs Argument '2': cannot convert from 'ref RESPONSE_STRUCT' to 'ref object'
|
| Different xml representations | 25 Aug 2007 07:20 GMT | 1 |
I would like to ask to ask why when I output some xml to the console window i get different encodings. for example, consider the following code. XmlDocument xmldoc = new XmlDocument();
|
| Questions about the DLR | 24 Aug 2007 19:19 GMT | 15 |
I need to create a desktop application using both C# and JavaScript. Is it possible? How can I do to have a DLR "up and running" on my machine? Which FW version shall I download and install? And which development environent shall I use?
|
| Combining Select Queries | 24 Aug 2007 16:57 GMT | 7 |
I am intrested in combining the results of the following 2 select queries into one to display data like this Count1 Date1 Count2 Date2 10 1/1/2007 6 1/2/2007
|
| .NET 2.0 - Sending Emails - Subject and Attachment Name Encoding Issues | 24 Aug 2007 14:29 GMT | 14 |
I have an e-commerce website that sends automated emails that contain an automatically generated PDF attachment. It's similar to this email sample: ------
|
| Obtaining Windows XP CD for back-up purposes | 24 Aug 2007 12:37 GMT | 1 |
HOW DO I BURN A CD OF MY WINDOWS XP FROM MY HARD DRIVE OR HOW DO I OBTAIN A GENUINE COPY OF THE XP CD WITHOUT PAYING FOR IT???? When I purchased my HP Pavillion zv6000 notebook I never received the Windows XP CD/USERS MANUAL and did not realize until now, 2 years after my
|
| Problem with the Manifest Tool executable? | 24 Aug 2007 10:03 GMT | 1 |
error PRJ0002 : Error result -1073741819 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\mt.exe'. The above error occurs when I attempt to build the Release configuration of my VC++2005 Win 32 DLL.
|
| Inner exception is thrown from Control.Invoke instead of "outer" Exception, framework bug? | 24 Aug 2007 09:16 GMT | 2 |
I have an application that calls an async delegate from the UI thread. The async operation throws an exception with an inner exception attached. When I get the callback in my form class I call this.Invoke(...) which throws an exception as expected. However, the
|
| ClickOnce application on terminal server | 24 Aug 2007 07:59 GMT | 1 |
Our company has developed a smart client application using C# and Visual Studio 2005. We distribute the application using the ClickOnce technology. ClickOnce works fine when the clients are desktops where the user is an administrator, but we're experiencing problems installing the ...
|
| Rendering Pictures with Web Forms vs Windows Forms from server | 23 Aug 2007 23:08 GMT | 5 |
Is there any significant performance difference using asp.net or vb.net to render a page of pictures, say 20 or so, from the original files sizes to thumbnail size when the files are located on a server. This would be an intranet with gigabit switch and cards. Only 3 or 4 ...
|
| Backgroundworker and ConsoleApp | 23 Aug 2007 19:06 GMT | 3 |
i´m using the backgroundworker in an Consolenapplication. For testing i write the current ManagedThreadid from Main, the Backgroundworker Dowork-delegate and RunworkerCOmpleted-delegate. i expected that the ids from Main and RunworkerCompleted are the saim - but they are not!
|