the Application Data folder for Microsoft Visual web developer 2010 Express...
i am using windows 7 .when i click C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\VWDExpress.exe . i am getting this error message .the Application Data folder for Microsoft Visual web...
View ArticleRunning Tests in VS2013 Premium and VS2015 Enterprise
I have encountered an odd problem. When I run all tests in Visual Studio 2015 a lot of them fail with a message like this;"Mixed mode assembly is built against version 'v2.0.50727' of the runtime and...
View ArticleVisual Studio 2015 RC Crashes in C# Project on Source Changes
Since yesterday, October 12th, Visual Studio 2015 RC began spontaneously crashing whenever I make code changes to my C# project. The project consists of 70 source files; spread across several partial...
View ArticleObject reference not set error when New Project is clicked
I'm using VS 2015 enterprise installed in Win 7 machine. Recently installed xamarin 3.11.1443 and then VS started giving issues. I have already tried few things...1. uninstall xamarin2. repaired VS3....
View ArticleHow do I enter a conditional compilation statements into ASP.NET code-behind?
I'm doing some maintenance on a ASP.NET Web Forms app that was written some years ago by someone else. In the solution there's one ASP.NET project, and the others are all class library (DLL) projects....
View ArticleWebsite publish failing due to file path being too long
<div class="body">I am trying to publish a Website project from a vendor that has ridiculously long paths to some of its files. When publishing, the error is: The specified path, file name, or...
View ArticleStill having problems with the conditional compile in an ASP.NET Web Forms app
I posted a question about this previously (How do I enter a conditional compilation statements into ASP.NET code-behind?). However, even when I implement the change by putting a CompileOptions...
View ArticleWhat is the necessary component to browse web page if I don't have enough...
I have 2 servers. The one I am working on has Windows server 2012 R2 and VS2013 with update 5. Supposedly, I need to deploy the web application project to another server which has Windows server 2008...
View ArticleHow do I add in a save dialogue in my export to excel codes?
Hi Members,I will be saving my excel file upon export using 2 methods, 1st to save as directly in server, 2nd to come up with a save dialogue to let user choose their own location thus in this case 2...
View ArticleVisual Studio 2015 - All templates missing
When I try to create a new project the new project window has no templates listed - the tree to the left simply doesn't exist.This seems identical to the unresolved issue against 2015 RC version.:...
View ArticleVisual Studio 2015 - EF edmx diagram - Update Wizard (Not Responding)
Hello,I opened my existing VS2013 community project with VS2015 community.Found problem when I add table in edmx diagram.. the process takes forever.. and not responding..same problem with this guy...
View ArticleExport to excel function working in localhost but not in published website?
I have this sets of codes to export my gridviews to excel, it works in localhost but after deploying it does not work.The error I received upon clicking my export button is Runtime ErrorThe below is...
View ArticleHow do I change my codes from office.interop.excel to OpenXML SDK?
Hi all members,I need your urgent help on this as im running out of time, I just understood that microsoft.office.interop.excel is not reccomended to be used on server-side application as exporting...
View ArticleProblems with PostBack and embedding word document
Hi this is what I havre to do any help would be much appreciated:I have created a main merge document using Aspose.Words and now I have to do what is shown below:using System; using...
View ArticleHow to prevent windows authentication in VS2015 debug mode.
We've recently migrated our MVC web project from VS2012 to VS2015 - and put the code up on github, or some such cloud service. One of the problems I'm having is that every time I run the app in debug...
View ArticleEP Plus: How do I have 2 excelpackage.saveas?
Hi members,I am using EP Plus for my export to excel function, for my export function, I will need to have 2 saveas, 1st saveas which is a save dialogue to allow user open/save/saveas and my 2nd saveas...
View ArticleDelete button code using checkbox
// Delete Button Details//private void button3_Click(object sender, EventArgs e){iselibraryEntities ise = new iselibraryEntities();foreach(var item in dataGridView1.Rows){DataGridViewRow row = item as...
View ArticleCould not copy DLL - The process cannot access the file because it is being...
Hello,I keep getting this error when I Build and Run my project:Warning: Could not copy "obj\Debug\Solution1.dll" to "bin\Solution1.dll". Beginning retry 5 in 1000ms. The process cannot access the file...
View ArticleHow do I export ajax tabcontainer tabpanels content to excel using EPPLUS?
I have a export function using EPPLUS to export my gridviews data into separated worksheets(this part works) however I have a problem with my exporting my tabcontainer contents which is added into a...
View ArticleIs there a diffs in Visual Studio 2013
So, I don't have to use kdiffs to compare two different files. I could just use VS 2013 to do the same.
View Article