1
vote
3answers
61 views
Netbook for DOTNET Development
I'm looking for a netbook to do some dotnet development. Is there a recommended brand/configuration. I'm looking for reasonably good performance.
Here are some of my requirements
1 …
0
votes
0answers
13 views
how to create seupfile dynamically
Hello,
can you tell me how to create setup file dynamically in c#.net or VB.Net.
Please reply me soon
Samir
0
votes
1answer
9 views
1099r IRS form in Crystal Report
Hi, we need to generate 1099r IRS report from the application and we have decided to develop this with crystal reports. i am just curious to know that anyone did this crystal repor …
0
votes
1answer
21 views
Is the visible property of controls in c sharp localizable?
I've been trying to make a user control that suport two languages (using localization) and in the default language I have a control that his visible property is False and in the ot …
1
vote
1answer
39 views
PrintDialog.ShowDialog(this) immediately returns DialogResult.Cancel on Windows 7
An in house application that I'm developing is behaving strange on a Windows 7 (64 bit) PC.
If I create an instance of a PrintDialog, and call it's ShowDialog() method, the method …
0
votes
1answer
26 views
Different options for XmlSerialization and derived type
I have the following object graph:
public class BaseType
{
}
public class DerivedType : BaseType
{
}
When I pass DerivedType to XmlSerializer I need to have it reflect on BaseT …
0
votes
1answer
15 views
Create Setup package runtime in DOTNET
Hi
I want to create one application which created Setup file for Window Desktop application runtime with all resource file which application needed
Is this possible? If yes then …
1
vote
1answer
21 views
Customize DataColumn.Expression handling in C#
I would like to change behavior of DataColumn.Expression so that when I write:
DataColumn.Expression = "MyMethod(Price)"
it will call MyMethod, pass value from Price column into …
-5
votes
2answers
49 views
chilkatdotnet.dll [closed]
How can i use chilkatdotnet.dll file for file downloding....
can anyone help me ot 4 ths and if poss thn post whole detail with source..
1
vote
4answers
77 views
Dynamic LINQ Queries.
Is it possible to create Linq Queries at runtime.
Using an xml rule which can be translated to a Linq Query.
0
votes
2answers
38 views
Can TeamCity’s .NET NUnitaddin process csproj files?
To cut to the chase, can the TeamCity .NET NUnitLauncher process Microsoft csproj files?
I ask this question because of the following.
I have a NANT build script. In this script …
0
votes
1answer
24 views
where i found dotnet 4 installer
i want to download dotnet 4 but i can't find it where i find for offline
1
vote
1answer
33 views
How to share settings between different versions of the same software
I am deriving from ApplicationSettingsBase to store our users settings, however when the build number gets incremented the app uses a new settings folder, and so the old settings a …
0
votes
5answers
90 views
Accessing .NET dictionary in a multithreaded environment.
Dear ladies and sirs.
I would like to emply the if-lock-if pattern for checking if an object is present in the dictionary in a multithreaded environment. So, the code I am conside …
0
votes
1answer
34 views
Free hierarchical DataGridView with DataBinding support
I'm searching for a DataGridView derrived class that show data in hierarchical way and supports DataBinding like regular DataGridView does. Do you any of this? Free?
