| Thread | Last Post | Replies |
|
| Property label | 14 Nov 2006 21:14 GMT | 2 |
I'm using databing with some classes, and I would like to know if there's a way to define some sort of description Attribute for a property. I have this Porperty: public string ItemsInStock{
|
| Newbie looking for explanation of why RegisterClientScriptBlock is necessary? | 14 Nov 2006 20:09 GMT | 5 |
Good afternoon, all, I am a experienced Web programmer, trying to learn ASP.net 2.0 and I am stuck on the necessity of the RegisterClientScrptBlock and RegisterStartupScript methods.
|
| creating a windows desktop search ifilter in .NET? | 14 Nov 2006 19:39 GMT | 2 |
does it possible to create an IFilter in .NET (VB.Net or C#)? I see sample in C++, but not in VB.Net any guide? thanks.
|
| Tracking method calling | 14 Nov 2006 18:51 GMT | 4 |
I have a question about tracking of method calls. I would like to track/log methods in code during runtime. I thought that I can write custom attribute which I will use in method which call I want to log and in constructor of the attribute I will write logging functionality. But ...
|
| Web Application and Memory | 14 Nov 2006 18:47 GMT | 1 |
I m testing my application based on the framework 1.1 with few users. I m worried about the memory of my server. I can notice a terrifying increase of memoring using by my application server. For example, before start application, the memory using is about 280mo.
|
| Runtime bridges Ja.NET and JNBridgePro vs Web Service | 14 Nov 2006 18:41 GMT | 1 |
We are looking for arguments for using technologies that allows .NET Framework and Java to interoperate on a point to point basis. The two options are XML Web Services and .NET Remoting with using third party runtimebridges likes Ja.NET and JNBridgePro.
|
| Adding a Crystal Report to a VB.Net Standard edition application | 14 Nov 2006 18:28 GMT | 1 |
I am working with VB.Net 2005 Standard Edition and Crystal Reports 8.5 Developer Edition. I already have a report written in Crystal and I just want to be able to add the report to my Application. I have figured out how to add the Crystal Report Viewer to a form, but I
|
| UnauthorizedAccessException | 14 Nov 2006 18:10 GMT | 1 |
I have a simple console application that moves some log files from one server to another, then compresses the files for archival reasons. .NET 1.1, C# All was fine, no problems. We upgraded the server that has the log
|
| Transactions for File I/O? | 14 Nov 2006 17:39 GMT | 2 |
I am wrapping a bunch of DB calls into an MSDTC transaction, using the .net 2.0 System.Transactions transactionscope. Part of the operations I need to do in this transaction include some writing to the file system (deleting a file / creating a file).
|
| .NET 3.0 and XP? | 14 Nov 2006 17:07 GMT | 19 |
I'm planning to get a new laptop the beginning of 2007. I want an XP laptop rather than Vista. Mainly because I have the feeling Vista will not run much of the software I'm running now in XP. I guess MS has some type of tool to verify your software but I have a lot of smaller
|
| .NET 3.0 rtm install fails | 14 Nov 2006 17:01 GMT | 2 |
I am getting a failure during the install of the .NET 3.0 (RTM) redistributable. The error message is as follows: Windows Communication Foundation: [2] Error: Installation failed for component Windows Communication Foundation. MSI returned error code 1603
|
| Localization and satellite assembly problem | 14 Nov 2006 16:51 GMT | 3 |
I am having a problem localizing a .Net 2.0 class library. This library is called in a Windows.Forms application. My operating system language is en-US. In the class library, I have a file, Resources.resx, which is set to be embedded in the library's dll. This is working ...
|
| DataGridView in 2.0 Framework - Sorting | 14 Nov 2006 16:42 GMT | 2 |
All, I am having a considerable amount of difficulty with what should be a very simple problem. I have a DataGridView that is bound to a collection of objects that displays (and edits) selected objects
|
| Trying to scrape a website in C#, but failing. Looking for assistance please | 14 Nov 2006 13:40 GMT | 2 |
Hi people, I have now spent far too much time on this small problem, I am hopefully going to hand it over to you guys that are cleverer than I in this respect.
|
| How to deserialize a SettingsProperty | 14 Nov 2006 10:55 GMT | 4 |
I don't know how to retrieve the default value of user properties. For instance, I have defined 2 user properties named TheColor and TheFont, with the type System.Drawing.Color and System.Drawing.Font. I can access their current values like this:
|