| Thread | Last Post | Replies |
|
| ASP .NET 2.0 Performance | 16 Aug 2006 15:18 GMT | 4 |
I am looking to improve the performance of my application. The result page is 17k but it takes years to come up. There is an underlying sql 2005 query, but results come back rather fast. It seems to me that caching is not there. Any suggestions?
|
| ClickOnce files being re-downloaded unneccesarily | 16 Aug 2006 14:16 GMT | 1 |
I have an application which requires a number of DLLs (unmanaged ansi C dlls) to reside in the same directory as the application. I currently have these dlls included in the project folder and marked as "content". When I publish the application with ClickOnce and update my ...
|
| Love Hotline | 16 Aug 2006 13:25 GMT | 1 |
Lady only 24-Hrs +91 9810577227
|
| When debug, the program does not respond | 16 Aug 2006 09:09 GMT | 2 |
I have a program that I did not write but I need to add it some features. The program is written in VB.NET 1.1. The program use COM Object. When I run the program it works well, but when I try to debug it with F11,
|
| Deploying .Net Application in visual studio 2005 | 16 Aug 2006 08:15 GMT | 3 |
All, I am trying to deploy my .Net 2.0 web application and I am looking for the best approach. The setup and deployment project seems to copy the whole source files also. Is there a better way to do this? Or am I
|
| All calling methods | 15 Aug 2006 21:35 GMT | 2 |
It's easy to find a method in VSS.NET with the drop down. However, is there an easy way to find all places in the code where a method is called? Ordinarily I just use text search....
|
| Building a solution outside of visual studio | 15 Aug 2006 18:01 GMT | 3 |
Can you build a solution from the command prompt? like so "c:\ build mysolution.sln" or do you always have to manually open the solution in Visual Studio and click "build" Second Question is if you can build from the command prompt, can you
|
| silly questions for an expert in OOP | 15 Aug 2006 17:50 GMT | 3 |
Hi everyone, i have currently got a classic asp web application and am wanting to upgrade it to asp.net 2.0, and also take advantage of OOP. Our current application is not using OOP so you can imagine how hard it is too upgrade.
|
| vb6 to vb.net upgrade question | 15 Aug 2006 17:49 GMT | 1 |
Hi I am upgrading some vb6 code to vb.net and I am having difficulty correcting a casting error while working with a COM object. In vb6 the code is: Dim oNewED As EmbeddedDirective
|
| Why Serialization | 15 Aug 2006 16:18 GMT | 5 |
I read a bit on Serialization and came up with the following definition: The System.Runtime.Serialization namespace contains classes that can be used for serializing and deserializing objects. Serialization is the process of converting an object or a graph of objects into a linear ...
|
| highlighting rows in a DataGridView | 15 Aug 2006 15:42 GMT | 4 |
I am wondering how you guys highlight cells or rows (by changing the text or background colour) in a DataGridView. Right now, I apply styles to certain rows or cells in the CellFormatting even handler, but the way it works is by looping through all of the rows and then deciding if
|
| Sending Email through VB.Net... | 15 Aug 2006 15:26 GMT | 1 |
Try Dim MMsg As MailMessage = New MailMessage 'MMsg.SubjectEncoding = Encoding.Default MMsg.BodyEncoding = Encoding.Default
|
| Exception vs Boolean | 15 Aug 2006 14:57 GMT | 43 |
Which approach is better: 1) Use a method that returns true/false (the method will log the exception that lead to false using log4net for example) OR
|
| how do I get the MAC Address given the IP | 15 Aug 2006 13:19 GMT | 6 |
Any ideas how can I get the MAC address of a PC outside my lan given the IP. I tried using iphlpapi.dll to call sendARP but dosen't work for outside my lan. Thanks in advance
|
| Handle Leaks | 15 Aug 2006 11:14 GMT | 2 |
Is anybody aware of problems in .NET where the handle count of an application increases over time? We have a server application that is hosted in a Windows Service and accepts socket connections from distributes processes. Each connection then runs in
|