XmlSerializer
Fri, 21 Oct 2005 11:54:07 +0800
hi all,
trying to "serialize" an WinFS Item called contact, but is this possible ?
i get an exception when doing so....
---------------------------------------------------------
Additional Information: An assembly failed to load, returning HRESULT
0x80070002. It would have had display name
'System.Stora ...
|
MP3 Promoter
Mon, 17 Oct 2005 15:42:57 -0700
I am trying to create a Promoter for MP3 files to pull tag info from
the file and populate a WinFS item. Are there any source examples of
how to do this? You would think this is such an obvious use of WinFS
that it would have been provided as part of the install (surely MP3 is
as popular as DOC and JPG), but ...
|
WinFS Process -> 100% CPU
Mon, 17 Oct 2005 21:21:40 +0200
I have installed WinFS on my Tablet PC (Portege 3500). I don't shutdown
computer, but instead hybernate it.
After several days (2-3) WinFS.exe process starts to use 100% of CPU. And
TPWRTRAY.EXE (Power management from Toshiba) first gives message box with
("can't load tpwrtray.exe"), and after one houd it g ...
|
Schema for this type is missing on the store.
17 Oct 2005 06:21:39 -0700
I've console app which using custom schema's type but it's not working-
Cannot serialize object of 'WinFSSchemaLibrary1.TMC,
WinFSSchemaLibrary1, Version=0.1.0.0,
Culture=neutral,PublicKeyToken=0d1ff578ac1e8502' type. Schema for this
type is missing on the store.
What does it means?I've added client assembl ...
|
Organization with Contact
Mon, 17 Oct 2005 16:08:32 +0800
hi all,
i see that there's an "Organization" class where "Contacts" can be
associated with it but could somebody show me how this can be done ?
in other words, i'd like to setup and company structure with employees in
it, and i assume it's possible using these classes.
thanks,
...
|
Attachments, storage & links
Thu, 13 Oct 2005 07:25:06 -0700
Ok, first of all I'm not a developer by trade so apologies if this question's
a little basic. I'm very excited by winfs & wanted to pass an idea past the
people here to see if it's feasible, and to see if I'm properly understanding
how winfs could be implemented.
We've an internal intranet managing our p ...
|
People and Events
Wed, 5 Oct 2005 23:51:20 -0500
Looking at the present layout of the file structure, I notice that Birthdate
is an "attibute" in the Person information.
Wouldn't it be better that Person derive that from an event. While I don't
believe that WinFS should be a Genealogy program.
Having worked with a few does lead to some interesting asp ...
|
|
|
StoreSpy exception upon startup
Tue, 4 Oct 2005 22:57:05 -0700
Hi!
I have tried installing WinFS Beta1 on Windows XP Pro SP2 on Microsoft
Virtual Server. The installation went fine and StoreSpy ran without
exceptions. However, on another virtual machine based on the first one and
with Visual Studio 2005 Beta2 installed, even though I get no installation
errors from e ...
|
re: Customised links
Tue, 04 Oct 2005 16:54:50 -0700
This can be done using a custom schema. One thing to note is that the typing of the source and target is done with a property constraint of Ref(T), not Type Ref(T). This is a constraint on the Source ( SourceRef ) and target (TargetRef).
<PropertyConstraint Property="SourceRef" Type="Ref(Documents.Document)"> ...
|
Re: OPath Tutorial? / ItemExtensions search
Tue, 04 Oct 2005 11:42:05 -0700
Daniel,
The WinFS SDK documentation really does have some good details on OPath as well as examples.
An alternative way to write your query would be as follows:
"Extent(@0).Filter(exists(LocationElements.Filter(Version = 1)))"
-------------------------------------
**Ramesh Nagarajan [MSFT]**
-----Or ...
|