Hi, am an ASP.NET developer new to Sharepoint.
Having installed Sharepoint Server 2010, SQL and VStudio on Server 2008 I'm trying find out if there is a way to disable all the extra features that come with SP Server.
I wish to develop SP foundation apps only.
Do I need to uninstall SP server and just install SP foundation or is there ...
Hi
My client has a Windows Server 2008 R2 dedicated box leased from a hosting company. I assume they have to correct licences for it.
However I want to install Sharepoint 2010 Foundation on this box and expose it via the internet to the client and their satelite employees around the world.
I initially thought this wouldn't cost any mo...
Hi,
I used the Microsoft Media Foundation samples (namely MFCaptureToFile) to capture H264 frames from my webcam and write them to a file.
I'm trying to use IMFTransform to decode the captured frames and get the underline images out (YUV, BMP, whatever).
However, the ProcessInput method never returns with MF_E_NOTACCEPTING, and the Pr...
In iPhone development, speed is of the essence. Does anyone know if there is a speed difference between using a CoreFoundation type (like CFMutableDictionaryRef) versus a Foundation type (its counterpart, NSMutableDictionary).
I would think manipulating the CF type would be faster as it doesnt have to throw around ObjC runtime messages,...
hi all,
I have installed TFS on my local dev machine and I want to "version control" my small project using TFS. However I have having trouble configuring TFS on my machine to get started. Can you please point me to some basic , starter internet resources for installing, configuring TFS.
Thanks
...
I am making a framework and I have this code (conditions is an NSDictionary):
for (NSString *key in conditions) {
id value = [[conditions valueForKey:key] retain];
// Check if number or string
if ([value class] == [NSString class]) {
conditionsString = [NSString stringWithFormat:@"%@='%@' ", key, value];
} else {...
Hi,
i am new learner of windows workflow foundation 3.5.
I want to just redirect from one page to another page with using querystring values.
So how can it possible with using windows workflow foundation + asp.net technolgoy.
Please help....
thanks
...
I'm looking at some open source code and trying to understand why the author has done something in a particular way.
The class is a wrapper around NSArray to create a stack data structure with push, pop, etc.
One method is topObject which returns the topmost object on the stack and its implementation is:
- (id)top {
return [[[stac...
I need to convert a NSData object to an NSString. It is meant to be gibberish but I need it for debbuging.
When I use NSString's initWithData, it breaks as the data has NULL bytes. How can I make it ignore the null bytes and get a proper string?
...
Hi
Using Sharepoint Foundation 2010 I've edited v4.master, added a ref to a new CSS file, saved the changes and they are applied to the home site no problem.
However when I create a subsite it uses the old version of v4.master for some irritating reason. I'm vaguely aware that some of the publishing features from SPS are not included i...
Sometimes I wonder when something gets autoreleased. I added an NSLog in the dealloc of various objects, but I couldn't find anything useful.
When does something release when autorelease is used? Is it unpredictable, or is there some extra thread running? Thanks.
...