| Thread | Last Post | Replies |
|
| dynamic windows service name | 02 Mar 2004 08:30 GMT | 1 |
I am trying to install a service using dynamic naming. I wrote values in the configuration file, and trying to assign one of those values to a string, and using this string as the name of the installer <?xml version="1.0" encoding="utf-8" ?>
|
| aspnet worker process is shared?? | 02 Mar 2004 04:55 GMT | 1 |
ok so I've seen hundreds of posts with questions from people getting the following error "aspnet_wp was recycled because memory consumption exceeded ........ The general consensus appears to be that there are wierd memory leaks in people's code, but has anyone got an answer to the ...
|
| Controling The GC | 02 Mar 2004 02:47 GMT | 5 |
Is there any way to tell .NET to "Wake up" the GC when available memory reaches a set threshold? Regards, Rob.
|
| .NET framework version and service pack 2 | 02 Mar 2004 01:40 GMT | 1 |
Hello. I have verified through MMC that the current .net version on one of the machines i'm monitoring is 1.0.3705.288 Does this mean that the framework is already running on Service Pack 2? Thanks very much!
|
| .net framework installation problem | 02 Mar 2004 01:35 GMT | 3 |
While installing .net framework, I get following message "Microsoft .NET Framework Setup has failed. If this continues, please contact Product Support. the dotnetfx.log has following entr Calling MsiInstallProduct() with commandline ADDLOCAL=All ARPSYSTEMCOMPONENT=1 ...
|
| Help! Sending mail from windows service | 01 Mar 2004 21:33 GMT | 1 |
I've got a service that needs to send email if there's a critical failure. The following code works fine in an otherwise empty service: Protected Overrides Sub OnStart(ByVal args() As String) System.Web.Mail.SmtpMail.SmtpServer = "mysmtp.com"
|
| making pop account on mail server from dotnet | 01 Mar 2004 21:10 GMT | 2 |
i need some help and advice i am using asp.net to make a email application it is complete but just one thing , i want to create a pop account at the mail server from my scripts is
|
| Develop for Pocket PC 2003 with VS.Net 2002 | 01 Mar 2004 21:06 GMT | 2 |
I have MS Visual Studio .NET 2002, is it possible for my to write applications for Pocket PC 2003? If so I don't have to purchase anything do I? What about upgrading to .net 2003 is that expensive?
|
| linker error with 'new' | 01 Mar 2004 19:32 GMT | 3 |
Hello i'm trying to compile a simple C++ managed class library (dll) but the projet that the wizard creates doesn't compile. The linker gives me this error: "ShaderDesignerSDK error LNK2001: extern symbol "void * __cdecl operator
|
| Reflection on existing variable | 01 Mar 2004 18:32 GMT | 2 |
I'm trying to loop through each field in a class and print its value out. Using reflection I can build a list of the fields/methods/properties etc. and I can use InvokeMember() to create a new class in memory. But I can only do this by using the an object's Type and creating an ...
|
| Slow right click on short cuts after .net framework installed | 01 Mar 2004 17:41 GMT | 2 |
Have installed the .net framework onto a windows 2000 pro SP4 system, now when ever you right click on a short cut it take 20 seconds for the pop-up menu to show Any ideas as to what causes this Thanks
|
| HttpWebResponse - deadlock | 01 Mar 2004 17:11 GMT | 1 |
I am using HttpWebRequest-HttpWebResponse in a multi thread app. The requests are made synchronous and I’m using a decent # of threads (8 Max). The problem is this: after a number of successful responses (but not always the same) the app starts to receive time-out response and ...
|
| Run process as another user | 01 Mar 2004 16:33 GMT | 10 |
I would like to start a process from C# code as another user. The C# code is executed as the ASPNET user because it relies in a Web Page class, and I would like that the process will run as another user to gain the required rights for execution (the external process needs to ...
|
| How do I retreive the value of AssemblyTitleAttribute | 01 Mar 2004 15:50 GMT | 1 |
I would like to be able to retrieve the values of several of the AssemblyXXXAttribute classes. How do I get to them at runtime? Thanks -------------------------------------------
|
| design considerations | 01 Mar 2004 14:42 GMT | 1 |
I'm trying to figure out a "best practice" way to tackle the business layer design in a better way than I do now. My options for the business logic layer are (AFAIK) as following: 1. Create a custom business entity object for interaction with each, some or
|