2009年11月6日金曜日
VS2010 と SharePoint 2010(後で読む)
2009年10月29日木曜日
SharePoint Server 2010 インストールについて
Following are the options:
Install SharePoint on Windows Server 2008 Service Pack 2 x64 (or Windows Server 2008 R2 x64).
Use Microsoft Hyper-V and install SharePoint on a virtual machine running a Windows Server 2008 Service Pack 2 x64 (or Windows Server 2008 R2 x64) guest operating system.
Install SharePoint on Windows 7 x64, Windows Vista Service Pack 1 x64, or Windows Vista Service Pack 2 x64.
Use Microsoft Hyper-V and install SharePoint on virtual machine running a Windows 7 x64, Windows Vista Service Pack 1 x64, or Windows Vista Service Pack 2 x64 guest operating system.
ただしインストール時にはご注意を:
SharePoint requires your operating system to have certain prerequisites installed before installation begins. For this reason, SharePoint includes a PrerequisiteInstalle.exe tool that installs all of these prerequisites for you. If your developer workstation is set up with the Windows Server 2008 Service Pack 2 or Windows Server 2008 R2 operating system, to install SharePoint 2010 you only have to run the PrerequisiteInstaller.exe tool, which is included with SharePoint 2010 to install the prerequisites that SharePoint needs, and then run Setup.exe. However, you cannot use PrerequisiteInstaller.exe on Windows 7 or Windows Vista. For those operating systems, you must follow the additional instructions in this section.
Because the default installation works only for Windows Server 2008, you must edit one configuration file and install many of the prerequisites manually. You must perform each of the following steps while logged on with an account that has administrator access on the local computer. These steps assume that you received the SharePoint 2010 distribution as a single compressed executable file named SharePoint.exe for SharePoint Foundation 2010 and OfficeServer.exe for SharePoint Server 2010.
とりあえず 2008 Server のVM作ってやってみます。 VS2010 の SharePoint ツールを試してみたく。
2009年10月19日月曜日
Silverlight で WSS の Web サービスを利用する前に (clientaccesspolicy.xmlの配置)
2009年10月8日木曜日
2009年10月6日火曜日
iPhone で Flash
2009年10月5日月曜日
WSS 3.0/MOSS 2007 の Windows Server 2008 R2/SP2 サポート
2009年9月9日水曜日
2009年9月3日木曜日
Live Framework CTP
2009年7月1日水曜日
Hakintosh 2140
2009年6月28日日曜日
Netbook と OS X
普段自宅で使用してるのは MacBook Pro なんですが、VMWare のおかげで最近仕事で使う事が多くなり半分サーバー化もしてきてます。バックパックに入れて持ち歩いてますが荷物が多くなってくると鞄にすぽっとはいるものが欲しいなあとおもうこのごろでした。
2009年5月31日日曜日
CAML と日本語列名
WSS の CAML を使用して SPQuery にクエリ設定をするときは、WSS 内部で使われる列名を使わなければいけないとのこと。クエリあってるじゃないのおっ、と CAML とにらめっこしてたんですが・・・
調べてみたら日本語だと列作成時に UTF-16に変換されたものがつけられるとのこと。標準ビューでソートをかけた時に URL に SortField というパラメータがつけられますが、ここに出ているのが内部的な列名ですね。
ASP.NET の HTML エンコーディングみたいなもんか。でも変換されているものをいちいち変換するのはめんどくさい。たぶん変換する便利なメソッドがどこかにあると思いますが、探している時間もないわということで・・・
「はじめは列名を英語表記(例: TargetAmt) にしておいて、作成したら列名を日本語(例:目標額)に戻す」
・・・に落ち着きました。
こうしておけば CAML で記述する時もは英語表記をそのまま使えばいいのでこけません。英語表記でもスペースが入るとそれも変換されるので、戻す処理をするかスペースをいれないか気をつけましょう。
ちなみにリストを作成するときはかってにList1とか名前がつくので要注意。
2009年5月30日土曜日
SharePoint Web パーツのデバッグ
忘備録ですが・・・ SharePoint 上の Web パーツをデバッグする方法です。ページに追加したらすぐに例外発生でコードを見直すという原始的なことをずうっとやってきていた自分に頭突き orz
Visual Studio で Ctrl + Alt + P またはデバッグメニューから[プロセスにアタッチ] を選択して w3wp.exe を選択します。
あとは例外発生のときに実際のコードを追跡できるのでこりゃ便利と。
再び orz チータの唄う通り。
ちなみにネットブックで初ブログ㊗ 機種?ヒミツ。
2009年5月21日木曜日
2009年5月5日火曜日
Mophie Juice Pack Air for iPhone 3G
メールの他に移動中に技術書読んだり、調べものしたり、GTD 整理したりと便利な iPhone ですが、母艦(Dock ね)から長時間外れるとへたってきます。2009年5月1日金曜日
MOSS 2007/WSS 3.0 SP2
Windows SharePoint Services 3.0 SP2 および Windows SharePoint Services 3.0 Language Pack SP2 についてhttp://support.microsoft.com/kb/953338
2007 Microsoft Office Servers Service Pack 2 (SP2) および 2007 Microsoft Office Servers Language Pack 2 (SP2) について http://support.microsoft.com/kb/953334
パフォーマンスなど、いろいろ向上しているようです。AJAX 完全対応してほしい・・・
また SharePoint Server 2010 への移行準備チェックツール (stsadm ツールの preupgradecheck 機能)も入っています。リリースされたら一気に移行できる?