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

How to remove and get rid of these annoying little dark blue arrows in my code and in the text editor in Visual Studio 2015 Enterprise


RDLC Report when printed is Shrunk to approx 2/3 of A4 page.

$
0
0




I have created several RDLC reports using Visual Studio 2013 which are printed via the "reportviewer" control. When these RDLC reports are printed to any printer OR to the Microsoft PDF print file then the output is Shrunk/Scaled down to approx. 2/3 of the A4 page. However, if the same report is exported to a PDF file and then viewed on screen (via PDF Viewer) or printed to any of my printers then the report prints out exactly as it should i.e., filling the entire page as designed to do. I am running Win10 Pro and Visual Studio 2013 Pro.


nothing

visual studio 2015 refactoring method signature missing.

$
0
0
I'm trying to refactor the method signature in c++ visual studio 2015 but didn't find any such functionality in 2015. Please let me know if there is any way to accomplish this.

Request for a hotfix of compiler error D8030 on xp machine

$
0
0

Hello

I have enabled /MP compiler option on visual studio 2010 on XP machine

Compilation gives error : "cl : Command line error D8030: INTERNAL COMPILER ERROR in '???????A?(???????????????p????????????????' "

I have read there is  a hotfix for this issue 

Can you please provide it to me ?

Thanks

VS FTP Login freezes on Windows 10

$
0
0

On a basic project-less website, under the Website menu --> Copy Website, it opens the FTP login window asking for user id and password to connect to my server to upload my website files.

Since I have upgraded to Windows 10, Visual Studio freezes at this FTP login window (it won't even let me type in a name or password), and I have to shut it down VS using task manager.  This was not a problem in any previous version of Windows -- only in Windows 10.

I am currently using VS 2013, but I saw where someone posted in another forum that they were experiencing the exact same problem with VS 2015.

The Visual Studio Community RC 2017 doesn't finish installing in my three attempts so far. What could be the issue?

$
0
0
The Visual Studio Community RC 2017 doesn't finish installing in my three attempts so far.  What could be the issue?

Why is *.designer.vb and *.resx not being added dependent when adding as link in VS2015

$
0
0


I asked this question here also http://stackoverflow.com/questions/41386761/why-is-designer-vb-and-resx-not-being-added-dependent-when-adding-as-link-in

This is in my project when I add as a link a form into VS2015.

<Compile Include="..\..\..\..\..\ProductionLibs\ProductionLibs\FYIReports\frmFYIReport.designer.vb"><Link>NewFolder1\frmFYIReport.designer.vb</Link>   </Compile><Compile Include="..\..\..\..\..\ProductionLibs\ProductionLibs\FYIReports\frmFYIReport.vb">     <Link>NewFolder1\frmFYIReport.vb</Link>     <SubType>Form</SubType></Compile>
Same formed that was linked in VS2010.
<Compile Include="..\..\..\..\ProductionLibs\ProductionLibs\FYIReports\frmFYIReport.designer.vb">     <Link>FYIReporting\frmFYIReport.designer.vb</Link>     <DependentUpon>frmFYIReport.vb</DependentUpon></Compile><Compile Include="..\..\..\..\ProductionLibs\ProductionLibs\FYIReports\frmFYIReport.vb">     <Link>FYIReporting\frmFYIReport.vb</Link>     <SubType>Form</SubType></Compile>


Notice the missing `<DependentUpon>`.  
This [post](http://stackoverflow.com/questions/35961449/designer-cs-not-showing-in-solution) got me in the right area, my question is why is 2015 not working? This is happening on every form. I am use VB not C#. Although I am missing the `<DependentUpon>` attribute, we are not getting there the same way. If I open the 2010 project in 2015, all is good. Then if I remove the link and re-add it, I am broke. Not sure if I made a mistake, but when I tried to hack the project file and add the `<DependentUpon>`, it still did not work. I can repeat this over and over. I am seeing the same issue with the *.resx file.

How do you use CAsynchScoket or CSocket to connect to local IP address?

$
0
0

The following code does not work - the local IP address is 10.0.0.7 (m_strIPAddr = "10.0.0.7")

I have an arduino micontroller running as a UDP server and I can successfully send data to my arduino with a 'UDP Client Server' for windows. However I would like to be able to do the same with my windows app.

So how do I correctly use windows sockets to do this?

void CIrrigationUploaderUDPDlg::OnClickedButtonConnect()
{
	if (!m_strIPAddr.IsEmpty())
	{
		if (m_pSocket)
			delete m_pSocket;
		m_pSocket = new CIrrigationSocket();
		if (m_pSocket->Create(10002, SOCK_DGRAM, FD_READ | FD_WRITE, m_strIPAddr) == FALSE)
			DisplayError(m_pSocket->GetLastError());
	}
	else
		AfxMessageBox("Please enter the IP address of your irriigation controller!", MB_OK);
}



Başlık alanıyla.

$
0
0
Arkadaşlar bir resmin altına title koydum, width verdim resmi geçmesin diye. Sorunum title verdiğim width değerinden uzun olduğunda alt satıra devam etmesini istiyorum nasıl yapabilirim.

I can't find my text editor

$
0
0

I can't manage to find my text editor in Visual Studio 2015 after I accidently closed it somehow.

https://i.gyazo.com/e748f11f47252ef2b58b97a8fe6173e9.png

Unable to install Visual Studio 15 Community - Windows 10. It just hangs

$
0
0

Hello,

I'm unable to install Visual Studio.  It simply hangs after acquiring the components. Nothing gets installed. I have tried using the disc image as well and there is not difference. I have also tried deleting all prior visual studio and visual C++ etc.

What can I do?

code behind issue

$
0
0

hoping this is the correct forum so I don't get my head bit off again :)

anyway

I have a project in vs 2015 com. that was goin great.  suddenly code behind is not generated for new objects.

if I dbl click the object it takes me to the html  code. if I dbl click an object that has vb code behind from working on it earlier in the week it takes me to the html code instead of vb code.

I can do view code and get to the existing vb code but I really do not want to manually add the default sub routines for objects and would love it to start opening the vb code on dbl click.

I thought maybe the project was corrupt  but I have a project I created  long ago that also has the issue.

I created a new project and same problem.

created another new project and it works  no idea what's different.

I have uninstalled vs 2015 and reinstalled

I even installed 2017 and the project has same issue

in 3 years of making web sites I have never had  this issue

any ideas appreciated.

thanks

Asp.net Core to Port Java Desktop App

$
0
0

Hi,

First of all, I hope this is the right place to ask this question. If it is not, please kindly tell me and I will post it where you recommend.

I am a Java Dev but also an MCP on several Microsoft solutions (Strange mix I know). I do dev as a side job.

I developed an MVC Java Desktop App that uses MySQL (with Java Persistence API) and some sort of my own developed authentication module among other things like a Excel and PDF exporter.

I want to "port" this app to ASP.NET Core, I saw the basic and intermediate MVA courses and I read on docs.microsoft.com,  and I was wondering:

I see there are 3 MySQL EF Core database providers, as I am porting an existing app, I need to know: are these providers mature enough? What is the roadmap for the MySQL Official DB Provider?

The examples are not very detailed and I fail to find examples connecting to an existing database, I think that the documentation on this topic is not enough. I hope someone can lead me  to the right place to read on more advanced info about this.

Many thanks

Visual Studio 2015 - Error When Renaming Form1.vb (STILL HAPPENING)

$
0
0

Trying to rename Form1.vb in a Windows Forms project immediately and irrecoverably destroys it, so far as I can see.

The last activity I see on this issue in January of 2016.  It is now one day from 2017.  Where is the fix for this problem??  I cannot rename the default form without immediately blowing up my project.  I hate having to walk on eggshells using a product that is supposed to make life much, much easier...

Is there at LEAST a dependable way around it??  I can't find one and don't know enough about VS or VB.Net to hackinate one myself.... :-(


Heur.AdvMl.b virus and Norton Internet Security

$
0
0

Just starting with VS Community 2015 ... every new project open the .exe file has my anti-virus "package "quarantine the .exe file generated by the project and sends me a message that associated file contains

Heur.AdvMl.B trojan/virus and at high risk .. just beginning and would like assurance VS Community is a safe application to run.. googling the issue calls this a virus heuristic detection virus and comments from don't worry about to stop using VS or Norton ..  learning C and so producing lots of practice projects and this causes a lot of Norton warnings... 

Appreciate comments


Unable to install Microsoft Visual Studio Community 2015 due to error associated with Microsoft .NET Framework

$
0
0

I am trying to install Microsoft Visual Studio Community 2015 on a PC with a Windows 10 Pro operating system.  This is the first time that I have tried to install this software.  When I try to install I get the following notice:

"Microsoft .NET Framework required for Microsoft Visual Studio Community 2015 with Updates"

My full log file can be found at:

https://drive.google.com/file/d/0B5fgmuJLUEoZZjR1SFNnOWJhd2c/view?usp=sharing

The last part of my log file is:

[1460:1FD8][2016-12-31T22:45:42]e000: Error 0x800b0003: Failed to cache payload: netfxfullredist_43
[1C64:0E44][2016-12-31T22:45:42]e314: Failed to cache payload: netfxfullredist_43 from working path: C:\Users\pippi\AppData\Local\Temp\{79b486b9-c5f0-4096-a00c-8351f59587c2}\netfxfullredist_43, error: 0x800b0003.
[1C64:0E44][2016-12-31T22:45:42]e349: Application requested retry of payload: netfxfullredist_43, encountered error: 0x800b0003. Retrying...
[1C64:0E44][2016-12-31T22:45:42]w343: Prompt for source of package: netfxfullredist_43, payload: netfxfullredist_43, path: C:\Users\pippi\AppData\Local\Temp\{467B0275-B4DA-4B4B-9DD0-23669373455B}\packages\dotNetFramework\dotNetFx-x86-x64-AllOS-ENU.exe
[1C64:0E44][2016-12-31T22:45:45]i338: Acquiring package: netfxfullredist_43, payload: netfxfullredist_43, download from: http://go.microsoft.com/fwlink/?prd=12514&pver=Dev14&sbp=d14rel&plcid=0x409&clcid=0x409&ar=25420.01.00&sar=S80_RCPrep&o1=5FE5917AA00220C2ED0C6B9706B09497CB5B15C1&o2=enu&o3=vs\community&o4=packages\dotNetFramework\dotNetFx-x86-x64-AllOS-ENU.exe
[1460:1FD8][2016-12-31T22:45:47]e000: Error 0x800b0003: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\netfxfullredist_43
[1460:1FD8][2016-12-31T22:45:47]e000: Error 0x800b0003: Failed to verify signature of payload: netfxfullredist_43
[1460:1FD8][2016-12-31T22:45:47]e310: Failed to verify payload: netfxfullredist_43 at path: C:\ProgramData\Package Cache\.unverified\netfxfullredist_43, error: 0x800b0003, delete: Yes
[1460:1FD8][2016-12-31T22:45:47]e000: Error 0x800b0003: Failed to cache payload: netfxfullredist_43
[1C64:0E44][2016-12-31T22:45:47]e314: Failed to cache payload: netfxfullredist_43 from working path: C:\Users\pippi\AppData\Local\Temp\{79b486b9-c5f0-4096-a00c-8351f59587c2}\netfxfullredist_43, error: 0x800b0003.
[1C64:0E44][2016-12-31T22:45:47]e349: Application requested retry of payload: netfxfullredist_43, encountered error: 0x800b0003. Retrying...
[1C64:0E44][2016-12-31T22:45:47]w343: Prompt for source of package: netfxfullredist_43, payload: netfxfullredist_43, path: C:\Users\pippi\AppData\Local\Temp\{467B0275-B4DA-4B4B-9DD0-23669373455B}\packages\dotNetFramework\dotNetFx-x86-x64-AllOS-ENU.exe
[1C64:0E44][2016-12-31T22:45:50]i338: Acquiring package: netfxfullredist_43, payload: netfxfullredist_43, download from: http://go.microsoft.com/fwlink/?prd=12514&pver=Dev14&sbp=d14rel&plcid=0x409&clcid=0x409&ar=25420.01.00&sar=S80_RCPrep&o1=5FE5917AA00220C2ED0C6B9706B09497CB5B15C1&o2=enu&o3=vs\community&o4=packages\dotNetFramework\dotNetFx-x86-x64-AllOS-ENU.exe
[1460:1FD8][2016-12-31T22:45:52]e000: Error 0x800b0003: Failed authenticode verification of payload: C:\ProgramData\Package Cache\.unverified\netfxfullredist_43
[1460:1FD8][2016-12-31T22:45:52]e000: Error 0x800b0003: Failed to verify signature of payload: netfxfullredist_43
[1460:1FD8][2016-12-31T22:45:52]e310: Failed to verify payload: netfxfullredist_43 at path: C:\ProgramData\Package Cache\.unverified\netfxfullredist_43, error: 0x800b0003, delete: Yes
[1460:1FD8][2016-12-31T22:45:52]e000: Error 0x800b0003: Failed to cache payload: netfxfullredist_43
[1C64:0E44][2016-12-31T22:45:52]e314: Failed to cache payload: netfxfullredist_43 from working path: C:\Users\pippi\AppData\Local\Temp\{79b486b9-c5f0-4096-a00c-8351f59587c2}\netfxfullredist_43, error: 0x800b0003.
[1C64:0428][2016-12-31T22:45:52]e000: Error 0x800b0003: Cache thread exited unexpectedly.
[1460:0ED8][2016-12-31T22:45:52]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{79b486b9-c5f0-4096-a00c-8351f59587c2}, resume: None, restart: None, disable resume: No
[1460:0ED8][2016-12-31T22:45:52]i330: Removed bundle dependency provider: {79b486b9-c5f0-4096-a00c-8351f59587c2}
[1460:0ED8][2016-12-31T22:45:52]i352: Removing cached bundle: {79b486b9-c5f0-4096-a00c-8351f59587c2}, from path: C:\ProgramData\Package Cache\{79b486b9-c5f0-4096-a00c-8351f59587c2}\
[1460:0ED8][2016-12-31T22:45:52]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{79b486b9-c5f0-4096-a00c-8351f59587c2}, resume: None, restart initiated: No, disable resume: No
[1C64:0428][2016-12-31T22:45:52]i399: Apply complete, result: 0x800b0003, restart: None, ba requested restart:  No

Any suggestions on what I should try?

Root element is missing

$
0
0

Hi everyone

Currently Visual Studio 2015 is installed on my computer with Xamarin. Everything works fine, except I am unable to create a new blank Universal Windows app. Every time I want to create such a project in my solution the error message "Root element is missing" pops up...

What could be the problem? FYI uninstalling and reinstalling VS2015 does not do anything.

How to launch another project debugger when unit testing runs

$
0
0

Hello,

I have a scenario in which running a set of unit tests requires that a second project debugger be running.

Specifically that second project is built for ASP.NET MVC, but we're not ready to jump to Core refactoring, that is until that whole mess has stabilized and dust has settled somewhat.

I have a similar scenario designed for use with ASP.NET Web API, which is something else entirely, in that I can leverage OWIN to self-host. That would be ideal, but apparently this isn't the case for MVC (?), or at least until Core refactoring is ready, etc, etc, etc.

Also, I am using xunit. Seems like to me the choice of test framework is not as important, or that there should be a set of extensions or NuGet packages or something along these lines for Visual Studio integration, i.e. launch specified project debugger.

To be clear, I'm not talking about running two projects alongside one another. I am also not talking about "testing" a Controller, apart from MVC scaffolding. Ostensibly, I'm talking about launching second debugger when a unit test runs.

The reason for this is that the integration I am working on extends ActionFilterAttribute, which I want to get a sense of under integrated, i.e. semi-fully-operational, circumstances.

Hope this makes sense. At this point I haven't found what I'm looking for, or I haven't asked the right set of questions yet. Looking forward to receiving helpful feedback.

Thanks and kind regards,

Michael Powell

Reset Zoom in VS 2012 Data Tools

$
0
0

All of a sudden, the font and appearance of my Visual Studio easel has completely changed!

The zoom bar is huge, and the font in the Connection Manager window is just as large! See the attached image:

I've looked everywhere and cannot find how to get things to display properly - or get these objects/fonts any smaller.

Has anyone dealt with or seen this before???

Any help would be appreciated!

Thanks!!


A. M. Robinson

visual studio 2010 uses

$
0
0

I have a visual studio 2010 web form application that I support. Right now I am using windows 7 computer and want to upgrade to a windows 10 computer.

Due to that fact can you tell me if the visual studio 2010 vb.net 2010 web form application will have problems running on a windows 10 computer? if so, what should I need to be aware of or what out for and what can I do to solve the potential problems?

Viewing all 21115 articles
Browse latest View live


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