| Thread | Last Post | Replies |
|
| .net app continously writing data normal? | 14 Sep 2005 09:02 GMT | 7 |
When observing the column "data written" in the activity manager for my .net app I discovered that 2-4000kB of data is being written every second to the disk. This is when the app is idle and not used. Is this normal? If not, what can be causing it?
|
| databind problem | 14 Sep 2005 08:31 GMT | 1 |
when i click to datagrid i want to see that records in my texboxes how can i do that
|
| .NET Installer Error | 14 Sep 2005 04:26 GMT | 5 |
I've recently written a .NET installer package. It installs a Windows application and some supporting DLLs. I’ve written these before and never had problems…. until now. This is what happens:
|
| Custom Control Design Mode Problem | 14 Sep 2005 03:56 GMT | 10 |
I have developed a custom control to be used in my application. My application includes a form designer, so the control can be hosted while designmode for the control is either true or false, depending on whether they are using the form designer, or in "run mode". The custom ...
|
| Templates vs. Masterpages in Framework 1.1 | 13 Sep 2005 22:40 GMT | 1 |
I am trying to build a new web application and trying to implement either templates or master pages in it. I tried to read several articles but could not actually deside on weather to go with the template
|
| SQL Access security from Window Application | 13 Sep 2005 22:23 GMT | 2 |
I am having some major problem with maintaining security for my windows application to the SQL. Currently my application access the SQL using System.Data.SqlClient and all forms use stored procedures. It seems the preferred method is to restrict access to all table and then to ...
|
| Creating a service | 13 Sep 2005 22:20 GMT | 1 |
Does anyone have some sample code (in VB.Net) to create a service that uses a timer to run a function every hour? Here's my code: Protected Overrides Sub OnStart(ByVal args() As String)
|
| Visual Studio.Net trial and Frameworks 2.0 | 13 Sep 2005 20:37 GMT | 1 |
I had installed a Visual Studio.Net trial version including Frameworks 1.1. Can I update to Frameworks 2.0 so I can install Microsoft SQL 2005 Server Express Edition or should I keep 1.1 and Install SQL Server 2000
|
| Import classes from dlls to csharp | 13 Sep 2005 17:14 GMT | 1 |
is it possible to import classes (not functions) from native dlls to c#-Code and if so: how? We found several ways using wrapper-classes importing every particular class method, but that seems quite bulky... Thanks,
|
| How hard can it be? | 13 Sep 2005 16:03 GMT | 6 |
We have just built a new webserver for development and would like to run an asp.net site on it. The files that make up the site are on a different server. Both servers are windows 2003 servers and both have been fully patched.
|
| PropertyGrid | 13 Sep 2005 15:50 GMT | 1 |
Hi there. I try the following class test { private Int32 a,b;
|
| IIS 6 Issue - if there is a better thread for this let me know | 13 Sep 2005 14:52 GMT | 1 |
I am running a web server (IIS) on Windows 2003 SP 1. My ASP.NET C# applications run fine. However, my application is a combination of Classic ASP and C#. For some reason when you attempt to access the Classic ASP components of the application you are presented with this ...
|
| Accessing Webservices using VC++.Net | 13 Sep 2005 14:48 GMT | 3 |
Hi, I am trying to access a webservice using VC++.Net. When I try and add a webservice using Project/Add Webservice I get to messages: "No Web References were found on this page" and "the request failed with HTTP status 407:Proxy Access Denied" Can anybody "baby step" me
|
| Which .net framework settings are being saved from one launch to another ? When is csc.exe being run without my command ? | 13 Sep 2005 14:40 GMT | 1 |
I got an application with an html,css and js UI. The UI basically creates an ActiveX object, which is an unmanaged C++ COM dll which in his turn creates other COM C++ dlls and C# assemblies. At some point there is the reading of some XML files and the loading of
|
| Can dll assemblies boost execution speed? | 13 Sep 2005 13:59 GMT | 2 |
I'm trying to figure out why my .net app take ages to start for the first time. Well over 10 seconds. I'm not doing anything particullary cpu intense at startup so I'm a bit confused. I have read that it takes "a while" for the .net framwork to load the first time but this long??
|