What I want is to refresh a Datagrid on a Windows.Form at the turn of each minute. The form MUST remain responsive to the user whilst the timer is ticking.
So at, say, 13:03:00, the code do...
I have recently started getting failed attempt to load Update for .NET Framework 3.0: x86 (KB932471). please tell my how to get this to either load properly or stop trying.
What is the best way to check for results from a LINQ query? Using the included code, I can check positionResult.count() but this can have unintended consequences. It causes the query to exe...
I've noticed that when I open more than 240 or so sockets with a .NET application I'm working on... I just get socket exception errors like
A first chance exception of type 'System.Net.Sock...
Hi,
Can anybody please help me with this.
I've developed a Class Library in VB.Net 2008 and trying to use that in an application that is developed in Visual Studio 2003. But while adding ...
I am new to WCF, and wwould like to create a webservice using WCF.
I have VS 2005 and .NET 3.0 installed. Could someone send me links/ notes on the step by step process of creating a webs...
I have upgrade our Build Server from Msbuild v2.0.50727 to v3.5. On attempting to build any project I get the following error (please see detailed output from msbuild in the "Code section".)
...
How to create RSS Feeds using asp.net 3.5?Please explain me with a sample app.
I installed the New ASP.NET Charting Control: <asp:chart runat="server"/> and added a chart to a test .aspx page. The new assemblies were added to my web.config automatically, but when I brow...
Hi erveryone,
Im currently starting developing a WCF service hosted in IIS and came across a problem. I have developed a UserService which is described in .svc file as <% @ServiceHost Servi...
Hi,
i am working on the social community site.I am now working on a module where the user will get option for adding or uploading video file like same as in Orkut.I am really not able to find...
Using Visual Developer 2008 Express. I'm making a bunch of data entry pages that will use dropdownlists to allow users to select preset values/answers. To store the data for the dropdown valu...
Hi experts
I have a ClickOnce Application which uses Crystal Reports.
Instead of installing the CR-Runtime on every client, I'd like to install it on the server.
Is that possible?
I tr...
I have a class: Strategy
This strategy has various properties and fields, and these may or may not be marked with a custom attribute called StrategySetting.
How do I reflect over Strateg...
Hi,
I'm working with ASP.NET 3.5 and the silverlight mediaplayer control. I have a list of audio clips in a datagrid. In one column I have a linkbutton that says 'Play'. When the linkbutton i...
Hi ,
I created a windows service in and installed using command prompt yesterday using installutill followed by the path of my application exe ,
but when i modified the service and trying...
We're trying to implement a background binary file downloader with progress bar in a WinForms app using WCF.
Our UI will have a list of URLs like http://myserver/bigimage1.jpg, http://myser...
I am using a data object for binding in WPF. All works fine except the binding of null values. Normally I use following Getter/Setter:
Public Property Color() As String
Get
Return m...
The application runs from visual studio.
However it doesnot run when I try to use the browser address Http://LocalHost/Appname.aspx.
The error is:
virtual directory not being configured a...
I am using log4net in my webapplication,when i run my webapplication it is giving the following exception :
Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, Publ...
I have created a wcf service now i want to enable tracing in it i have followed steps in
http://www.codeplex.com/WCFSecurity/Wiki/View.aspx?title=How%20to%20enable%20WCF%20tracing&referrin...
Hi,
i remember we should be able to select .net framework version from a dropdownlist box in the property window(ASP.net tab) of virtual directory in IIS. but i just found .net framework v...
I am trying to update my project from VS 2005 to 2008. In VS2008 I set to .NET 3.5.
I get following error when I Debug. What can I do to fix this?
Error 9 The type 'System.Web.UI.ScriptMa...
Hi,
I am using statemachine WF.
There are several instances are running into production of initial
version, I did some changes into later version of workflow (added few
stat...
Hi Experts,
I'm converting my application from VB6 to .Net 2008 visual basic. In my VB6 code I've used CopyMemory API call to copy structures to structures. Generally we use CopyMemory API ca...