I'm trying to compile the newly added source file for Windows32 project in visual express 2012 but all time the visual studio in compiling the previously existing file i.e the file which is provided by studio. Please Help.
1.Delete the old file.
2.Add new file.
3.Clean the solution.
4.Build the solution
Related
I am developing an ASP.NET MVC project. Now I just installed Visual Studio 2015. before I developing that project using Visual Studio 2013. So now I imported that project into Visual Studio 2015 installed on my new laptop to continue developing. Importing project and developing process all working fine.
But the problem is to configure IIS Express of my project for remote access. I enabled in Visual Studio 2013 on my old laptop successfully following this link - http://johan.driessen.se/posts/Accessing-an-IIS-Express-site-from-a-remote-computer. For VS 2013, the IIS config file is under D:\Users[YourName]\Documents\IISExpress\config\applicationhost.config. So now I need to configure it for VS 2015. As the link mentioned, the config file must be in /{project folder}/.vs/config/applicationhost.config. I searched for that file in my project, I cannot find it.
You can see my project structure below.
So I searched for config settings in D:\Users[YourName]\Documents\IISExpress\config\applicationhost.config because this project was built using VS 2013. But there is no config settings for this project. I already run my project on browser and it is running fine.
The problem is I cannot find binding settings in D:\Users[YourName]\Documents\IISExpress\config\applicationhost.config and cannot find applicationhost.config in project folder for IIS configuration. Where can I find that file? Where can I find IIS config settings for my project in Visual Studio 2015?
.vs/applicationhost.config is not created when I opened the project
with visual studio 2015.
Finally I found the solution. Please have a look how I solved below.
I opened GITIGNORE file as in the below screenshot
Then I added/appended this line
.vs/
to that file and saved.
Then I restart visual studio and opened the project.
So .vs file is auto-created and applicationhost.config file is inside there. Hope this works for you if you have similar issue.
I am new to Visual Studio and forgive me if my question is trivial.
My collegue gave me recently a copy of his Visual Studio project. On my computer, however, I cannot compile it.
The problem is that I do not have access to the files (source and header files) that are visible in the project explorer. The problem is that the path of theses files is still the same path that my collegue was using.
How can I fix this issue?
Thanks in advance.
I have created a dtsx file to use as an SSIS package template. I want to be able to use the file as a template by clicking on an open Project in Solution Explorer and selecting Add -> New Item
My questions are:
How do I save this as a template file? Its currently a .dtsx file.
Where do I have to place the file so its in my list of options in the Add New Items dialog? I have seen many conflicting paths and none specifically for SQL Server Data Tools for Visual Studio 2012.
I have searched for instructions on how to do this but have now found clear instructions for use with SQL Server Data Tools for Visual Studio 2012. Posts I have found are conflicting and don't clearly explain how convert the dtsx file into a template file. The link here is an example of conflicting info; its posted for vs 2010 and examples are for vs 2005. I have also tried to use the Export Template Wizard but this feature seems to have gone away in SSDT for VS2012.
You need to copy the dtsx package to following location and restart the SSDT for VS2012. Note that the VS installation location may be different in your machine.
First select the package that you want to export as a template and then Select File->Save As..
and save it to
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\ProjectItems\DataTransformationProject\DataTransformationItems
E.g.
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\ProjectItems\DataTransformationProject\DataTransformationItems\MyTemplatePackage.dtsx
Quote: I have also tried to use the Export Template Wizard but this feature seems to have gone away in SSDT for VS2012
SSDT for VS2012 does not have an export template wizard. It's only avaible for VS2012.
I am using Visual Studio 2012 Professional with Update 3.
I have installed Typescript from TypeScript for Visual Studio 2012 and 2013
.
It is possible for me to add a new typescript file using "Add > New Item...".
But neither the editor shows the split screen (with the javascript preview) nor the .js file gets generated if i save the .ts file or build the project.
On my machine at work i have done the excactly same things withouth any problem and it works.
Please help!
thanks in advance
That's the default functionality with the latest plugin combination. See TypeScript not compiling with WE3 and TS 0.9.1.1
Is there an Expression Tree Visualizer for VS 2012? Have had a search but have found the VS 2008 popping up all over the place, and the new VS 2012 doesn't have a Visualizers folder in the installation directory. Or, am I missing something that I should be able to switch on?
What you can do is fix the visualizer for vs 2010 so it works in 2012. This is very easy. Just get the source from this project : http://exprtreevisualizer.codeplex.com/ and change the DebuggerVisualizers assembly reference of the ExpressionTreeViewer project to :
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.VisualStudio.DebuggerVisualizers.dll
So that it works with the newest version of vs2012. After that copy the results to
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Packages\Debugger\Visualizers
and it should work
No but you have DebugView, in debug mode, there's a proxy for the class with the same properties and an added one DebugView. It's text like. Also Mono.Linq.Expressions has a text writer for expressions that makes C# code, check it out.
I seem to make bad *.dll's when this issue re-occurred for me. I started a GitHub repo with the solution. I included a built and the compiled *.dll which can be downloaded by clicking "View Raw" on this file.
Copy this *.dll to your visualizer directory of choice. I use C:\Users[CurrentUser]\Documents\Visual Studio 2013\Visualizers
(Disclaimer: I am the author of the visualizer in question.)
I've written a debugging visualizer for Visual Studio: