| Thread | Last Post | Replies |
|
| Assembly version | 25 Jan 2007 15:08 GMT | 6 |
I've been using the date (in YMMDD) format for the build number in the AssemblyVersion attribute. However, it appears that numbers > 65534 are invalid!! Bit of a bummer for 2007!!! Is there a reason for this? 65535 would make sense!?
|
| Serializing an interface object | 25 Jan 2007 15:00 GMT | 1 |
I have an object which contains an interface member ie: [XmlRoot] public class MyClass
|
| DataSet Designer missing | 25 Jan 2007 10:18 GMT | 5 |
I am using Visual Studio 2005 and has a problem with DataSet Designer. While I was using Visual Studio, 'A Package Load Failure Error' was given. Visual Studio terminated and when re-opened it again, the DataSet
|
| catastrophic failure | 25 Jan 2007 04:35 GMT | 2 |
Hai I had developed one web application in dotnet with VB.net as code behind. I had included one addtional Acitvex control (FpLibX.ocx) in toolbar by selecting Cutomize tool bar. Then in
|
| WPF: Trouble databinding to custom Dependency Property | 25 Jan 2007 01:29 GMT | 3 |
I have a windows WPF sample project which is starting to work pretty good. I can drag shapes and lines, and connect a straight line to any place on a custom rectangle shape's boarder. Now I have a custom Polyline object which I had to create some DPs to use in a MultiBinding. ...
|
| Binding .NET application to single CPU | 24 Jan 2007 23:49 GMT | 1 |
We have a multi-threaded .NET application, the problem is that the previous programmer didn't care to have locks on the shared variables. Somehow the application doesn't end up in Locked state on a single CPU machine but I have tried running it on several dual core machines and
|
| FileSystemWatcher and Word file | 24 Jan 2007 21:53 GMT | 2 |
I'm making an application that monitor a particular file (not a directoy) and when trigger a change event it start a backup process of the changed file. I'm using FileSystemWatcher component. My problem is that i cannot start the backup process until the word file is closed.
|
| Excellent Java consultant available immediately | 24 Jan 2007 20:27 GMT | 1 |
I have excellent Java consultants available with me. Kindly contact me for your DIRECT CLIENT requirements. Consultant Name: Ramachandran Summary:
|
| Use a control developed in .NET 2.0 in 1.0/1.1? | 24 Jan 2007 16:02 GMT | 1 |
I'm developing a control in C# using the .NET 2.0 framework. The control makes use of generics, such as this event declaration: public event EventHandler<StatusNotificationEventArgs> StatusNotification;
|
| Assembly versioning | 24 Jan 2007 10:56 GMT | 2 |
Hi... As part of our automated build process, we'd like to put the subversion revision in the rev part of the assembly version. How would someone get a value determined at compile time into the assembly build? I've googled
|
| More detailed information about Exception Error? | 24 Jan 2007 10:28 GMT | 11 |
When using Visual Basic .NET with a reference to Interop.Outlook, is there a way to get more detailed information about an error other than Exception.Message or Exception.ToString? For example, Outlook's MailItem.SaveAs method can return an error message of "The operation
|
| Debugging Visual Studio C# into Visual C++ 6.0 | 24 Jan 2007 08:00 GMT | 3 |
I have created an ASP.Web Service on my machine. This has a COM Object registered to it that was written in Visual C++ in Visual Studio 6. I want to have the debugger step into the Visual C++ code. Is this possible?
|
| Generic.List vs ObjectModel.Collection | 24 Jan 2007 07:57 GMT | 2 |
Fx Cop says to use Collection instead of List when exposed in a API, but always have the pains due to lack of features in Collection. No Sort. No Copy To.
|
| QUERY: C# woes .NET 1.1 vs .NET 2.0 | 24 Jan 2007 06:41 GMT | 12 |
How different is it to program C# for Visual Studio 2003.NET & Visual Studio 2005? I know Visual Studio 2003.NET uses .NET 1.1, whilst VS2005 uses .NET 2.0. So the question really is, what is the difference & significance of programming C# for .NET 1.1 & .NET 2.0?
|
| Unknown Publisher for Windows Installer Package | 24 Jan 2007 05:03 GMT | 2 |
I used Visual Studio 2005 to create a "Windows Installer Package". When I ran the package on a Windows XP computer, I got a warning -- "Unknown publisher". My question is: what steps do I need to take to get rid of the warning?
|