| Thread | Last Post | Replies |
|
| Call Graph from Assembly or Code | 21 Dec 2006 09:29 GMT | 1 |
I need a tool that can create a method call graph from analysing my C# code or assembly. I actually want to list functions being called by each function recursively (whether same or different class, public or private or protected or static
|
| Why is XML the core part of .Net Framework? | 21 Dec 2006 06:32 GMT | 5 |
I think it's easy to understand CLR is the core part of .Net Framework. Bute how to understand XML is the core part of .net framework? Can you talk something about it?
|
| Handling multiple web requests parallely | 21 Dec 2006 03:15 GMT | 4 |
Hi friends, Can anybody share with me code snippets of handling simultaneously multiple http requests from different clients ? I'm using the HttpListener for this purpose. Have used the BeginGetContext model but
|
| problem in data logging from within HttpListener | 21 Dec 2006 03:11 GMT | 4 |
Hi friends, I have tried to host a web service using HttpListener of .NET 2.0 (with help from the article http://msdn.microsoft.com/msdnmag/issues/04/12/ServiceStation/default.aspx).
|
| Running installed application asks for MSI | 21 Dec 2006 02:06 GMT | 1 |
Two VB.NET Windows Forms (2.0) applications had the same behaviour when they were run the first time by a user: after clicking on the shortcut, the location of the MSI-file is asked, and a part of the installation is (re)done.
|
| Shall I now always use String.Empty instead of "" | 20 Dec 2006 19:25 GMT | 26 |
In the past I always used "" everywhere for empty string in my code without a problem. Now, do you think I should use String.Empty instead of "" (at all times) ?
|
| Problem with network share FullTrust since IE7 install | 20 Dec 2006 16:59 GMT | 1 |
I setup FullTrust on a network share using caspol so I could maintain my code on a network share and also build and run from the same place using caspol. Since installing IE7 yesterday the network share security level has been dropped and I cannot reinstate the FullTrust using ...
|
| Visual Studio 2005 weird behavior | 20 Dec 2006 16:06 GMT | 6 |
1. I created a Solution in VS 2005, the Solution "Solution 'Solution1' (0 projects)" shows up properly 2. then I added a New Web Site At this point, the solution disappears from the solution explorer! I only
|
| Load XAML in "Sub Main" in (WPF)? | 20 Dec 2006 12:22 GMT | 1 |
I try to load a xaml on this way the XAML-Window is shown. But if I close the Window the process does not stops! What's wrong? <Application x:Class="App"
|
| Reflector not running under correct framework version | 19 Dec 2006 19:17 GMT | 4 |
I have written a plugin for Lutz Roeder's Reflector tool. The plugin requires framework version 2.0. On my machine at home and my machine at work (XP SP2 and SP1 respectively) the plugin works correctly - I have both 1.1 and 2.0 of the framework installed.
|
| How to detect a handle leak with a GC | 19 Dec 2006 18:55 GMT | 3 |
After trying to investigate a handle leak problem in my application, I found out this post which pretty much describes the behavior that I have experienced: http://www.dotnet247.com/247reference/msgs/51/255221.aspx
|
| Requesting http from a web-site or a windows application, is there any preformance difference? | 19 Dec 2006 14:22 GMT | 4 |
I'll be sending a bunch(1000's) of SMS/day where the cell phone-numbers are picked up from a database and then a request to something like 'http://www.thirdpartysendingsms.com' is made, they deliver the sms.
|
| Enterprise Data Blocks and command timeout | 19 Dec 2006 12:32 GMT | 5 |
Hi, I am using 2.0 DAB to return a datareader (ASP.NET 2.0) // Create a database object Database db = DatabaseFactory.CreateDatabase("ConnectionString");
|
| how to install .NET Framework 2.0 unattended using VS.NET Setup Project Template | 19 Dec 2006 11:24 GMT | 10 |
we're trying to create an MSI package to deploy a .NET 2.0 Windows Service using ADS and Computer Policy. To our question: does someone know a good document which describes 'how to build or create a windows installer setup routine using Visual Studio 2005'
|
| Problem with format of msmq messages, .net | 19 Dec 2006 10:12 GMT | 3 |
First time using msmq in .net environment and I think I am missing something obvious. I am using the System.Messaging classes Message & MessageQueue to send a message.
|