| Thread | Last Post | Replies |
|
| how to run multiple versions of the same assembly | 16 Sep 2004 11:26 GMT | 3 |
Can u plz provide me some code/link where i can find hw to run multiple versions of the same assembly? Regards Ashish
|
| GC and Dispose | 16 Sep 2004 09:59 GMT | 6 |
I have read a few articles on how to dispose objects...but would like to know more about objects that are given by the FW... How do I dispose them? How can I call GC explicitly and make it collect the objects?
|
| httpwebrequest | 16 Sep 2004 03:44 GMT | 5 |
Hi all, I am running .net 1.1 sp1 and for some reason when I use httpwebrequest to submit a request it is adding a "Expect: 100-continue" header. How do I get rid of it? I have tried setting the Expect to nothing or an empty string but no luck.
|
| System.Net.WebException | 16 Sep 2004 01:51 GMT | 3 |
I m trying to connect to a HTTP Server using the HTTPWebRequest Class but I'm getting the following error: System.Net.WebException: The underlying connection was closed: Unable to connect to the remote server. ---> System.Net.WebException: The underlying
|
| how to remove hex characters in a string.. | 16 Sep 2004 00:02 GMT | 4 |
Hi, I have a c# string variable, but it contains some hex characters like 0x19, and when i try to send this to a web service, the deserializer throws an exception. this problem i'm not too interested in solving (but you can read about it on http://www.error-bank.com/microsoft ...
|
| path problem | 15 Sep 2004 22:10 GMT | 3 |
i have two projects/ project a, project b project a is refferencing project b (class library). i want to get the directory path of the project b (class library)
|
| ASP.Net breaks after Framework 1.0 SP3 | 15 Sep 2004 21:36 GMT | 3 |
On my Windows 2000 Server, SP4, I run asp.net app's for both Framework versions 1.0 and 1.1. I installed the service packs for both frameworks and after, none of my applications worked!
|
| AppDomains or New Process | 15 Sep 2004 14:53 GMT | 4 |
I have to create a application which loads a external dll and shows a form from the dll, my requirement is to show the FORM from the dll and close my application but the Form from the dll should be available for the user. I thought using AppDomains would solve my problem, ...
|
| Skeet Singletons and VB | 15 Sep 2004 14:50 GMT | 1 |
Hey Jon (or anyone else) - I've pointed a couple of developers to your Singleton article when I noticed they were giving "First version - not thread safe" examples of their code. They're VB developers though, and didn't know what to do with your
|
| AppDomains, how to run another app from my current app... | 15 Sep 2004 14:21 GMT | 1 |
I have to create a application which loads a external dll and shows a form from the dll, my requirement is to show the FORM from the dll and close my application but the Form from the dll should be available for the user. I thought using AppDomains would solve my problem, ...
|
| CrystalDecisions.CrystalReports.Engine.LoadSaveReportException when OpenSubreport() was called | 15 Sep 2004 13:44 GMT | 4 |
I have a Crystal Report with a subreport in a windows application, which is to be exported to the pdf file. I followed the instructions on http://support.crystaldecisions.com/library/kbase/articles/c2010275.asp to set up the log on information. But I always got the exception at
|
| 2.0 Beta on Media Center Edition | 15 Sep 2004 10:02 GMT | 1 |
To whom it may concern: I am posting this here, so hopefully the MS internal test team can test the 2.0 framework on MCE pcs. After many pains with my MCE machine (ehrex.exe exceptions, guide error
|
| Help! Getting the "default icon" for an application, but not what you think... | 15 Sep 2004 09:20 GMT | 1 |
OK, I need to pull out the default icon for application type. Picture in Windows explorer, how the correct icon shows up for each file in a folder. Turns out, you go into HKCR:[file extension] and pull out the default entry, then you go under HKCR:[file type]\DefaultIcon - and ...
|
| Big Problems with .NET Framework 1.1 SP1 | 15 Sep 2004 05:59 GMT | 3 |
We have had 3 developers scrambling to fix problems with ASP.NET applications after installing Framework 1.1 SP1. In all cases the applications were working prior to installing the update. The first problem was that ASP.NET postback functions stopped working.
|
| MustInherit classes | 15 Sep 2004 02:27 GMT | 1 |
What is the proper way of declaring a class so that it only exists as an inherited class? I have tried every combination I can think of using Public, Private, Friend... with and without the MustInherit clause. What I want to acheive is something like the below statements, without a
|