Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested .NET Framework 3.x Solutions: 1 - 25 of 92
 
Hi i have install .NET Framework 3.5 in IIS 6.0 on my windows 2003 std server, but it is not show in the IIS asp.net property how  i am sure that the .NET Framework 3.5 has been install on ...
Hello Experts, I have installed .net framework 3.5 on windows xp sp2 But after install i have found that iis is not installed on my machine, so i have installed iis on my machine. After i...
Hello Folks, I have installed .NET Framework 3.5 in IIS 6.0 on windows 2003 server, however it is not showing in the IIS configuration properties. Can someone please advice how to make sure ...
HI There, I'm trying to use a custom validator inside an update panel. It does not seem to be firing at all so I was wondering what approach I should take given: 1. I have multiple valid...
I have a 3.0 site that I just upgraded to 3.5.  It runs fine on my dev box (with VS 2008) - but on the server (no VS 2008) - I get the error Compiler executable file csc.exe cannot be foun...
I'm trying to setup a WCF service to work with remote machines.  I have the service contracts and data contracts created and also a test service host application.  I'm able to go to http://loc...
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...
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...
Hi, ye mighty all I have multiple versions of .NET framework installed on my PC (Windows XP SP2). It lloks ridiculuis, but what I have in my list of applications, is: .NET 2.0 Russian Lan...
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 am going through the exercises of a WCF book that I bought. I am using VS 2005 and have .NET 3.0 installed  I get the following error when trying to debug  - Unhandled Exception: System.Ser...
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 use this class for calling my WCF Service http://electroholic.com/?p=10 in the sample the author has this code ExampleWCFClient client = proxy = new ExampleWCFClient()...
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...
How do I create a new WPF window and maximize it in the second window?
This is complex, but I'll try to explain completely & succinctly. I have a VB6 application (call it App), using a .Net 3.5 assembly (call it Bridge) that calls other assemblies including a ...
I am using VS express web developer .net3.5.  I have a datalist on the page and have changed 2 textboxes in to dropdown lists.  I can populate the data in the dropdowns without an issue but I ...
Please advise good concise .NET 3.5 tutorials (with sample code) on WPF, WCF/WF on the web. Thanks.
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, ...
I am trying to pass a collection to a WCF Service. But I am getting an error Value of type 'System.Collections.Generic.List(Of VBIObjects.ParameterInfo)' cannot be converted to 'System.C...
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 ...
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) ...
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...
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 ...
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...