| Thread | Last Post | Replies |
|
| Convert Array to Generic List and find object in list | 31 Aug 2008 20:04 GMT | 1 |
I am getting a generic list of objects from a webservice. The list is converted to an array by this process. How do I convert the array back to a list and is there any way of finding an object within the list via one it's properties. I have seen it done in C# but not VB.
|
| ASP.NET MVC (Un)Installation Issue | 30 Aug 2008 17:03 GMT | 2 |
I'm not really sure which newsgroup best fit this question, so I apologize ahead of time if this message is off-topic. About a month ago, I started getting into ASP.NET MVC with Preview 4. Yesterday, I uninstalled Preview 4 and installed Preview 5. Upon doing
|
| Omnipage 16 crashes consistently | 30 Aug 2008 07:28 GMT | 1 |
Nuance (Scansoft) doesn't seem to support Omnipage 16 well. The initial install worked OK until six months ago. Since then I have failed to get one good OCR of a document. The program Omnipage 16 crashes in msvcr80 and msvcp80. I've tried putting the latest versions of those ...
|
| SMTP sink on win2003 | 29 Aug 2008 15:01 GMT | 5 |
I have a sink class which is registered on the server correctly. I know this because in my class I put in some ex handling that writes to the event log and I do get entries. Wat I want to do is get my class to see the content of the message. Once I get this far I will be able to ...
|
| Configured Assemblies - get and set | 29 Aug 2008 06:28 GMT | 8 |
(I posted this on framework.setup group but got no reply. So I'm posting it in this group again. Please let me know if this is not the right forum to post this question. Thanks)
|
| Strange problem writing Excel formulas using .NET | 29 Aug 2008 04:29 GMT | 4 |
I have a .NET application that, among other things, creates Excel workbooks, and I have run into a very strange problem involving formulas on one worksheet that reference values on another worksheet. The text I write into, let's say, cell A25 on Sheet1 (using .NET)
|
| GAC and NGEN | 28 Aug 2008 22:18 GMT | 2 |
What are the advantages of GACing then NGENing an assembly as opposed to just NGENing an assembly? My understanding is the GAC is to be used as a versioning respository for common assemblies used by multiple applications and NGENing is to create a native compiled copy of the ...
|
| MarshalDirectiveEx exception: "Excessively long string" | 28 Aug 2008 21:21 GMT | 4 |
We have a window application, which is written in .net 2003 (C#). One of our users installed our latest version yesterday. When he tried to open the application, he get an unhandling exception: System.Runtime.InteropService.MarshalDirectiveEx: Excessively long
|
| VC++ 2008 EE | 28 Aug 2008 19:56 GMT | 2 |
I am sorry if it's wrong group but i really need a hand and i dont know where to post this problem. I have a problem with VC++ EE. Sorry if it's very trivial problem but I honestly just have begun with programing in windows.
|
| Right to Left string Manipulation | 28 Aug 2008 16:14 GMT | 2 |
Description of the problem: The context I have to upload a file into sharepoint programmatically. To do that i have to call “Add” function on the chosen folder or list and
|
| "publisher has stopped working" message | 28 Aug 2008 15:56 GMT | 1 |
I am beyond frustrated. I have been working on a newsletter document in publisher 2002, and when I went to open it today (repeatedly), I was given the message "Publisher has stopped working". I can open other programs, and I can even open other documents in publisher...it's just ...
|
| switch language extension | 28 Aug 2008 03:21 GMT | 4 |
Hi... I read http://www.blackwasp.co.uk/SpeedTestIfElseSwitch.aspx on switch optimizations, and I played with some examples in ildasm to see what kind of optimizations are used.
|
| How to create customer defined user interface layout with xaml | 27 Aug 2008 19:45 GMT | 1 |
We are developing a new WPF application. We have created an application that code generates some of the user interface controls into XAML from earlier created Entities. The problem I am stuck with is that some of our customers want their WPF form controls laid out in
|
| Reinstalling windows XP | 27 Aug 2008 17:35 GMT | 2 |
Hello, I'm trying to reinstall Windows XP with the same disc it was originally installed with. When I try to do this a message appears saying this isn't possible as it is an older version of window but if I want to install it I will lose all my settings etc. The problem is I ...
|
| Dynamically creating an ActiveX on a WPF/Windows .Net app | 27 Aug 2008 08:10 GMT | 4 |
I have problems creating the Windows Media player ActiveX using this C# code in a Windows Form project: Type objType = Type.GetTypeFromProgID("AxWMPLib, AxWindowsMediaPlayer");
|