Excel 2007 addin vs excel 2010 addin
I have received a MS Excel addin project build in VS2010. How do I determine whether it is Excel 2007 addin or excel 2010 addin project ?
View Articlethe type initializer for threw an exception
Every time I try and do almost anything with Visual Studio Express 2012 I get the error message " the type initializer for <module> threw an exception" For example if I try and clean or build...
View Articleunknown database format
I am trying to connect to an access database from within visual studio express. I keep getting 'Unknown database Format'I am using the 'Add new connection' wizard but always get an error message that...
View ArticleVS 2012 - Switching to Design Mode is Very, Very, Very Slow
I've seen a few threads where the same issue has been posted, but never a solution so I hope this hasn't been addressed already.I just installed VS 2012. I opened a Web Application project I had been...
View ArticleForm not displaying in release version
Hi Folks,I have a very perplexing problem at hand. I have developed an Excel addin in VS2010 which displays various of forms when a button is clicked on the ribbon. When I click a particular button on...
View ArticleFTP upload unreliable
Hi,1)I have a routine in VB 2012 that uploads xml files.The code I’m using is extremely simple:My.computer.Network.UploadFile(String sourceFileName, String address, String userName, String password,...
View ArticleOne click application vs. Solution
So I am new to this program still and I am having trouble publishing my application I made. I have used both the publish button for a one-click application and it works perfect, but it has to be...
View ArticleVisual Studio stops repsonding when trying to add or edit data sources in a...
I have been using VS 2010 for years and 2008 and 2005 prior to that. I have used ReportVIewer controls in various projects in all versions. I am still on VS 2010 right now and am trying to make some...
View ArticleDebugging Program Versions Side by Side
I'm working on an ASP.NET system and I want to run two versions of the same solution in two different instances of Visual Studio in debug mode on the same computer at the same time. The systems are...
View ArticleUnable to select SharePoint as a data source - Possible bug Visual Studio 2012
Hi AllWhen using the Data Source Configuration Wizard in Visual Studio 2012 the SharePoint Data Source option doesn't work correctly.There are three options to choose from when choosing your data...
View ArticleHow to deploy a UserControl in a C# app iv Visual Studio 2012
I have created a simple UserControl ( I think !!) here is the code :-public partial class NamesControl : UserControl { public NamesControl() { InitializeComponent(); } What steps are necessary to...
View ArticleWhen I compile a xml file is not copy to the application folder
I have an C# 4.0 proyect in which I have a xml file with some data. I set local copy to always to copy the file in the application folder but when I compile the project the file is not copied.How can I...
View ArticleRequest for direction
Hello Everybody!I am a IT college student preparing my course paper on programming project in C#, where it is requested to integrate following parts together:-MySQL server-Client application in C#,...
View ArticleIE7 to IE9 Conversion
Hi Can anyone suggest me the best way to start converting my application to support IE9. (Browser independent is ultimate goal).Now my application supports only IE7.shravan
View ArticleVS2010 hangs while "Preparing Solution"
I have a fairly large C# solution that I have been working on for a few years. The .NET executable contains 98 .cs files (including designer.cs). The solution also includes numerous DLLs, none of...
View ArticleNative charting/ data visualization tools in VS 2012
Hi.I know there is probably a better forum to ask this, but I'm not sure where that would be. We have a Windows app that we built using Dundas Charts for Windows Forms. Those forms have since been...
View Articlehow to check address of each variable, pointer, function, return address, etc.?
Hello All, I want to check the address of each and every line of my code. Like when variable created at what address? When function created at what address? When function returns back then at what...
View ArticleDocumentation about Database Project in Visual Studio 2012
The objective in mind is to find detailed documentation about the changes how Microsoft implements database development tasks into Visual Studio. The documentation of interest should be on a...
View Article