| Thread | Last Post | Replies |
|
| Memory leak when SmtpMail and MailMessage are used. | 16 Jun 2006 17:37 GMT | 4 |
I have the function which consists code below. Every 50 mails the memory of application raises up 100k. Sometimes is more. Does someone know why and what I have to do to solve this problem. for(int emailNum = 0; emailNum < int.Parse(txtMailsAmount.Text); emailNum++)
|
| .NET Frameowrk's interaction with the Windows OS | 16 Jun 2006 16:41 GMT | 6 |
A colleague and I are in a dicussion about how exactly the .NET Framework interacts with the underlying OS. We've looked around online and haven't found much information to explain this interaction. We of course know the the Framework is a layer which sits on top of the OS,
|
| "Not CLS Compliant" Warning in a Hello World example! | 16 Jun 2006 16:12 GMT | 3 |
Why am I getting the following warning? Note the example is complete. Both projects were created as Class Libraries. Note that adding a Public Sub in RpClass1 does not remove the error. Warning 3 'DalTest' is not CLS-compliant because it derives from 'RpClass1', which is not ...
|
| Instaling Windows Service without using InstallUtil.exe | 16 Jun 2006 16:08 GMT | 2 |
I have created a windows service which now I want to install / uninstall without using InstallUtil.exe. I am already having another setup program which now needs to install this service. How do I do this? Please help.
|
| Could not load type | 16 Jun 2006 13:27 GMT | 1 |
I create ASP.NET 1.1 web applications on localhost and check them out. After compiling, I FTP the .aspx files to a directory on a remote host and the .dll to the /bin directory on that same remote host. For a very trivial application I have (a single label) this works correctly
|
| .Net Framework 3.0 announced | 16 Jun 2006 12:26 GMT | 7 |
I didn't want folks to miss this. http://blogs.msdn.com/somasegar/archive/2006/06/09/624300.aspx
 Signature --- Nick Malik [Microsoft]
|
| 1.1 Famework needed for an applications API | 16 Jun 2006 08:51 GMT | 1 |
I am wanting to write an application and/or a Web service that will connect to another commercial application via that comercial application's API. I would like to write my application using VS.Net 2005 (as opposed to 2003). The commercial application can only run
|
| 2.0 Framework needed for VS2003 Application | 16 Jun 2006 08:47 GMT | 2 |
Is it possible that application developing in vs2003 to utilize .netframework 2.0. Thanks
|
| .net applicationcrashes. at 1.2GB | 16 Jun 2006 02:36 GMT | 2 |
is ther a reason why a .net application crashes after using 1.2 gb of physical mrmoey.. I am using the 1.0 framework wth SP3 on windows server 2003. The application runs on a server with about 2 GB of ram, not other
|
| Subject: Question: Dynamically Raise Event using Reflection API | 16 Jun 2006 01:30 GMT | 1 |
I tried to find a way to dynamically raise event using Reflection API. The scenario is, I have to raise a event in a class instance by using a given event name. I can use the GetEvent(...) method of the Reflection API to get the EventInfo object. However, the GetRaiseMethod of ...
|
| Deployment of Framework from setup project | 15 Jun 2006 22:37 GMT | 2 |
I am using VS2005, How can I deploy the .Net Framework from my setup project? In the bootstrapper setup program we have below 3 options 1.Download prerequisites from the component vendor's web site
|
| Asynchronous Process.WaitForExit()? | 15 Jun 2006 21:23 GMT | 2 |
Is there any way to do an asynchronous wait for a process to exit? My application needs to monitor when processes it launched have completed and take further action. However, the app can launch processes essentially randomly (with respect to any other launched processes and/or ...
|
| Launching ASP.NET from a Windows Form | 15 Jun 2006 18:31 GMT | 2 |
I need to start an ASP.NET 2.0 web from within a Windows Form. I also need to pass a username and password, but I would like to "hide" them so that they do not appear in the URL. Any idea how to do that?
|
| how to protect my codes | 15 Jun 2006 16:45 GMT | 2 |
hi,every one! I have an urgent question. My codes need to be published now,but I learn programs produced with .net are very easy to be reverse-engineered. Could anyone give me some sugguestions to protect my c# codes?
|
| How to embed external document? | 15 Jun 2006 15:43 GMT | 13 |
In the good old days I believe people were using the arcane technology which came to be known as COM+ to embed other application's document in their own document. Like a Word with document a Windows Media Player or Excel or Visio document
|