| Thread | Last Post | Replies |
|
| (Framework Errors) | 11 Dec 2007 15:38 GMT | 6 |
Is it possible to catch all framework errors to a Table?, or is there any link with this information in order to import? Thanks Regards
|
| System.OutOfMemoryException with .NET 2.0 but NOT .NET 1.1 | 11 Dec 2007 14:20 GMT | 2 |
We use a third party reporting system (Actuate) which provides soap services via WSDL. My web application was initially built in Visual Studio 2003 using .NET 1.1. I was able to download huge files, i.e., over 100MB with no problems.
|
| Missing "cross-thread" MDA? | 11 Dec 2007 08:46 GMT | 1 |
Okay, I'm guessing I'm overlooking something simple here, but I'm obviously not going to find it. Someone please tell me the exact name of the "Cross-thread operation not valid" MDA, as seen in the "Managed Debugging Assistants" list in the
|
| comp. crashes | 11 Dec 2007 04:59 GMT | 5 |
i got a system crashed of my system, when i tried to load it again it didn't worked. farther inspection found out that the memory didn't passed the bios inspection.
|
| WWF Tracking | 10 Dec 2007 15:55 GMT | 4 |
I read a couple books on WWF but still have a basic question. If I have a Work Flow for service requests, I will want to track things like who it is assigned to, when it was submitted, when it was closed, the current status (submitted, assigned, closed).
|
| framework 3.5 folder looks short | 10 Dec 2007 14:58 GMT | 4 |
I've just installed VS 2008 and I discovered that Framework 3.5 folder (C:\WINDOWS\Microsoft.NET\Framework\v3.5 ) is very short if compared to prevoious versions (26.4 MB for 3.5 vs 164MB for 2.0). It has very few files and all assemblies seem to stay into Compact Framework ...
|
| One for the multithreading Gurus | 10 Dec 2007 11:24 GMT | 6 |
Im having lots of fun with window handles and invoke. The code started off in a single class. Main thread set up a worker thread and the worker thread updated the progress bar on form1 (which only has a progress bar and a button). All worked well - No problems.
|
| Pointer to string in C# | 10 Dec 2007 08:38 GMT | 3 |
WARNING: newbie to C# Is there a way to do this: WCHAR szString[] = L"This is your girlfriends string"; LPWSTR pszString = szString; // This is a pointer to her string
|
| Replicate Data Between SQL 2005 | 10 Dec 2007 05:14 GMT | 2 |
All, I am looking at updating our .Net application to allow off line clients. By this, I mean clients using the .Net app while not connected to the internet or our corporate network. The application currently uses SQL 2005 to house
|
| Refering, Registering a DLL to .NET | 10 Dec 2007 02:15 GMT | 1 |
I am quite new to .net development, and uptill now had sussed it, I have created a web application, kind of like a blog on my localhost, It is delvered through SQL, and depending on where the user assigns the pages will depend on where it is published in the site, but I
|
| ReadLine needs twice Return Hit after Console.TreatControlCAsInput = true; | 09 Dec 2007 23:12 GMT | 1 |
i am not a friend of crossposting, but this is a exception here. Either i dont get it or whatever, can someone tell me, why the Console.ReadLine() needs twice Enter hit, after the Console.TreatControlCAsInput = true; has been set and
|
| Microsoft. NET FrameWork 3.0 Installation Trouble | 09 Dec 2007 02:29 GMT | 4 |
I cannot install Microsoft. NET FrameWork 3.0. This includes the full downloaded version. Does anyone know what the error message, below means and hiow to correct this? Error Message Reads:
|
| Custom Attribute and Instance Sample? | 08 Dec 2007 15:22 GMT | 7 |
I have a currently executing assembly with 3 types, they are all decorated with a Custom Attribute. Can anyone show a sample of how to find all of my Types in the current Assembly that have the attribute, and then put a New instance of each type in a List?
|
| XMLSerialize a class with members / properties that are interfaces | 08 Dec 2007 10:25 GMT | 1 |
I want to serialize a large tree structure of different objects to a xml file. To get a loose coupling design some classes have interface members. At runtime I get an InvalidOperationException: Cannot serialize member XYZ because it is an interface.
|
| InfoPath Print MessageBox | 07 Dec 2007 20:05 GMT | 1 |
I am attempting to print out various infopath views using a print driver that prints to an image via the folowing code: Print(false); //MessageBox.Show("Printing: "+infos[i].Name);
|