Advertisement

Experts Exchange is proud to announce the Front Runners the Annual Awards and the 3rd Quarter Hot Shots. Who is at the top? See for yourself!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top .NET Framework 3.x Solutions: 1 - 25 of 65
 
My question is related to Self-Hosting WCF Services where i registered the service in the Computer Management - Services and Applications have my client app running as Winforms to invoke the...
have tried installing the same program several times.  Each time it comes up with a Microsoft .NET Assemby Registration Error.  I have attached a PDF version of the details of the error.  Onc...
I copied a web app from one laptop to another (vs 2008 .net 3.5) but getting error Could not load file or assembly 'System.Web.Extensions, Version=3.6.0.0, Culture=neutral, PublicKey=xxxxxx...
I am trying to bind a listbox to a list.  As you can see below, when the button is pressed it should add to the list and re-bind the list.  I have tried not re-assigning the ItemsSource.  I ha...
I am trying to setup a web site created to run on ASP .NET 2.0 and 3.5 on my new server. I have installed .NET 2.0, 3.0, & 3.5 onto the server.   However only .NET 2.0 Web Service Extension...
Hi experts i'm discovering LINQ and yes, this is very handy but what about performance? it seems to have a huge impact on it? may i use LinQ for normal use and For/Loop for performance ...
Hello Everybody, I need a comprehensive tutorial about .NET 3.5 WPF, and possibly o sample project showing various elements of WPF. For example, it would be very nice to have a treecontrol ...
Please advise good concise .NET 3.5 tutorials (with sample code) on WPF, WCF/WF on the web. Thanks.
Hi experts i'm new to vb.net 3.5 and from 2.0 i would like to synchronize thread in 2.0, i made this : private delegate sub _addEvtDelegate(byref lb as listbox, byval e as string) ...
I have a tabbed program, where the user can create new tabs. When a new tab is opened, unless otherwise specified, I'd like to load a default XAML view. I attach my code below. Problem is, ...
Hi Fellow Experts, I have a problem with the post build event when publishing using MSBuild with this commandline msbuild D:\Projects\Branches\Main\projectname\SolutionName.sln /t:Clean;Re...
Hello I want to Math.Round, but always to the next bigger value. So 4.1 should be 5... How can I do that? Thanks
I posted this question to the classic asp forum in error, so I apologize if any uers have to read this twice. My specific question is whether or not the asp:button control can be used to se...
Hi, I have a web page showing an image from a XML data source developed in C#, ASP.NET 3.5. How can I get it so that the page reloads (or just refreshes the image section) the previous o...
Hello, I've written an application for installing our product on SharePoint Server.  This runs fine on a x86 version of Windows Server 2003 R2 Enterprise, as well as on x64 systems (Server 200...
My program has a TabControl, which naturally holds a number of Tabs. I'd like to save which tabs are open until next time. I figured that the easiest way to do this would be to simply serializ...
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...
I have a details view on one page and a gridview on another.   Gridview displays employee info and 'select' is enabled.  I would like the record to open in details view (one the other page) wh...
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 am dynamically creating images in .Net 3.0, but each format is giving me problems. - When I save as Gif, the image is (I think the term is) 'ditherered' - When I save as Png, it looks grea...
Does anyone know of a good tutorial on creating a custom scrollbar in .NET 3 WPF?
Hi,        I am writing a C# app and need to embed a very lightweight database in it.  Is there a way to use SQLite in C#?  What drivers do I use? Thanks!
<TextBlock Name="Description"  Grid.Column="1" Text="{Binding Path=Name}" Width="90" Height="20" Margin="0,6,0,0"  /> I need to figure out how to pass a bound value to a function for format...
My company has just invested in a dedicated web server to host our multiple sites. Our IT support partners have done a basic Windows 2003 installation with SQL Server 2005 and have asked me to...
I'm making a WPF-application. Currently, experimenting, I'm just using a simple <Grid> inside a <ScrollViewer> and place some lines on it for drawing/presenting data. I'm gonna be placing a...