|
Sami language and System.Globalization.CultureInfo
Hello all,
a client of mine requires their web site to work with sami language,
which is spoken throughout northern parts of scandinavia. I'm trying
to set up the culture with ISO 639-1 compliant abbreviation se-FI
which works just fine in my development environment. Nevertheless, in
production environment I get error
Culture name 'se-fi' is not supported.
Parameter name: name
which ...
|
5 |
5/21/2007 11:38:14 AM |
|
VS 2005 Setup Projects
Hi,
I am trying to create an Installer from the Setup Project in VS2005.
Right now I am having it do some pretty tame stuff;
- Create some directories
- Create some reg keys
Unfortunately I am having a hard time find documentation on this type
of project. I.e., what if I want to change the name of the title bars
in the User Interface? Can that even be done.
How do I use the Con...
|
2 |
5/21/2007 10:50:41 AM |
|
[Reflection] best way to know if a Type implements an interface
Suppose I have an interface IPlugin, and a Type myType.
What's the best way to ask myType if it implements the IPlugin
interface?
I came out with this, but I don't know if there are better
alternatives:
bool implementsIPlugin = typeof(IPlugin).IsAssignableFrom(myType);
...
|
11 |
5/21/2007 7:05:08 AM |
|
Bug with Visual C# designer?
Hi all,
I am having this problem with C# 2005 professional, while I could never see
such a thing in VS 2003. The problem is that the form designer doesn't
reflect the changes I make to a form through the property panel on-the-fly.
Even if a change is reflected in the designer, when I compile and run the
form, it is just like the way it was before changing it through designer.
(The cha...
|
4 |
5/21/2007 6:38:19 AM |
|
Thread Pool
Hi,
In ASP.NET applications, the .NET framework maintains a thread pool to
process user requests by default this value is 25.
1) Whether this pool is managed by IIS? If we increase the size to 30 what
impact it will cause on IIS?
2) Suppose if I create three threads from my ASP.NET application and whether
these three threads invoke three threads in IIS?
My major concern is creati...
|
4 |
5/21/2007 5:44:00 AM |
|
Does .NET 3.0 x64 redistributable contain x86 also?
I know the .NET 2.0 x64 redistributable contains the both the x64 and x86
versions. Is this also true for the .NET 3.0 x64 redistributable? I can't
find a definitive statement....
|
2 |
5/21/2007 5:23:44 AM |
|
what're the Label_xxxx in decompiled code?
I was looking at some of the Framework code using the .NET Reflector.
There're some places where there're these Label_xxxx lines, e.g.:
......
if (string.IsNullOrEmpty(this.Url))
{
goto Label_0174;
}
Label_00C2:
if (base.DataSources.Count == 0)
{
goto Label_0189;
}
goto Label_0194;
Label_00D7:
.......................
What ...
|
2 |
5/21/2007 5:15:33 AM |
|
TextBox.SelectionChanged event?
Okay, someone please tell me what I'm missing here. Lots of controls have
a wide variety of events that occur when properties for the control
change. The TextBox control itself has a wide variety, inherited from
Control and TextBoxBase (including a "TextChanged" event, which I am using
for part of this task). But among all of those events, it doesn't appear
that there is a "Selec...
|
2 |
5/21/2007 3:45:03 AM |
|
VS 2005 Setup Projects
Hi,
I am trying to create an Installer from the Setup Project in VS2005.
Right now I am having it do some pretty tame stuff;
- Create some directories
- Create some reg keys
Unfortunately I am having a hard time find documentation on this type
of project. I.e., what if I want to change the name of the title bars
in the User Interface? Can that even be done.
How do I use the Con...
|
1 |
5/21/2007 1:46:01 AM |
|
newsgroup for VSTO 2005
Hi,
I dont know if this is proper place to ask but is there dedicated newsgroup
for VSTO 2005.
Thanks in advance for replying
--
With Warm Regards.
Manish Bafna.
MCP and MCTS.
...
|
4 |
5/20/2007 8:23:56 PM |
|
file dialog help
hi,
i've used a filedialog ox on my winform...
I want the system to pop up a message when the user doens't selects any
file...
how can i do this validation...any help...
|
4 |
5/20/2007 7:41:28 PM |
|
grab an frame from a video file... how to?
how could I grab an image from a video file using .net 2.0??
(any format - avi, etc)
...
|
2 |
5/20/2007 4:33:48 PM |
|
How to know the modified files with clickonce
Hello,
is there anyway to know which files have been updated in an
application published with clickonce?
thanks
...
|
2 |
5/20/2007 4:31:12 PM |
|
internet Exp. 6.0 Service Pack 2
what does Ox62304390 referenced memory of Ox62304390. Memory could not be
read, then says click OK to terminate.
Can anyone explain what this is and how to correct
--
esta...
|
2 |
5/20/2007 4:15:23 PM |
|
Win32 LPTSTR -=> [MarshalAs(UnmanagedType.LPStr)] public string?
There are three types of strings for P/Invoke marshalling: LPstr, LPTStr and
LPWStr. It is reasonable to guess that the types corrsepond to the Win32
platform types. However, I have mentioned and want to know why the platform
LPTSTR must be mapped as LPStr and fails when marshaled as LPTStr.
The Win32 structure documented at
http://msdn2.microsoft.com/en-us/library/ms535671.aspx has ...
|
2 |
5/20/2007 1:28:59 PM |
|
.NET application cannot be started from \\.\<PrivateName>\ location
Hello!
We create virtual disk using a specialized driver. This virtual disk is
mapped to a mounting point that is a drive letter or to the mounting point
that looks like \\.\<PrivateName>\ . Both Windows and .NET applications are
stored on this virtual disk.
When we use a drive letter, both Windows and .NET applications are started
fine.
If we use a UNC path to start the app...
|
1 |
5/20/2007 6:14:37 AM |
|
font change
I selected and changed personal writing to a font called Bookshelf Symbol 7
for privacy reasons. Now when I try to change it back to the original font it
only shows me small squares instead of letters. Can anyone help? It's very
precious infomation to me! I"m using Microsoft Office word document....
|
2 |
5/20/2007 1:03:17 AM |
|
"DataSet.Merge()" simple problem
Hi there,
Can anyone explain the following (very) simple scenario.
1) I make an exact copy of my "DataSet" and delete one record from a given
table (in the copy)
2) I invoke "DataSet.GetChanges()" on the above copy and pass the results to
"DataSet.Merge()" on the original copy
3) If I now inspect the original copy, it shows that the record has *not*
been deleted from the table. Howev...
|
6 |
5/19/2007 11:41:58 PM |
|
Web User Control
I'm trying to extract one simple value from Main.ascx.
**************************************************************************
Page1.aspx
<asp:Wizard ID="Wizard1" Width="475px" runat="server"
ActiveStepIndex="0" Height="425px"
OnFinishButtonClick="Wizard1_FinishButtonClick1" >
<WizardSteps>
<asp:WizardStep ID="WizardStep1" runat="server"
Title="Main"...
|
1 |
5/19/2007 4:36:07 PM |
|
.Netframe work version
If I have a third party precompiled DLL file, how can I know which
version of the .netframe work it will work with. Is there any tools I
can check the DLL file?
...
|
3 |
5/19/2007 8:01:59 AM |
|
WPF DependencyProperty for an existing class
Hi there,
I'm wondering if its possible to add a DependencyProperty to an existing
class (for example the DoubleAnimation class). Based on information I found
online, I tried something like this:
public static readonly DependencyProperty GermProperty =
DependencyProperty.RegisterAttached( "Germ", typeof( Rectangle ), typeof(
DoubleAnimation ) );
And then for my animation object, ...
|
1 |
5/19/2007 12:01:01 AM |
|
Modal Window Locking Only Immediate Parent Window
Hello,
I did my initial search on this to get done, and now hoping that
someone will come up and hel me.
Scenario is:
When I execute my application it opens the Shell(Windows Form), which
contains access to different modules of the application.
Now I open a Module window(Windows Form) which groups all the
functionalities pertaining to a single specific module. I open a Modal
Window...
|
2 |
5/18/2007 11:03:50 PM |
|
Replace a framework class
Is is possible to replace a framework class for my application?
Let's say that I want to add a new property to the System.Data.Dataset
class. I can do that by extending the class. But I also want my new class to
replace the default System.Data.Dataset class in the framework. Whenever
System.Data.Dataset is referenced in my application, the reference should
point the my extended DataSet ...
|
7 |
5/18/2007 1:55:57 PM |
|
New Namespace in .Net 3.0 for building CBT apps... I can't remember what it's called!
A couple weeks back I read an article about a new namespace available
with the .Net 3.0 framework that allows easily doing things like
moving the mouse, clicking buttons, and such. It was really a great
way to do things that used to require API calls.
This article also included a link to a window app that would enumerate
all of the window objects beneath a parent object you could specify
...
|
1 |
5/18/2007 11:14:05 AM |
|
How to get the full signature of a delegate?
I need to get the full signature of a delagate in a string. Is this
possible?
In a control I have:
public delegate void Button_Click(object sender, EventArgs e);
public event Button_Click click;
then I have:
private void GetControlEvents(Control cControl)
{
EventInfo[] eventlist = cControl.GetType().GetEvents();
foreach(EventInfo event...
|
3 |
5/18/2007 11:02:35 AM |