I just installed VS 2010 and I like what I see. Can you guys share some cool things in VS2010? myself I like the Architecture explorer a lot. Looking forward to your tips.
Hi! I'm using jQuery Tablesorter and I have a problem sorting tables with date values of format: 16-Jan-2010
How do I make them sort properly?
Thanks in advance!
Is there a SharePoint 2010 CheckList out there that ensures that you have all of the features installed that a general org would need to have installed?
I am facing a exception with a addin that we have written for outlook 2010. Basically i am calculating the size of the emails.
Following are the details of the exception
Message: Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL))
-Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL)) -
at Microsoft.Office.Interop.Outlook._MailItem.get_Size()
at MFToolHelper.getFolderItemsSize(Items fItems)
Category: Exception
Priority: -1
EventId: 0
Severity: Error
Title:LogErrorMessage : at Microsoft.Office.Interop.Outlook._MailItem.get_Size()
Win32 ThreadId:5960
Thanks
Is it possible to search on Tags within SharePoint 2010? I know you can refine your search based on Tag (Search for a keyword, then filter by Tags) and you can use the "Tag Cloud", but that doesnt let you search by more then one Tag. How would I for instance, search for some documents that I have tagged as "Technical" and "Internal", and return all items tagged with both of those tags?
Hi all, i just try visualstudio c# 2010 express edition. According to the website, this express edition support simplified setup. Can someone explain to me how to use this feature in express edition ?
Thank you.
I installed Sharepoint 2010RTM on Windows 2008 SP2. During the configuration stage, it failed. The reason is c2wts does not start up. I followed the suggestion here.
But the service still does not start up. Anyone met with the same problem?
Hi,
was anyone able to build Qt on windows 7 (64-bit) with visualstudio 2010? I've tried different compilers and -no-webkit option for configure, every time nmake fails with error code U1077. Would be very greatful for suggestions. Thanks in advance,
Daryna
We have a VS2005 solution and I want to convert it to VS2010. I figured an easy way to keep the old solution around (for other developers) is to create new sln and proj files specific to 2010. I hoped that the conversion wizard would do this easily but it doesn't seem to.
Anyone know an easy way to copy all .sln and .csproj files, then convert to VS2010?
Is it possible to develop a web-part in ASP.NET (framework 2.0), to have a sandbox architecture, and deploy those web parts inside Share Point 2010 and/or MOSS 2007
we donot want to use any SharePoint dll reference with web parts we develop.
we refer to the url, section at http://msdn.microsoft.com/en-us/library/ee539417.aspx (section Web Parts in Sandboxed Solutions)
Is it possible to build a VS2008 solution (C# and VC++ projects) using the automated MSBuild built into TFS2010? When I niavely just run it, the build fails because the 2008 Solution file needs to be upgraded (and presumably so would the project files). Can I tell MSBuild 2010 to just build the 2008 files?
Hi,
I am querying SharePoint 2010 search using FullTextSqlQuery. The query returns results as long as i run it from the webpart. However, for some reason, i need to run the same query from a custom aspx page deployed under layouts. The query returns a wcf exception.
Has anyone tried running custom queries from pages deployed to layouts folder under 14 hive?
Thanks,
Faiz
Hello!
I'm trying to modify and set alert templates on a SP (working on a copy of alerttemplates.xml), but I'd like to deploy them just on some specific sites, not the whole farm. Is this possible? I'm using SharePoint 2010RTM.
Thanks
In the article "Teach Yourself Programming in Ten Years" Peter Norvig (Director of Research, Google) gives the following approximate timings for various operations on a typical 1GHz PC back in 2001:
execute single instruction = 1 nanosec = (1/1,000,000,000) sec
fetch word from L1 cache memory = 2 nanosec
fetch word from main memory = 10 nanosec
fetch word from consecutive disk location = 200 nanosec
fetch word from new disk location (seek) = 8,000,000 nanosec = 8 millisec
What would the corresponding timings be for your definition of a typical PC desktop anno 2010?
When I call cin or getline with cin in my VisualStudio2010 C++ app, I can enter something in the console (as it should be), but the right-click context menu is "blocked". It doesn't appear - this means I and my clients are not able to use copy and paste.
How to enable the context menu in the console with cin?
Besides the Amazon Integrator from /n software, are there any other Amazon S3 components available that can be used with Delphi 2010? I would use the one from /n software, but it has some issues (e.g. GetObjectInfo doesn't work if the object is stored in a specific location) and limitations (e.g. copying objects doesn't let you define replacement meta-data).
I don't have the time or resources to create such a component myself.
Thanks!
i want to migrate one of the application from vb6 to .net with visualstudio2010.At present the application is windows based application. i want to make web application.
i guess i have to rewrite the code in .net. could you please advice me while i rewrite the code in .net.
thanks in advance.
Hi All,
I tried the new Record type TTimeSpan in Delphi 2010. But I encourage a very strange problem.
assert(TTimeSpan.FromMilliseconds(5000).Milliseconds == 5000);
This assertion does not pass. The value of 'TTimeSpan.FromMilliseconds(5000).Milliseconds' is always 0. I really cannot explain.
Hi,
I an trying to setup Forms Based Authentication using ASPNetSQLMembershipProvider.
In 2010 Beta 2, I was able to do this in classic mode, and it worked.
With the RTM, it is no longer supported under classic mode, and I must switch to Claims based Authentication.
So I created a new web application, and configured everything in sharepoint to work with FBA, But I can't get it to work.
Anyone managed to do this?
Thanks,
Itay.
I'm looking to build a SharePoint 2010RTM environment and I'm wondering if there's a guide out there for doing so. I have 4 VMs (AD, WEB, SQL, IDX) to use to build the proper environment.
I am just getting started with C++ and wanted to know does it really matter what template you chose in VisualStudio2010 (for creating executables)? Like if I was creating a console application there is CLR Console Application, Win32 Console Application, and Win32 Project (description says it can be an application or a dll), what would I chose (or could i select Empty Project)?