およびニュースあなたの最もよい資料源約 眺望, 窓の眺望 そして 運転者 インターネット

ヴィスタの記事 上50 ヴィスタのビデオ 柔らかいヴィスタ ヴィスタの助け

視覚スタジオ

現在記事をからの拾い読みしている MS Windowsヴィスタの多用性があるソフトウェア 部門の一致 視覚スタジオ.

マイクロソフトは視覚スタジオ2008年および.NETフレームワーク3.5のための11月の発行日に託す

バルセロナ、スペイン- 11月。 5 2007年- 今日、マイクロソフトTechEdの開発者2007年の基調演説の間に、S。 、「マイクロソフトが2007年11月の終りまでに視覚スタジオ2008年および.NETフレームワーク3.5を解放することをソーマ」 Somasegar発表されるMicrosoft Corp.の開発者の部分の団体の副大統領。 視覚スタジオは2008年および.NETフレームワーク3.5はすべてのレベルで開発者が急速にWindowsヴィスタ、Windowsサーバー2008年、2007年のマイクロソフト・オフィスシステム、モバイル機器および網のための強制的なユーザーの経験を提供する接続された適用を作成することを可能にする。 マイクロソフトSYNCフレームワークの最初のコミュニティ技術の下検分(CTP)およびPopflyの探検家のための新しい機能を含む開発者のための新しいツールそして資源を、提供する視覚スタジオパートナーのための新しい機会を、と同様、開けるソーマのまたベールを取られた計画。

「ユーザーが顧客表面仕上げのウェブサイトまたはWindowsの豊富なにクライアントアプリケーションある、またはマイクロソフト・オフィスを使用して造られたデスクトップのビジネス・アプリケーションは」はSomasegarを言ったかどうかと相互に作用しているすべての適用から、にもかかわらず期待するものを網の非常に社会的な、視覚性質基本的に変えた。 生産性を後押しする必要があり、収入を運転し、そして競争に先んじてとどまるサービスおよびずっとより豊富な、より接続された適用を提供するために「伝統的に、組織は困窮している。 視覚スタジオ2008年および.NETフレームワーク3.5によって、開発者が既に最も最近のプラットホームを」。利用する強制的な適用を造らなければならない技術を使用することは容易である

Ltd.、Xerox Corp.、Dell Inc. FWBS。 そしてK2は早い採用者の顧客のほんの一部である

...
かちりと鳴らしなさい「マイクロソフト読み続けるために託す視覚スタジオ2008年および.NETフレームワーク3.5のための11月の発行日に」を

kenlin@HK [最高殊勲選手]によって書かれている 2007年11月6日 を使って コメント無し.
より多くの記事を読みなさい msdn そして .NETフレームワーク そして 視覚スタジオ そして MSのニュース そして プロダクト.

あなたの既存のASP.NET 2.0のウェブサイトまたはWebアプリケーションにASP.NET AJAX v1.0を可能にしなさい。

数日前に、私は方法についてあなたのASP.NET 1.1からASP.NET 2.0、私があなたの既存のウェブサイトまたはWebアプリケーションにASP.NET AJAX v1.0を可能にすることについて論議しようと思っている今回を改善する共有した。

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.

Visual Studio 2008 Beta 2 Virtual PC (VPC) images to expire on Nov 1st

For users who downloaded the VPC of VS2008 Beta 2 from MSDN, please be noted that the VPCs will expire on Nov 1st, instead of March 15, 2008 as announced originally.

It is best that you start to backup and move your Team Foundation Server data to an alternative source. For instructions on how to move, please refer to the article http://msdn2.microsoft.com/en-us/library/ms404879(vs.90).aspx from the MSDN Library.

Some FAQ you might have:

FAQ

Q. Will my data be available after November 1, 2007?A.This is still being researched, however, currently the understanding is that customers will NOT be able to access their date after November 1st unless the data is moved to an alternate installation location.

Q. Can I reset my system date to re-enable the OS image?A.Again there is still research being done, however, from the current understanding of the problem resetting the system date back DOES NOT re-enable the OS image.

Written by Jabez Gan [MVP] on October 27th, 2007 with no comments.
Read more articles on Visual Studio.

EXECUTE permission denied on object ’sp_sdidebug’, database ‘master’, owner ‘dbo’.

I got this error from one of my ASP.NET web services when I tried to fetch some data from a remote database. I tried searching online for a possible fix to this issue but found none to be convincing and so thought of publishing the solution that resolved the issue.

Please note that this solution may only be effective if you are debugging your ASP.NET page/web service and are manually attaching the worker process.

1. Attach to the worker process.

image

image

2. With the aspnet_wp.exe highlighted hit the “Select…” button at the top right hand side.

image

You will get the “Select Code Type” dialog with the “Automatically determine the type of code to debug” selected. Now for ASP.NET to use the “Managed” code type by checking the “Managed” checkbox.

Try it again and it should work without the “EXECUTE permission denied on object ’sp_sdidebug’, database ‘master’, owner ‘dbo’.” error.

Hope it helps. Let me know of any issues or alternate solutions in comments.

Written by askars on October 25th, 2007 with no comments.
Read more articles on howto and Misc and ASP.NET and .Net and Visual Studio and Tips and Tricks.

« Older articles

No newer articles