您的最佳的信息源和新聞 遠景, winvista 并且 窗口遠景 在互聯網

景色文章 名列前茅50 景色錄影 景色軟 景色幫助

.NET框架

您當前瀏覽文章從 微軟視窗景色兼容軟件 匹配類別 .NET框架.

.NET框架3.5常用的類型和Namespaces海報

A

由askars寫 2007年11月18日沒有評論.
讀更多文章 .NET框架3.0 并且 .NET框架 并且 混雜 并且 . 網.

得到†œ403 Forbidden†錯誤在Sharepoint為3.0或Sharepoint服務器服務2007年?

我是安裝Sharepoint服務3.0在窗口服務器2003 SBS,并且遇到了這個問題:

問題:

跑有些頁在Sharepoint服務3.0意志給403禁止的錯誤。

在一些googling以後,解答是:

解決方法1 :

A) 臨時固定:

  1. 給Web.config toÂ改名  其他文件名。
  2. 再訪問403禁止的頁的嘗試。
  3. 改名回到Web.config

B) 永久固定:

這是由微軟.NET框架2.0更新造成的。 卸載補丁KB928365.

如果這運作,寄發我們有些評論!

寫由Jabez Gan [最有價值球員] 2007年11月10日沒有評論.
讀更多文章 .NET框架.

微軟做對11月發行日期為視覺演播室2008年和.NET框架3.5

巴塞羅那,西班牙â€」 11月。 5, 2007年â€」 今天,在施政演說期間在微軟TechEd開發商2007年, S。 †œSoma† Somasegar,開發商分部的公司副總統在Microsoft Corp.,宣佈微軟在2007年11月以前將發布視覺演播室2008年和.NET框架3.5。 視覺演播室2008年和.NET框架3.5使開發商在所有水平迅速地創造提供強制用戶經驗為窗口景色,窗口服務器2008年, 2007年微軟辦公系統系統、移動設備和網的連接的應用。 打開新的機會的身體也被揭幕的計劃為視覺演播室夥伴,並且提供新工具和資源為開發商,包括第一公共技術預覽(CTP)微軟Sync框架和新的能力為Popfly探險家。

†œThe高度網的社會和視覺本質根本上改變了什麼他們互動與的用戶期望從所有應用,不管是否it†™s在顧客飾面網站或窗口富有的客戶端應用程序,或者使用微軟辦公系統被建立的桌面商業應用, †認為Somasegar。 “Traditionally, organizations have been hard pressed to deliver the richer, more connected applications and services they need to boost productivity, drive revenue and stay ahead of the competition. With Visual Studio 2008 and the .NET Framework 3.5, it is easy for developers to use the skills they already have to build compelling applications that take advantage of the latest platforms.”

FWBS Ltd., Xerox Corp., Dell Inc. and K2 are just a few of the early adopter customers

...
Click to continue reading "Microsoft Commits to November Release Date for Visual Studio 2008 and the .NET Framework 3.5"

Written by kenlin@HK [MVP] on November 6th, 2007 with no comments.
Read more articles on msdn and .NET Framework and Visual Studio and MS News and Products.

Enable ASP.NET AJAX v1.0 to your existing ASP.NET 2.0 Web Site or Web Application.

Few days ago, I shared about how to upgrade your ASP.NET 1.1 to ASP.NET 2.0, this time I am going to discuss about enabling ASP.NET AJAX v1.0 to your existing Web Site or Web Application.

1) You have to downlaod and install the ASP.NET 2.0 AJAX Extensions 1.0. Here
2) You may download and extract the ASP.NET AJAX Control Toolkit. Here

After install it, you will found out that you may create AJAX Enabled Web Application when creating new projects(Web Site or Web Application). You may also found out that there is a new tab called “AJAX Extensions” in Toolbox. If you have extracted the ASP.NET AJAX Control Toolkit, you may do the following,

1) Create new tab called “AJAX Control Toolkit”;
2) Right click under the created tab and click on “Choose Items…”;
3) Click “Browse…” and browse to the folder which you extract the ASP.NET AJAX Control Toolkit, and then browse to “~\SampleWebSite\Bin\” and select AjaxControlToolokit.dll
4) Now you will see a lot of controls which you are ready to use. You may browse and view the “Toolkit Live” to get the sample and idea on the controls.

You are now ready to build your AJAX web site or web application. However, if you have any existing ASP.NET 2.0 Web Site or Web Application, you do the normal action to write AJAX, you will found out that the AJAX is not working in your existing Web Site or Web Application. You have to do the following in order to let

...
Click to continue reading "Enable ASP.NET AJAX v1.0 to your existing ASP.NET 2.0 Web Site or Web Application."

Written by kenlin@HK [MVP] on November 5th, 2007 with no comments.
Read more articles on msdn and .NET Framework and Visual Studio.

VS2008 Beta2 VPCs re-released

As you might already know, the VS2008 VPC will be expired on Nov 1st, the VSTS team is going to release a new VPC with updated expiration date.  Detail in below,

As the final act in our saga of expiring VPCs, I’m happy to announce that we’ve reissued VPCs for VS2008 Beta2 with an updated expiration date.  You can find the updated links on the VS2008 download page:

Thanks to everyone that has helped us get the word out about this situation and please accept our apologies for any inconvenience this might have caused you.  Needless to say, we’re taking steps now to ensure that we don’t make this particular mistake again.

Source from Jeff Beehler’s Blog — VS2008 Beta2 VPCs re-released

Written by kenlin@HK [MVP] on October 31st, 2007 with no comments.
Read more articles on Virtual Machine and .NET Framework and Visual Studio.

Upgrading ASP.NET 1.x to ASP.NET 2.0

Last time, I speak in Hong Kong .NET UserGroup Monthly Gathering in 2007 Sept right after MSDN Seminar, the topic was “Experience Sharing: Upgrading ASP.NET 1.x –> 2.0 –> AJAX”. Well, I also promised that i will blog about it. Actually, it is nothing new and it is nothing special. I just shared my experience on how I upgrade ASP.NET 1.1 to 2.0 and how to enable AJAX.

First, I am not sure if you know that, in .NET framework 2.0, there is 2 types of Web Projects, ASP.NET 2.0 Web Site and ASP.NET 2.0 Web Application. You may refer to the following link for more information if you would like to read more.

Introduction to Web Application Projects
http://msdn2.microsoft.com/en-us/library/Aa730880(VS.80).aspx

If you are going to upgrading your existing ASP.NET 1.x project, you should choose to be using ASP.NET 2.0 Web Application project. This is the message from one of ScottGu’s blog, Tutorial on VB and C# are also mentioned.

“Because the VS 2005 Web Application Project model has the same conceptual semantics as the VS 2003 Web Project Model, it also makes migrating VS 2003 web projects very, very easy – with zero/minimal code changes required. To learn how to automatically upgrade a VS 2003 web project using this option, please review these VB and C# tutorials that walkthrough the VS 2003 to VS 2005 upgrade process step-by-step.”

However, if you want to

...
Click to continue reading "Upgrading ASP.NET 1.x to ASP.NET 2.0"

Written by kenlin@HK [MVP] on October 30th, 2007 with no comments.
Read more articles on Introductions and .NET Framework and Visual Studio.

« Older articles

No newer articles