.net
Window.Top reads different result in .NET 4 to .NET 3.5
We have a WPF project developed with .NET 3.5, we have converted to .NET 4, to benefit from new features, but, our main window\'s top & left properties get different results than they did in .NET[详细]
2023-04-13 08:30 分类:问答Event for "attempted" property changes
(using .Net 3.5)I have a routine that imports settings from an external datasource, after which I need to display a pseudo-log to the user detailing which properties have been updated. Usually I would[详细]
2023-04-13 08:30 分类:问答XML de-serialization using xml element/attributes
Need your help in setting the xml attributes for XML deserialization. This is my input xml: <form>[详细]
2023-04-13 08:25 分类:问答Is System.Security.Cryptography namespace supported by the Portable Class Library
I a开发者_开发问答m converting an existing multi-target Silverlight/.NET project to a Portable Class Library project in order to reduce the number of projects that are required to support multiple Mic[详细]
2023-04-13 08:22 分类:问答Failed to enable constraints. When using a data table adapter
I\'m getting Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.[详细]
2023-04-13 08:06 分类:问答IE only - A potentially dangerous Request.Form value was detected from the client (MVC-Razor)
I\'m doing a simple replace statement on a file with input from 2 textboxes and 2 drop down lists. Platform is MVC 3, on a Razor page.[详细]
2023-04-13 08:03 分类:问答COM returns type that does not implement any interface
I need to automate some tasks in Adobe InDesign CS3 from a .NET 4.0 application. I\'ve added a reference to the InDesign Type Library using the Add Reference dialog in Visual Studio. It genereates an[详细]
2023-04-13 08:02 分类:问答Super High Performance Socket Server - Implementation Details
I\'ve done my research and I know the best way to implement a high performance socket server is generally as follows: use async socket operations (specialized SocketAsyncEventArgs/Operations for best[详细]
2023-04-13 07:57 分类:问答How can I implement peer to peer communication with .NET 1.1?
The project I am working on is running on Windows NT and Windows XP machines so I can only use .NET 1.1 until we are able to upgrade operating systems. The software is distributed on a network of comp[详细]
2023-04-13 07:46 分类:问答When are asp.net controls disposed
I\'m hunting memory leaks in an asp.net website.One that I found was that the code wasn\'t releasing event handlers when controls were no longer needed.I went with the disposing pattern as shown on MS[详细]
2023-04-13 07:38 分类:问答