| Thread | Last Post | Replies |
|
| Access to installation files from Custom Actions class. | 09 Sep 2004 06:49 GMT | 4 |
Is there a way to get the path to the temp directory where installation files are unpacked to? Also is there a way to specify in a deployment package that a file should not be installed anywhere but simply included into the package? E.g. I want
|
| New to dot net | 09 Sep 2004 03:09 GMT | 4 |
Dear friends, I am a fresh candidate who like to learn dot net. Is there any free downloads so that i can do some sample programs and run it.or is there anyother way to learn it thru net.
|
| How to avoid XmlSerializer from creating empty collections | 08 Sep 2004 15:05 GMT | 3 |
Lets say I have the following XML: <Person> <Name/> <Age/>
|
| .Net Framework v1.1 SP1 (SR1) | 08 Sep 2004 13:03 GMT | 28 |
Okay, I understand that the Tech Preview for the Microsoft .Net Framework v1.1 SP1 has ended over a week ago, but when will the final version be available? I also hear that the Windows XP Service Pack 2 CR-ROM is supposed to include
|
| InvalidCastException | 08 Sep 2004 12:05 GMT | 2 |
I was debugging an error in a C# application (.NET framework 1.1) and I found out a behaviour that I'm not able to understand. In the following code snippets I report 3 cast situations. Could anybody explain me what's going on in case 3 ?
|
| AppDomains + remoting | 08 Sep 2004 11:26 GMT | 8 |
I've implemented an elegant way to provide a plug-in, hierarchical, architecture to our application with sub-application isolation - AppDomains. These AppDomains are loaded and unloaded as neccessary within the application. Both synchronous and asynchronous events that
|
| Can't run aspnet_regiis -i | 08 Sep 2004 10:16 GMT | 1 |
I'm trying to change/update my local IIS 5.1 to .NET Framework 1.1 so I can work w/Visual Studio .NET. The instructions (which have worked fine in another computer) ask me to issue the following command from the DOS prompt: "%windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis ...
|
| validation controls | 08 Sep 2004 10:12 GMT | 3 |
the validation controls dont work on Netscape or Mozilla and only on Internet Explorer why? How do i correct this problem? Thanks
|
| can i validate the presence of .Net framework in the OS | 08 Sep 2004 04:57 GMT | 2 |
i need to know how to test the presence of dotnet framework in XP pro OS if testing an application without the .Net frame work what errors it displays can i validate the presence of .Net framework in the OS]
|
| Not support Web Server | 08 Sep 2004 04:47 GMT | 6 |
I have installed the Visual Studio .Net 2003 Professional in Windows 2000 Professional SP4 with IIS 5.1. When I try to open the ASP.NET Web Application project in Visual Studio 2003, the following error displayed. "Visual Studio .NET has detected that the specified Web Server is ...
|
| NullReferenceException with Image.Save | 08 Sep 2004 03:51 GMT | 3 |
When calling the Save(filename, imageFormat) method of a System.Drawing.Image object, I get a NullReferenceException shown below. I get the exception if I create a new stream writer pointed to the file I want to save, and give the Image.Save method the BaseStream of the new ...
|
| Max Length on ProcessStartInfo.Arguments | 08 Sep 2004 00:24 GMT | 1 |
I have noticed that when I try to run a process using ProcessStartInfo to set a really long argument, over 33,000 characters. The whole string doesn't get passed into the process being started. Specifically I am using the System.Diagnosis.Process class to run
|
| Is CLR a process or a thread? | 07 Sep 2004 23:43 GMT | 1 |
Is CLR a process or a thread? If it's a process, what's the name? If it's a thread, what's the name of its parent process?
|
| .Net SP1 | 07 Sep 2004 22:09 GMT | 3 |
Does anyone have the link to the latest service pack? I was able to fin .Net 1.0 SP3 but not .Net 1.1 SP1.
|
| Matrix computation in .NET | 07 Sep 2004 19:43 GMT | 2 |
Does anybody know where I can find the matrix computation components in .NET framework? Do I need to use a third-party one or there's one that comes with the framework libraries?
|