Latest Blog Posts - DotNet Cluster
- It is an error to use a section registered as allowDefinition="MachineToApplication" beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.on Mar 13, 2014 in .NetAnswer:-I am working .net application. I have this error when i open my application solution file and build my application that time getting this error. and then i referred in this link.he mentioned about I won't open the parent folder solution...
- Multiple CustomActionData fieldsThis is multiple CustomActionData field pass in SetUp file. it is possible to add one or more custom screens in the setup wizard, with fields (e.g. text boxes) where the user can enter additional installation parameters.A custom field can...
- Please wait while windows configures My Project solutionon Mar 7, 2014 in .NetI have a service setup. It has one shortcut in application folder (In Users program menu). When I try to install installation has completed with no issues. But after installation when I click the shortcut the first time open the application and then...
- Create New RoundedButton Style Templete in Wpf application, using Button Property IsEnable, IsPressed, IsMouseOverThis code create a new roundedbutton for wpf application.Its easy understand and customes button style. I want to create rounded button for in my application and style effect change when Button Enable and Disable time after that IsEnable time when i...
- Sample Multi thread Functionality in C#this code sample main class i created multi thread concept. already i used thread in my application while call my method continuously but there is deadlock occurred because already different thread runing there so thats what i used multi thread like...
- The calling thread cannot access this object because a different thread owns itI am working in wpf application. i want to call the print method till when i click stop button. So that case i have used in thread concept while i was getting This error 'The calling thread cannot access this object because a different thread owns it...
- Get USB Device from your local machine using C# code behindThis is all the USB device read from your local machine using C#. I am working in wpf windows application. When i want to read my system USB Device i got this sample code. This code every easy to learn and implement as you want. just copy and past i...
- LINQ using XML data load to combobox.To use LINQ to XML you will need to import a two of namespaces. using System.Linq;using System.Xml.Linq;private void StudentsLoad(){ var xElem = XElement.Load(@"Student.xml"); var students = from prod in xElem.Descendants("Student&q...
- Statically Load XML Data to the wpf combobox (drowpdown list) in wpf applicationWhen i want to xml data load to the combobox . i got this solution. Its very simple to load the xml data. this the xml data. <Items> <Item> <ItemId>1</ItemId> <ItemName>Architecting ASP.NET Applications...
- XML data load to gridview in wpf applicationon Jan 23, 2014 in CSharpThis code XML data load to gridview in wpf application. when i want to xml data load to the gridview using back end csharp code. its very simple. 1. Create DataSet object and then 2. Load the xml file to dataset using readxml property. 3. dataset...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}