Nuget package dependency reference not added to project
Hi,I have created a Nuget package "A" which have a dependency on Nuget package "B". Both packages are on our own hosted feed. When I add "A" to my project, output shows that package "B" is downloaded...
View ArticleEnable Execute with debugger
Hi All,Using VS 2013 and SQL server 2008 standard.I am getting an error when I use "execute with debugger" option in a sql store procedure.Unable to start transact-sql debugger, could not connect to...
View ArticleVisual Studio Version Selector how to....
Hi,I have a PC which had only Visual Studio 2013 until we install SQL 2012 which uses Visual Studio 2010. Since then, each time I click on a SLN, even thought I specifically check Always open with...
View ArticleLooking for an IDE for developing scrips for a web site
HelloI'm not sure if this is the correct place to ask my question, so please refer me to appropriate place if i'm wrong.I have a web site which has got a core class and I want this core class to be...
View ArticleVS2012/2013: Microsoft (R) Visual C++ Package Server has stopped working when...
I have created default CLR Console Application and try to play with it. I tried to add few dll as references so that I can use it. I I manage to all but one dll which gives following error " Microsoft...
View Articleusing debug build without visual studio installation
We have a C++ application built under VS which is in the form of a DLL which is then run from a Java application. The DLL has no user interface. In the DLL is a statement to catch exceptions ( using...
View ArticleBcl.build build warning
I get a bunch of these warnings when building my projectWarning8All projects referencing QV.Hummingbird.FilesStorage.csproj must install nuget package Microsoft.Bcl.Build. For more information, see...
View ArticleTyring to move away from Visual Foxpro with Visual Studio
Currently we have many applications that were developed and being used in Visual FoxPro. With this no longer being supported, we are looking at moving toward the Visual Studio Suite. Since we have...
View ArticleJumpstart for Beginner
Good Day everyone!I need assistance with very and very easy task (for experts), but hard to beginner. I need to create transparent window and divide it into several blocks (4 or 6) and assign touch...
View ArticleMS Chart Control Not working in Solution
I have an winforms application that emplys an MSChart control to plot real time data from several sensors. (VB 2010 BTW)This is working fine in the Debug environment, but the chart does not update when...
View ArticleService Reference Error after Update 2
After updating to Update 2 RC, I am getting errors with my Service References. I am getting the following errors on this code:ObservableCollection<ServiceReference1.OSTYPE> list = await...
View ArticleAll Lightswitch applications created in VS-2013 are now Incompatible
Please forgive me if this posted in the wrong place, but all my VS apps are in Lightswitch. I have both VS-2012 and VS-2013 update 1 on my pc. All my VS-2013 apps were written in VS-2013 Lightswitch...
View ArticleJavascript Intellisense VS 2013
Is there anyway to see a log or any kind of output on what Visual Studio doesn't like about a particular line in JavaScript when it's trying to determine intellisense? I have a project with multiple...
View ArticleCompletely messed up my source code.
I recently had a problem with a VS C++ CLR program.The compiler blew a fuse on me and screwed up the sorce code and would no longer compile.No matter what I did I couldn't fix it.So I created a new...
View ArticleLinkButton or HyperLink does not support onclick C# functions. Help
In the below function, I want to call “CallCreateorOpenForm” when I click “Open Draft" - open existing file from db. Lauch summary should verify, create new form and load new form. Currently onload...
View ArticleVS 2013 Code Analysis rule 2000 for disposing object not generating error for...
default rule "Rule CA2000: Dispose objects before loosing scope", reports error is object is not disposedbelow code shows error as expected, as SqlConnection is not disposedSqlConnection con = new...
View ArticleVS 2010 Crashes when I try to open Form Designer
When ever i try to open forms designer it crashes.. tried everything on this forum.. nothing works.. so attached debugger in devenv.exe and got this log.First-chance exception at 0x76db2eec in...
View ArticleVisual Studio crashes when trying to design forms - solved!
Hi All,Place this code:C#:if (DesignMode) return;VB.net:If DesignMode Then Returnon the first line of all your load event handlers for forms and controls.Good luck,Macwww.datanetzs.com
View ArticleHelp With Visual Studio 2012 error: Unable to access the IIS metabase.
Could someone please help: I had Visual studio 2012 crash on my pc while running a asp.net web application project. After I rebooted my computer and restarted Visual Studio 2012, I started getting...
View ArticleUpgrade from VS 2012 to VS 2013
I want to upgrade from VS 2012 to Vs2013.http://www.microsoftstore.com/store/msusa/en_US/pdp/Visual-Studio-Professional-2013/productID.284832200Will this product allow me to upgrade from VS 2012 to VS...
View Article