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...
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...
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 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...
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...
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...
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 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...
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...
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...
Hello, i"m now creating a three-tier architecture for our new web application (anonymous access). I've decide to create a "DBTools" class with some function like "ExecuteStoredProc". This func...
Hi,
I have multiple versions of .NET framework installed ( 1 ,2 3 and 3.5).
when I open a new VB project in VS2008 it use .net Framework 2.0 not 3.5? why? How to change it to 3.5?
what abo...
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...
Hi,
I am building a windows application that has xml files with data inside. I would like to embed the files in the application so that whenever the application is deployed, the data in the...
Experts,
I am new to development. I am using VS2008 and C#. I am I am trying to fill different controls and other things on my form based on the value of certain columns in the current row ...
I am in the process of creating an ASP.NET web application where I would like to keep all the data access encapsulated in a single object. I am trying to find examples of best practices which...
I am building a, multiple threaded stress testing application application where each thread execute methods on another application. I am tracking the time it takes for each method call so whe...
Hi,
I am using a listbox control with checkboxes in it. I want to disable selection on the listbox, so when the user selects a row, it will only check/uncheck the checkbox, and will not se...
Hi I am new enough to VB.NET so I have been doing some tutorials online. I followed one for a windows application and used it to create a web application but I have encountered a problem. The ...
Hi Guys,
I'm really new to VB.NET and all and am picking up the pieces from a program that's been left from a previous developer. What I need to do is simply to read content from certain el...
Hi,
I have a utility program that we distribute simply by copying the folder (no installer). A problem I am having is that the program uses some .NET 3.5 features, and if .NET 3.5 is not i...
Hi, I have a ListView putted inside UpdatePanel which can be sorted and paged. HistoryPoint works only in the page itself, but once I clicked the link in the row of the ListView to go to a dif...
I have upgraded a dot net windows form project to dot net 3.5 . Prior to the upgrade the application ran fine on XP and Vista. Now the graphics don't display correctly on Vista. The graphics a...
I have a ListView control which is bound to a datasource. I want to do something in server side when someone clicks on an item. I found no direct way of doing it. Is there any other solution ...