I want to set the ProcessStartInfo values for the running process... I am not starting an external process.
For example, is there an attribute I can place on my Main method that tells Windows to start this executable with the following settings.
I am trying to find a way to start my console hidden or minimized. Yes I can minimize it af...
I'm asking this question in order to decide what should I read first - Beginning ASP.NET by Wrox or Pro ASP.NET MVC Framework by Apress?
ASP.NET MVC is my end goal.
-- Will I miss out much if I skip the entire book dedicated mainly to Webforms?
-- Do ASP.NET MVC books cover the general ASP.NET basics or do authors assume you have pr...
Why and when to use RESTful services?
I know how to create a WCF webservice. But I am not able to comprehend when to use a SOAP based service and when to use a RESTful service. I read many articles on SOAP vs REST, but still, I don't have a clear picture of why and when to use RESTful services.
What are some concrete points in order to...
In a C# Windows application, I'm using a DataGridView to display all the data. I want to add a new row to the grid when the user clicks the Add New Row button. How can I accomplish this?
...
I want to reach checked rows item in ASP.Net Listview control.
For example:
if 3 Lines of Listview checked, I want to reach checked items value in listview.
How can I do this?
Thanks.
...
Iam Trying To Create a WPF Window in a Workflow Com Service
but iam getting the following Error:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: The calling thread must be STA, because many UI components require this.
at System.Windows.Input...
In my project, I am going to do that :
There is a server in restaurant, and some pos machines which are running on Windows XP called Radiant systems. There will be a .exe on server, and this .exe will stop running some process on Radiant Poses. It is possible with .Net Remoting. But it requires to write an .exe on the Radiant Poses, but ...
We are developing a large software project which consists of a large number of projects, components and libraries. Our management has decided that for every deployment a snapshot of the entire system has to be saved so when a problem arises we can easily have the exact version of the entire system. The usual solution would be to branch t...
I'm looking over my security model and is wondering how you handle security (access control) in your projects?
I'm not interested in simple winapps or webapps, but in n-tier applications. How do you control access? Do you do it in each tier, or only in the User/Service frontends? Are you using a homebrewed solution or are there any sta...
how to set my datagridview row index value to my dataset row value?.Instead of auto generated index in .net wiforms.
Example: i am binding employee details in grid.if i select a row or a cell in the grid,It will display employee id in my text box.
so i need to set row index value as my employee id.
...
I have a group of pages I want in the same size.
I want to be able to change the page size in the designer view of visual studio,
and that all the other inheriting pages size will change.
I am currently working with VS.NET 2005 Form Designer
is this possible?
...
anybody can help me with a regex for Date in this format dd.MM.yyyy
I want to use it with a dataannotation like this
[RegularExpression(@"theregex")]
public DateTime Date {get;set;}
...
Apologies if this has been asked before (I couldn't find the answer anywhere), but I have a WCF Service Application that I have created, and am trying to access via my Silverlight 4 app. I have added the service reference to the SilverLight App and am just trying to call one of the default pre existing methods on the service (GetData). W...
Hello,
I have different interfaces defined in a seperate class library(assembly) and those needs to be implemented in a different process by classes defined in that process.
Problem is interfaces defined in a seperate class library(assembly) and must be implemented in a different CLR process(assembly)? What I need to do ? just adding c...
Hi all.
I wonder if there is any build/continuouse integration tool for building .NET, VC 6.0, and VB 6.0 projects. I read a little bit about CruiseControl, but it seems doesn't support VisualBasic 6.0 stuff.
Do you know some others?
Thank you in advance.
...
I'm getting an error after acessing my webservice like:
Server Error in '/' Application.
Type 'System.Xml.XmlDocument' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. See the Microsoft .NET Framework documenta...
Where can I find documentation about adding a context menu (EDIT: jumplist) to a windows 7 application? You know, when you right click on the application icon on the taskbar. Can I do that using .NET? Or do I need to use native code?
Thank you!
...
Hi,
I need to monitor SQL Server jobs and for that I basically have to use sp_help_job. Anyway, the problem is that I don't have any sql job running on my local machine so I can't do any test. I need a simple method to create sql jobs just for this purpose (testing) but I only have SQL Server Management Express Edition which doesn't pro...
We are currnetly using dot net charting component in ASP.NET 2.0 web application, which on one chart we have an date axis, we are currently setting Axis marker as
New dotnetCHARTING.AxisMarker("Now", System.Drawing.Color.Red, Now.ToString("dd/MM/yyyy"))
However on occasions there is actually no date for that particular day but we sti...
Hi, everyone!
I'm writing .Net desktop application to create reports in Excel 2003, but I have only Excel 2007, and have no license of Excel 2003. This is my problem, because when I launch this app on client’s computer (Excel 2003), I have error (SystemNullReferenceException).
I know reasons of this exception (different versions of E...