c++ with /clr trying to access 4.5 assemblies
It seems a c++ unmanaged project cannot reference the 4.5 assemblies. For some reason it's defaulted to 4.0 and cannot be changed. A c++ managed project defaults to the 4.5 assemblies. Is there a...
View ArticleInvalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))
I get this exception when I try to copy any text in visual studio 2012.This exception happens if I do a Ctrl + C or a right-click>Copy on some text.When I click OK on the dialogue box displaying...
View ArticleVisual Studio 2008 download
I wanted to download visual studio 2008 from my MSDN subscriber downloads but it is no longer available, the reason why I need it is because I need to create a SSRS report. I read somewhere that you...
View ArticleSetting personal formatting in visual studio 2012
I find it annoying how in visual studio, when use ":" for switch statement for declaring something private or public, the editor tabs the line back. How can stop this from happening? Basically, I...
View ArticleUnable to cast COM object of type...
I am using following code to open a ppt file Microsoft.Office.Interop.PowerPoint.Application pptApplication = new Microsoft.Office.Interop.PowerPoint.Application(); //open powerpoint document...
View ArticleVSTS 2012 Microsoft-Windows-ApplicationExperienceInfrastructure
Hello experts,VSTS 2012 ultimate installs on a win 7 machine without issues. But on first start it crashes during startup.On looking into eventvwr we see following...
View ArticleVisual Basic 2013
Hi, I wanted some help in creating a web browser in visual studio 2013 express. I Added the Microsoft web browser (AxWebBrowser) as an item to navigate to web pages inside the form. I am a beginner at...
View ArticleThere is no $(PlatformTarget) macros in the VS2013 preview for C++/CX Windows...
There is no $(PlatformTarget) macros in the VS2013 preview for C++/CX Windows Phone 8 project with Win32 (x86) platform. Though with ARM target platform there is macros $(PlatformTarget).There is no...
View ArticleXML validation against schema using visual studio
I found using xml validation against schema(xsd files) using visual studio as shown in this link. Problem in this method is that there is no particular menu in visual studio to validate the xml schema....
View ArticleVisual Studio 2012 editor slow and high CPU usage
I have encountered an issue where VS2012 will suddenly start using a high amount of CPU, and typing or basically any action becomes very slow. The easiest way to replicate is just to start typing or...
View ArticleVisual Studio 2010 - Cannot Add Dataset
I recently upgraded to VS 2010 from 2008. I am trying to add a dataset to a report in 2010. I have created the Shared Data Source that points back to my SQL Server 2008 database successfully. However,...
View ArticleSend Email using MVC Razoor View
Hi,I am beginner to MVC, have to implement a functionality to send mail in a MVC application.Below is my code.View :@using (@Html.BeginForm()) { @Html.TextBoxFor(m => m.EmailID)<input...
View ArticleA VS 2010 Project gets major compiler errors in VS 2013
I just installed VS 2013 Pro Preview. My Desktop application that compiles without a problem in VS 2010 gets a major compiler error when compiling in VS 2013. "Windows.h" not found! No windows.h....
View ArticleIgnore Error popups from Refrenced CSS files.
In my webpage i refrence another CSS file for their javascipt plugin, <link rel="stylesheet" href="http://SomeURL.com/Template.css" type="text/css"> but every time i save, it gives me this...
View ArticleIs RTF \highlightN effectively the same as RTF \cbN - setting background...
I am working on a bit of code that parses the RTF sent to the clipboard by Visual Studio 2012. In that RTF, I'm now seeing a \hightlightN control that I hadn't seen generated in previous versions of...
View ArticleVS 2012 hangs when closing solution
Whenever I close my solution, VS hangs up and I have to kill it. In Task Manager it shows up as"not responding" and uses 25% of CPU. We get the same behavior on exit. This happens on several machines....
View ArticleWhen I introduce a value in an empty column from a database it is not entered...
If I introduce a value in an empty column from a table (let's say I put the value '5' in the column 'number1' from 'tabel1') when I introduce another value in another empty column from the same table...
View ArticleAutomatically configure symbol server into VS 2010, 2012
Hi,I have an on-premise symbol server used in my organization and I would like to auto configure my co-workers' VS definition to include this server in their symbol servers settings (In VS -> Tools...
View ArticleTemplates aren't showing in VS 2012
I have recently installed VS 2012 ultimate and I am trying to install the mono-game template files but, they aren't showing up in the new project dialog box as an option. I checked the template folder...
View Articledeveloping .net 2008 window apps with crystal reports 2008 and the same for...
I was told by SAP that I could not have cr for net 2008 and cr for net 2010 on same developer machine. That if I did I would run in to problems with the .net 20 10 application (this is for windows...
View Article