blah blah blah is here! blah blah » Close

0
votes
1 answers

ASP.NET: Server Application Unavailabe

Hi I got error ASPNET "Server Application Unavailable" on every web application. I have standard installation of June CTP Beta2. In Event Log, I have found the reason that App Domain cannot be created. Only solution I have foun ...

0
votes
1 answers

Populating ComboBox with ArrayList

Hi I have a ComboBox (comboBox) which DataSource is null. I set comboBox.DataSource = arrayList. comboBox.DataSource didn't change !! It is still null. Why? How can I populate it? Note I never touch comboBox.Items. Any hint wellcome. ...

0
votes
1 answers

HTTP download of assemblies has been disabled for this appdomain.

Do you know this error message? Do you know how to solve the it? What I am doing: I am trying to use codeBase with http:// href in web.config of simple asp.net application to force use of specific assembly. Sample of the config: <run ...

0
votes
1 answers

FullTrust vs. Everything

Hi What is the difference between FullTrust and Everything permission sets? I am playing with permissions sets. I expect, than if I give unrestricted access to every permission (like Everyhing) I will be able to launch my application. But ...

0
votes
1 answers

Stack walk trought

Hi guys Is there a way how to can I access a stact in my programm? More specificaly - I want to walk trought the stack to obtaine a caller of method I am actualy executing. And caller of it and so on. Like in debugger Call Stack window, bu ...

0
votes
1 answers

Is using &quot;this&quot; keyword a good practice?

Hi All Just quict survey to help me in my doubts: Do you consider to use this keyword everywhere where do you refer to member of an current instance within you are coding? Like: this.arrayList.Add(new object()) this.InvokeMethod(this.a ...

0
votes
1 answers

Slow in debuger

If I run my application under VS debugger, the run is significant slower (seconds against tens of seconds under debuger if data reading). The performance was better under DbgCLR, but has got worse recently. Have you noticed similar behavo ...

0
votes
1 answers

Performance benchmark

Hi Do you a place (web site?) where I can study performance issues of .NET in comparison with Java? I am interesting in memory allocation and releasing and message sending, not in number arithmetics. Thanks --Boudino

0
votes
1 answers

Problem with forms layout

Hi I designe a form in the designer. The layout is right. Now, if I open the form as dialog (ShowDialog()), the form opens smaller and some controls on it are under the bottom edge. The workaround I know is to make the form larger, but th ...

0
votes
1 answers

MVC for WinForms

Hi guys there Do you know about a framework (or library) implementing MVC pattern in Windows.Forms? Not neccessary free. I have found only those for ASP.NET. Thanx --Boudino

0
votes
1 answers

Watch property change for debuging

Hi Do you know some (tricky) way how to watch when and who chage a property. It is a Form.Visible. Whole time I am watching the vlaue in debugger, it is set to false and it is right. But after opening the window, it is true and the form ...

0
votes
1 answers

Analog clock control

I am looking for an analog clock control. I need it can display time and allow me to set time use mouse inside it. And I need it quickly and free. Have you any tips? Does exist control like this. Thanks

0
votes
1 answers

pdb files

Hi How can I discover, if an assembly is compiled in debug mode? How can I discover, if pdb file I have was generated exactly with dll I have? Thanks

0
votes
1 answers

Windows.Forms.ListBox alternative

Hi All Windows.Forms.ListBox has terible behavior and I wont be more patient with it. I need a control which take a collection and display it, allowing its editation (add/remove). If using ListBox, after setting DataSource first item is ...

0
votes
1 answers

ListBox.Sorted

I have a ListBox with DataSource set to my strongly typed collection. The ListBox is on a page of TabControl. I use ListBox.Sorted = true (set in designer) to keep items in my list sorted. The list box is filled. Now, If I swith to other ...

Feedback