First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
How does clickonce find the local application?
Hi, The shortcut file created by clickonce deployment having an extension .appref-ms only has a link that looks like: http://127.0.0.1/ClickOnceDemo/ClickOnceDemo.application#ClickOnceDemo.application, Culture=neutral, PublicKeyToken=27d66f1bda5f165d, processorArchitecture=msil The file http://127.0.0.1/Click... 7 Dec 2009 12:55
What to do to make compiler consider STATIC Readonly propertiesas CONSTANT?
Leon_Amirreza wrote: Hi when i used the following attribute for a property: 1- [DefaultValue(string.Empty)] c# compiler nagged that it expects a constant and forced me to change it to this 2- [DefaultValue("")] Any1 knows of a better programming style than line No. 2-? No. I thoug... 12 Dec 2009 18:57
What to do to make compiler consider STATIC Readonly properties as CONSTANT?
Hi when i used the following attribute for a property: 1- [DefaultValue(string.Empty)] c# compiler nagged that it expects a constant and forced me to change it to this 2- [DefaultValue("")] Any1 knows of a better programming style than line No. 2-? I thought compliers exist to encourage better programmi... 12 Dec 2009 13:30
Button Array
Hi I have a UserControls with 20 buttons, how do i create a single delegate for all these buttons for the click event, which will show in the hosted windows form. Pointer to source will be helpful Regards Jacko ... 4 Dec 2009 04:08
remoting is knocking down CPU
Did anyone find the solution for this problem? I facing this right now... thanks a lot in advance Alex Chudnovsky wrote: Re: .NET 2.0 problem: 100% cpu usage in mscorwks.dll!CreateApplicationContext 26-oct-06 EmeraldShield wrote: The code is not the same, and it is build for .NET 2.0 using VS 2005: it... 25 Nov 2009 12:41
WebClient UploadStringAsync hangs
UploadStringAsync is supposed to be asyncronous but I can make it hang by passing it an invalid url. It looks to me like it does a synchronous DNS request first that makes it hang. I don't want my app to hang under any circumstances when making this web client request, especially not long DNS requests, does anyone ... 14 Dec 2009 18:51
ASPNET credentials keep on resetting
It seems that most if not all ,NET updates reset the ASPNET password on the server. Is there a way to install a service pack or upgrade without it resetting the ASPNET user password? ... 17 Nov 2009 00:41
Message Pane too wide
I cannot see the entire message in order to read it. The only way that I can move it so that I can see more of it is to move the folders column to the left. This has nothing to do with font. This has to do with shrinking the message pane down to normal size. ... 15 Nov 2009 11:11
Need help on accessing attributes from AD
Hi, We are using the EMDS provider, a third party provider, to read attributes from Quest Active Roles Server(ARS) in our application. And one amongst the attributes in ARS is a milti valued virtual attribute. We have the vb script for accessing the same. but we are unable to convert into ..net equivalent code.... 12 Nov 2009 07:18
How do I get the type for "out System.Data.DataTable" in code?
Type.GetType("System.Data.DataTable&, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089") From http://www.google.co.in/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla:en-US:official&q=Type.GetType("System.Data.DataTable&")&btnG=Search&meta=&aq=f&oq= Posted via DevelopmentNow.c... 6 Nov 2009 05:58
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19