| Thread | Last Post | Replies |
|
| Dissecting managed PE file (EXE or DLL) | 15 Jan 2006 13:51 GMT | 4 |
Hell all, I m just curious to know whether there is any tools/utilities through which I can open a managed EXE file and see such details as PE hader, .text and idata section, CLR header, IL, Metadata etc. while ILASM can only show
|
| Unwanted .Net framework dependency | 15 Jan 2006 04:43 GMT | 10 |
Somehow my application has developed a dependency on the .Net framework. It is a C++ app built much the same as one would have with Visual Studio 6. We were happily using Visual Studio .Net 2003 with no dependency on the .Net framework. Somewhere along the line someone must have ...
|
| How to get total record count from SqlDataSource or Gridview ?(NET | 14 Jan 2006 18:30 GMT | 1 |
Is any method or other function to get total record count from SqlDataSource or Gridview ? ps: Framework 2.0 , ASP.NET 2.0
|
| NET2: Bug in TableAdapter Query Code Generator | 14 Jan 2006 15:58 GMT | 2 |
There appears to be a bug in the code which (re)generates the command text for queries returning a table field in .NET 2. 1) Create an sql table 2) Create a TableAdapter for the the table in #1 3) Create a query in the TableAdapter in #2 which returns a single value whose value is a ...
|
| Problem with .NET 2.0 with Visual Studio.net 2003 | 14 Jan 2006 13:48 GMT | 1 |
I have installed .NET 2.0 framework recently and getting a crash problem when I tried to debug a mixed code(managed and unmanaged) application by enabling "Mixed" in the debugging properties of the visual studio.net 2003 project. If i use 'Auto" property the application works ...
|
| How can I get the Region for non-unicode program? | 14 Jan 2006 06:49 GMT | 1 |
inside Regional and Language Options, How can I get the Language for non-unicode programs? GetLocaleInfo() seems not work for this, thank you very much
|
| About the Language property | 14 Jan 2006 01:31 GMT | 1 |
I'm trying to provide my components and applications of multi-language features. I've found the Language property in Form class and other sontainers such as UserControl, but help does'nt help me too much...
|
| COM+ or Web Service? | 13 Jan 2006 20:24 GMT | 9 |
I have to connect to a distant DLL (.NET DLL) and I would like to know which of the COM+ or Web service is the best... What are their pros and cons? I absolutely don't know how COM+ works, so that's why I can't really compare.
|
| BeginReceive not ASYNC. | 13 Jan 2006 18:00 GMT | 1 |
Can someone tell my why when I call Socket.BeginReceive() the callback is called on the same thread? I thought that BeginReceive was ALWAYS an async method. Below is the call stack. You can see its calling my callback "Connection()" from the same thread.
|
| Cancel Invoke | 13 Jan 2006 17:55 GMT | 1 |
I created a async method using delegate and I 'm running it using BeginInvoke. I know when it is complete and I can wait until it finishes, but I just cann't find a way to cancel it.
|
| System.Threading.Timer vs System.Timers.Timer | 13 Jan 2006 16:01 GMT | 2 |
I have created C# windows service to Peek Message Queues in periodic intervals and update the database. In the above scenario which Timer class suitable?? thanks in advance
|
| Thread: Thread.Abort() and SmtpMail does not work thougether? | 13 Jan 2006 15:30 GMT | 4 |
I am making a windows-service in C#.NET 1.1 (that altso should be possible to run as an application for testing). The service shall do some work and sleep between each time the work is done (the sleep time is set in app.config).
|
| ClickOnce Question - Remote location for the ClickOnce deployment | 13 Jan 2006 15:13 GMT | 3 |
All, How can I retrieve the remote location for the ClickOnce deployment? I tried the following code, but it does not work: System.Deployment.Application.ApplicationDeployment ad =
|
| urgent!!! Problem opening solution file in Visual Studio | 13 Jan 2006 14:56 GMT | 1 |
We are facing this big problem. Scenario is as follows. We have one single solution (say EIS) under which there are 25 projects. All the files are saved at a central location under Visual Sorce Safe on a
|
| Status Lan connection - bytes send / recieved | 13 Jan 2006 11:34 GMT | 9 |
http://www.aswin.be/nictransfer.JPG How can I get these numbers with VB.NET ? I thought somewhere in WMI but I can't find them. Thank you,
|