Property not found on 'Windows.Foundation.Char16'
I get the following error. Any help to point me in the right direction would be much appreciated. Thx.Error: BindingExpression path error: 'LotteryBall6' property not found on...
View ArticleWhen we override the CFolderDialog::OnFileNameChange() function then...
I have created a custom class CFolderDialog which is inherited from the CFileDialog class.Flage OFN_NODEREFERENCELINKS is On while creating the object of CFileDialog class.Application is working file...
View ArticleFalse positive 'CA2000:Dispose objects before losing scope' on explicitly...
I can reproduce the problem with only these lines. Looks like they are being disposed to me yet I get the CA2000 warning. Any idea why? using System.ComponentModel.Composition; // MEF...
View ArticleData Generation Plans -- Editing thereof
I can't find an exact forum match for this so it is goes here.In VS 2010 I have created a data generation plan. I have now changed the database schema and the data generation plan is not longer working...
View ArticleMulti-Page Report Problem
I have a requirement to create a multi-page report that includes a sub-report that must reside on its own page. I have each page that is defined in its ownRectangle object, setting the Insert PageBreak...
View Article"FullFrameworkReferenceAssemblyPaths" parameter is not supported by the...
When i create a .net 4.5 project in visual studio i directly get the following warning:The "FullFrameworkReferenceAssemblyPaths" parameter is not supported by the "GetReferenceAssemblyPaths" task....
View ArticleHow to set the DataAdapter.ContinueUpdateOnError property to True
I have a Visual Studio – Visual Basic 2010 project, with SQL connection to my databases. How can I set theDataAdapter.ContinueUpdateOnError property to True , to avoid throwing aDBConcurrencyException...
View ArticleMultiple Value in Studio Parameter
My problem with Visual Studio 2008 is with the SSRS integration setup. When I have one value in my VS2008 parameter (@Service) option, my SSRS code works fine. However, when I have multiple values in...
View ArticleSmart Card Reader
I need to read a CAC from my C# windows application. I am using Visual Studio 2010 on Windows 7. Microsoft.Clm.Shared.SmartCards.SmartCard class seems to be what I am looking for but... I don't know...
View ArticleVS2010 dropping some 'state' info.
Hi all:I am using VS2010 for a C#.Net 4.0 desktop app. After some time of runnkg just fine, VS is now telling me, upon launching the solution, that it cannot load some breakpoints. Solution Explorer...
View ArticleIs it possible to configure the autocomplete text in intellisense?
Do you know where I can find the settings for changing the text that intellisence pastes into my code when it autocompletes stuff? I would be really helpful if I could make small tweaks to some of the...
View ArticleCan I invoke an executable from a Visual Basic 6 in a Visual Studio 2010...
Im trying to update an old version of the project im working on but there are some major problems by just converting it from a Visual Basics 6 project to a a Visual Studio 2010 project. Is there a way...
View ArticleException handle
i am working with VS 2010 ultimate, suddenly i began to get exceptions with the format:while before the format was:How i can get go back to this format???? i tried everything (options-debug-just my...
View ArticleDebugging option to get more information?
Hello,I have a work and a home installation of VS2010. When I hit an unhandled exception, my work instance throws up a dialog box that looks like:Which is great. My home instance gives the following...
View Articlekeep toolbox from going blank while debugging
When ever i start to debug something in VS2012 (or 2010) the toolbox goes empty. Is there some way to prevent this from happening? I do web developer and it's a hell of a lot faster to keep it...
View ArticleWhy Atom
When building my WCF application I get <atom:title>Default</atom:title> and the output does not show.Why is this?
View ArticleVS2010 - Visual Studio uses the wrong aspnet_compiler to compile my Web Site
Hello,I have a Web Site (not a Web Application, i.e. no .csproj) that I have recently migrated from VS2005 to VS2010. The Web Site uses the .NET Framework 2.0 and ASPNET 2.0.I had no trouble running my...
View Articleextract files from msi and published dll
hi my friend accidently deleted my project files1. can i extract vb files from msi or exe files ? if can how to extract the files from msi or exe ?2. can i extract files from asp.net website published...
View ArticleDisable submit button when clicked with a master page
I have a submit button on an ASPX form that has a master page. I need to disable the submit button once it's been clicked to prevent multiple clicks.I tried this:VB.NET...
View ArticleUnable to connect to Outlook when debugging in VS2010
I have several applications that communicate with Excel and Outlook vis COM. These applications work fine when running stand-alone. However, when debugging under VS2010, connecting to Excel will...
View Article