Quantcast
Channel: Visual Studio General Questions forum
Viewing all 21115 articles
Browse latest View live

Visual sudio 2013 professional Crash

$
0
0

After last update windows 10 my visual studio 2013 crash on click publish form right click on the web sit mvc project and other project types (for example: wcf ,web form) work fine.

I try to look what happen and I see that if I delete obj directory the publish dialog work, but after the project build the visual studio crash again on click publish. 

I also see that if I change the build platform from any cpu to x64 than dialog publish start working without crash.

This behavior was not exist before the update of windows 10 and I try to look for answer on the internet and no look there.

I even reinstall the visual studio and still the problem exist. 

Please shed light on this and what else can I do?

 

Project .dll not copied to \bin folder only in \obj folder

$
0
0

I'm using VS 2015 Community Edition. I have a Solution with 8 VB Projects, which had been building fine until recently. Now after I do a Rebuild Solution I get an error message (no error code) and for my main Startup Project:

could not find library 'D:\.......\<project folder>\bin\Debug\Proj1.dll'

And indeed that file is not there. This is a new project I added recently, but was working (Rebuild Solution) for a while.  The Project (Proj1) builds fine, AND the .dll file is created for the project but it is only in the ..\Proj1\obj\Debug folder, it is not being copied to the \bin\Debug folder.  My other 6 Library Projects all copy the .dll from the obj\Debug folder to the bin\Debug folder fine.  I can not figure out why this one is now not working.

Clues:

1. I did change the Assembly Name and Root namespace to match the Project name (in Proj1 Properties, Application tab) recently.

2. In my startup Project for the Solution, in References I reference all of the Projects.  The problem Project (Proj1) is shown in the References: and the path for the .dll is from the projects \obj\Debug folder, All of my other Projects shown in the References: the .dll file Path is from their \bin\Debug folders.  I added references the same way for all projects by selecting Add -> Solution Projects then checking the box next to the Project.

3.  If I just Build the Project, it only puts the .dll in the obj\Debug folder, not the \bin\Debug folder.  If I do the same for any of my other Projects it puts the .dll in both the \obj\Debug and \bin\Debug folders as expected.

I can not figure out what is different about this one Project to cause this.

Thanks for ANY advice.

Curtis

Cannot install Visual Studio Community Edition 2015 after Windows 10 major update in November

$
0
0
Installation worked fine just before the major update. Since i updated my Win 10, i cannot install VS Community.
Either it shows a logo of VS at installation start up and then this process disappears, or i come to the the window where i should point where VS needs to be installed and when i point the place, it shows, that Installation wizard cannot find all neccessary files to download them and install VS(it happens very rare, cannot reproduce now to show the screenshot).

Please advise,
Thank you in advance.

Backwards compatibility ...

$
0
0

I am downloading VS Community 2015 ... once it is installed can I safely uninstall VS2010 and be able to access / update my applications that I have previously written in VS2010 ?

TIA :-)

Changing dependencies of a project in visual studio Android solution

$
0
0

Hello,

I want to migrate an android project from Android Studio to Visual Studio. In Android studio I had changed the dependencies in build.grade file but now in Visual Studio I have not this file and I don't know what is its alternative way?

Tahnk you,

Saman


"Create App Service" locks up

$
0
0

I'm using Visual Studio Pro 2015 running Windows 10. Everything is a new fresh install done 12/24/2015. I'm trying to create a new Web Forms project that will be hosted in the cloud on Azure and I have chosen "No Authentication".  When the"Create App Service" window displays it has created a name for my web app and set my subscription to "BizSpark" which is correct. The "Resource Group" is blank and there is an "X" next to the dropdown.  However I cannot chose anything nor make any changes to any of the other fields. In fact Visual Studio is locked up. Click on anything within the "Create App Service" window will sometimes show a notification saying that Visual Studio is completing an internal process. Even after waiting more than 10 minutes it is still locked up.

I suspect that there is some configuration issue but I'm not sure where to look.  Any help is appreciated.

Thanks.

Writing apps for OSX and Linux using Visual Studio Code - Some questions...

$
0
0

Hi everyone,

I'd really like to use C# to write applications for OSX, Linux, and Windows, but I'm unsure if Visual Studio Code is the correct place to start.  It seems like it mostly does ASP.Net with C#, but can I write native applications with a GUI for Linux and Mac?  Something that can be easily bundled up and packaged to send to others to install?  If this isn't the intent of Visual Studio Code what is it's intent on Linux and OSX?  And would Mono be more what I'm looking for?  I just really want to stick with C# but I'd like whatever I write to be cross platform too.

Thanks for any advice.

Application Error

$
0
0

The application was unable to start correctly (0xc000007b) error.

i tried reinstalling vs2012 express.

and copying all those dll files still it is not working.

please help.


installing update 1

$
0
0

Hi,

do i have to uninstall vs 2015 community edition before i install the vs 2015 community with update 1 ?


VS 2015: Prevent IDE internet access

$
0
0

The IDE has allowed access to the MSFT symbol server. However, it also accesses some other servers right after startup. Why? No project is loaded, the option "Automatically check for updates" is disabled, and I'm not logged into my VS account, so there is no reason to access anything.

Which option must I disable to stop this unrequested behavior?

Some servers accessed are Akamai servers, but also...

93.184.221.200 edgecast.com
108.162.232.198 cloudflare.com
191.232.139.254 eu.vortex.microsoft.com

If I put trust in something by installing it, I expect not to misuse it by not giving the explicit clarity of what it is doing and why.


Armin

How to Add Reference in Visual Studio 2015?

$
0
0

I can't seem to Add Reference like I used to in previous versions of Visual Studio.

I want to use the System.Configuration.ConfigurationManager class in a MVC web project targeted at 4.6. 

I went through the usual Add Reference, but there are onlySystem.configuration 4.0.0.0 orSystem.Configuration 1.0.0.0.  Adding either does not allow me to compile as the compiler still says that "The type of namespace name 'Configuration' does not exist in the namespace 'System' (are you missing an assembly reference?)".  However, Intellisense does pop up the various class properties and methods after I have added either one of these.

Has the method of adding references been changed?



SQL Studio Management help

$
0
0
I am on LENOVO Computer user name is Rakshith and Pwd is Raksheeth2401.
and using vs 2015 and SQL SERVER MANAGEMENT STUDIO 2014 and database Engine...
in installation of database engine SSMS, I have given Windows and Sql authentication and given the Login name default "Lenovo\Rakshith" and pwd "Raki2401".
after completion I opened Sql management studio I tried to login with user Rakshith (or Lenovo\Rakshith) and pwd Raki2401 But shows login for use "Rakshith" failed.
(also failed in vs 2015 data connection string ...)
when I tried Windows authentication no user no pwd automatically successfully logged on. 

help me how to login with sql authenticatio

This is VS 2015 vb data connection project. .login failed

This Vs 2015 data connection project. login failed

IntelliSense and editor options

$
0
0

I just upgraded from VC++2010 to VS2015 and I have a few problems: (I'm coding in C++)

1. Even when I type a single character in the edit, IntelliSense offers me all the available keywords.

I really don't like that. I want it to offer me the available keywords only after I mention an appropriate scope, like a class or a namespace. Example:

Is there a way to change that?

2. I don't like the editor playing with my marker position when I open brackets or string apostrophes. I also don't want the editor to enter the second bracket/apostrophe for me. Is it possible to change that too?

3. Where can I change the "class" objects highlight from bright green to non?

Thanks!


visual stdio 2015 + wdk10 develop driver

$
0
0

Hi,

I encounter a problem when I develop driver by using visual stdio2015 and wdk10.I install visual stdio 2015 first on D:\Program Files\Microsoft

Visual Stdio 14.0.Then I install WDK10 on C:\Program File\Windows Kits\10.

I run vs2015.I click "driver" on menu then click "test"and "configure devices".

It tops a wrong dialog.I do not know the meaning.It says that the export request is not 

appropriate for belong to other share boundary。Could you show me how to solve the 

problem?Thanks very much and happy new year.

.

Windows Surface Pro 2 Application

$
0
0

Hi guys, I'm trying to build a program that has to run on the Surface 2/Surface Pro 2, I've made the program now it's just a matter of getting it to run on the Surface. Whenever I try to run it, it's giving me a "Windows cannot run/open the file", is there anyway around this? Or is there anything I could do to get it to work on a Surface?

Thank you, Jp


VS ToolBox Display abnormal style with grid border line

$
0
0

I use Vs 2015, VS ToolBox usually display as below screenshot

what's the matter?

,,it just display odd..but it works fine


DON'T TRY SO HARD,THE BEST THINGS COME WHEN YOU LEAST EXPECT THEM TO.

Error message

$
0
0

I have installed Visual Basic 2015 and while attempting to create a project I continue to receive this message even after re-installing the program:

Project 'Picture View" could not be opened because the Visual Basic 2015 compiler could not be created. Pleas re-install Visual Studios.

The type or namespace name 'Newtonsoft' could not be found

$
0
0

Hello

As you can see on this image: https://gyazo.com/b4958b016d4f28befbda2e2adfcf0ef9

When i am done with coding my program, and i want to build my soulution. It came up with this 

Error:  The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

I dont know how to fix this. (I am beginner).

Regards Jens

Broken project property page in vs c++ projects when using english language

$
0
0

Hi

I installed visual studio enterprise on my laptop and i do not know why, but the installer must have concluded that I am speaking German and so he installed vs with the German language. So of course I want my vs in English (how else am I supposed to search for the error messages) and installed the English language package from here: https://www.microsoft.com/en-us/download/details.aspx?id=48157

So far so good. Everything is in English now, except when I enter the project properties of an C++ project, the site is nearly empty containing only the options for code analysis. While writing this I am also noticing that there are some German controls left as well.... It looks like this:

I have another computer and there it works fine (except there are also "Abbrechen" and "Übernehmen"). So here is a pic how it should look like:


I also tried to repair vs but that won't help. Last thing is to reinstall it, but I am a little afraid about that and normally "repair" does the job.

Is there anything else I could do? Did I miss some update?

Here the about-screen from the laptop:


And here from the computer where it works:


Thank you very much for your help.



Visual Studio enter/tab/backspace/arrow keys stopping working

$
0
0

Hi,

I'm using Visual Studio 2015 Community on Win10. While studying on VB editor, randomly, after running a project, the enter/tab/arrow/backspace etc. keys are stopping  to function. Alt-enter, resetting keyboard, closing or pinning autohidden windows doesn't help.  Closing  and opening the project also doesn't help, the only way is to close and reopen Visual Studio. Does anybody have a solution for this?
Viewing all 21115 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>