| Thread | Last Post | Replies |
|
| XmlSerializer for a type in dynamically loaded assembly | 04 Aug 2006 00:56 GMT | 6 |
I have an assembly which I load using Assembly.Load(bytes[]). Within the Assembly i have a method which invokes XmlSerializer.serialize method on a type. This type is also within the assembly. However the serialize method throws an exception saying
|
| DataAdapter.Update performance? | 04 Aug 2006 00:51 GMT | 10 |
Please redirect me to a better newsgroup if this one isn't correct. I have a major performance problem using a SqlDataAdapter's Update() to record a datatable into our database. And it's no easy feat. We basically record data for about 2-3 minutes, generating about 4000 records on ...
|
| ReaderWriterLock | 03 Aug 2006 22:16 GMT | 1 |
Here is a description on the time-out for ReaderWriterLock -1 Infinite. 0 No time-out.
>0 The number of milliseconds to wait. |
| Error: "Unable to load one or more breakpoints" | 03 Aug 2006 20:05 GMT | 1 |
.NET Framework - 1.0 ASP.NET [Web Based Application] Everytime I open my Project, I get this Error Message "Unable to load one or more breakpoints"
|
| Non-static member method as AsyncCallback | 03 Aug 2006 19:36 GMT | 1 |
I'm writing a server application that uses asynchronous I/O. In all examples I've seen a state object, typically a class with just data members, is used to store the socket that's used in conjunction with BeginReceive and the callback method is declared static.
|
| System.TimeZone? | 03 Aug 2006 17:50 GMT | 2 |
Apparently this isn't what I thought it was... I'm looking for the following functionality: 1) Enumeration of a list of time zones 2) Configure an object based on a selected time zone
|
| BeginSend question about sent bytes | 03 Aug 2006 17:15 GMT | 7 |
I was hoping someone could help me understand the number of bytes sent if I am using BeginSend. Let's assume I send 100 bytes of data using BeginSend. In my async callback, if I call EndSend it will return me the number of bytes that
|
| msi .NET dependency | 03 Aug 2006 16:38 GMT | 1 |
I've created setup and custom installer(C#) projects using VS2003 to package and deploy an application to a device, but some users are reporting that unless they have .NET 1.1 installed, when they open the msi, they get the following message:-
|
| DAAB with MS Access MDB | 03 Aug 2006 16:10 GMT | 1 |
I've used the DAAB very successfully with SQL Server and am now looking to use it on a project using Access. However, I'm having great trouble finding decent examples. The quickstart uses SQL Server as does everything I can find in the docs. Can Anybody recommend an online
|
| Convert VS 2003 Project to VS 2005 | 03 Aug 2006 15:08 GMT | 3 |
Dear friends i have a repetitive question, but please help me. we have an application which is developed by VS.2003. Now we want to add more modules such as inventory management forms to it.
|
| Start a new thread On demand | 03 Aug 2006 14:48 GMT | 5 |
I'm writing an application that has a main thread. If some special data arrives from a port, main thread should execute special function in a new thread rapidly (at most with 500 miliseconds delay). I used the regular .NET threading system, but in most cases, the second
|
| Web Browser Help - Get URL of clicked link? | 03 Aug 2006 13:57 GMT | 1 |
Hello! I am using the .NET Web Browser control (not Microsoft Web Browser COM). How can I code this: When the user clicks on a link that will open a new window/tab, instead of opening Internet Explorer with the link, it creates a new tab and navigates to that link (my web browser ...
|
| create word doc without automation | 03 Aug 2006 13:34 GMT | 3 |
I need to create some word docs in my applications (both winforms and asp.net). I would like to avoid using Word through automation, I would prefer to generate directly the file in its bynary format.
|
| How can include .Net framework in the deployment application? | 03 Aug 2006 13:23 GMT | 1 |
I just developed my first application in C#.Net 2005, but I encounter that if I create a deployment applicatión to install it in other computers, when the deployment application is executed, always appears the message that asks for ".Net Framework 2.0" actualization in the target PC ...
|
| Microsoft .NET Framework 2.0 Configuration | 03 Aug 2006 08:39 GMT | 8 |
OK, I have done a .NET 2.0 Framework install and under the Administrative Tools I am not getting the Microsoft .NET Framework 2.0 Configuration application. I looked for any MSC files in the V2.0.50727 directory and nothing exists.
|