Event Category: None
Event ID: 0
Date: 11/12/2008
Time: 12:46:23 PM
User: N/A
Computer:
Description:
Service cannot be started. System.TypeInitializationException: The type initializ...
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 ...
Hi there expert's,
This one is really doing my head in. I simply cannot find a way to install .net framework 3.5 on my girlfriends computer. It was only built last week. Is running genuine...
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, I have a clean install of Server 2008 Enterprise x64. I'm trying to install SQL 2008 Enterprise x64, but it requires .net 3.5 SP1. It attempts to install it as part of the SQL install, but...
Hi,
I want to know the exact difference between different .net frame works.
Differences between .net framework 2.0, 3.0, 3.5 and 3.5 SP1
Thanks
M
Hi,
How do I specify the web config file to select latest verson of AjaxControlToolkit for my .net 3.5 development?
<add tagPrefix="Ajax" namespace="AjaxControlToolkit" assembly="AjaxCo...
Hi, I'm having trouble with data after binding it to a WPF combo box or listbox. I have a generic list of objects (generated from Linqs) which I'm binding to a combo box. Now this list will ch...
I have a numeric field in sql 2000 server, numeric (10,0) not null.It represents the seconds from 1/1/1970.I want to convert this numeric to C# Date Time.
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...
Hi Experts,
I have created a Outlook Shared Add-in.I am creating coneection to my sql database.
I am able to create connection but how to store it in a config file and access the connections...
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,
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...
string Username = this.txtLoginId.Text;
string newpwd = txtNewPassword.Text.ToString();
string oldpwd = txtOldPassword.Text.ToString();
string domain = ...
I have an image in System.Drawing.Image control
How can I show it in
System.Web.UI.WebControls
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 ...
I have the Framework 3.5 installed, so I assume that means I already have AJAX capability and don't need any special files in my bin folder, etc. I use a text editor to write code, not Visual...
I have created Add-In project for outlook in .Net 3.5 using Shared Add In project.
This project downloads attachments from selected mail in outlook and save it in our database.
I want to...
Could someone please advise me on how I might deploy MS dot.NET Famework 3.5 to multiple users via GP?
All I require is an MSI file in order to do this, however the file I have found on the...
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...
I'm using Linq to Entities in .NET, and SQL Profiler to analyse the SQL statements being passed through to SQL Server.
I've noticed that when referencing values from multiple entities in a ...
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 am getting this error while implementing the stored procedure in LINQ.. Please see the code attached below...
Error Message : The query results cannot be enumerated more than once in L...
Hi, I have developed an ASP.NET web site that uses an UpdatePanel and a CollapsiblePanel from the AJAX Control Toolkit. It worked fine on my development environment (Visual Studio 2008, .NET ...
Pulling my hair out, please help. Thanks to all in advance.
I have a gridview where the first column is an ID column. The second column is a pulldownlist.
The gridview is fully editable us...