As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am trying to use a ribbon in my application.
I followed this tutorial on CodeProject using Visual Studio 2012.
Everything works until I compile the project.
If I close Form design then Visual Studio gives me this error:
There is no stack trace or error line information available for this
error
Next, all panels and tabs from ribbon disappear. It Doesn´t matter if I save the solution or when I close a Form.
I try it with sample from CodeProject and I put it in my project, but both ended with this error.
Is there some possibility to clear this error? Or do you know of another solution for a ribbon?
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have a Mac running OSX 10.8 and my question is:
What is a good web development program that I can use to create applications in C# and ASP.Net? Or Somewhat similar to Visual Studio.
I use Visual Studio on Windows and Xamarin on Mac.
Xamarin is suprisingly good :) Not Visual Studio, but they are getting there!
http://xamarin.com/
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
In Microsoft visual studio whenever I press the up arrow in Code view, I get an error message "Object reference not set to an instance of an object" is there a way to turn that error off or figure out why its displaying the message?
Edit:
I finally found a page related to my issue, however it did not fix my situation.
The error is within the IDE.. Its the same issue this guy was having (http://thejoyofcode.com/visual_studio_.net_datasources_bug.aspx), however I do not want to bind anything to my datagrid, I am loading the datagrid via a List<>
Anyway to turn this error off in VS2010?
Disable all add-ons
Devenv /resetSettings
Repair Visual Studio
Uninstall & Reinstall Visual Studio (remove it via the MSICUU2 tool
as well)
Failing that rebuild OS
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to take a screenshot using c# for windows8 in visual studio 2012 express.Api copyfromscreen is not supported in windows8.Is there any other way to take a screenshot programmatically using c# for windows8.Thanks in advance.
The short answer is: it can't be done.
More specifically, Microsoft have specifically restricted the ability of a Metro app to take screenshots, either of themselves or other applications. Desktop applications are still able to access the various methods for taking screenshots, but Metro apps may not. This is by design, and apparently not likely to change.
More information on this can be found in this post on the MSDN Forum. (Linked from Stack Overflow question How to capture the screen in a Metro C# app as mentioned by Olav's comment)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am learning to use Crystal Report form in my C# Application. I can't seem to find any good tutorial on the net about it. The ones on MSDN pages looks disorganized to me.
Can anyone provide links to good Tutorial?
If you are totally new to Crystal Reports I would advise you to play a bit with the sample database that is attached to Crystal Reports Xtreme.mdb before you will use Crystal in Visual Studio.
To use CR in your application follow this step by step tutorial:
http://infynet.wordpress.com/2010/10/06/crystal-report-in-c/
I'm putting this answer here, even though I haven't finished reading the document myself. Also, this is for Visual Studio 2005 and I'm not sure if that is the one for which you are looking. According to the copyright on the PDF, this was created by Business Objects. Once I am done reading it entirely, I'll update my own opinion.
http://www.willydev.net/descargas/willydev_deployment_crystal2005.pdf
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
The file system explorer window in Vista and Windows 7 has a bar at the top of the window where one can type in the address to look at. When you leave the field it turns from being a text edit field to a field with buttons and drop down menus that can be used for navigating.
Are there any existing components like this? How can one go about building this type of component?
Spy++ shows it to be a ToolbarWindow32. So it is just a toolbar but functionality seems to have been added to it.