Skip to main content

All Questions

0 votes
0 answers
29 views

Open Visual Studio 2012 solution in Visual Studio 2013

I have to open a Web Application created in Visual Studio 2012 in Visual Studio 2013. The structure of the solution is with one project. The solution is called OT and the pages are in the folder OTWEB/...
Diego's user avatar
  • 2,316
-1 votes
1 answer
28 views

Upload file to Project1 from Project2 in same solution

I Have a solution that has two projects. Project2 displays a webform to the user having an asp:FileUpload control. The ask is to load this file from project2 to Project1 folder(i.e. /Project1/img) Any ...
user1489440's user avatar
0 votes
1 answer
727 views

Error Code 0x80070021 HTTP Error 500.19 - Internal Server Error

I trying to configure IIS but when I run the project this error appeared : Error Code 0x80070021 HTTP Error 500.19 - Internal Server Error May I know the cause and solution for this? This is example ...
cui's user avatar
  • 23
0 votes
1 answer
324 views

Not able to insert edited data from Gridview

Using GridView I am trying to insert all the records, including the edited column into the database, by clicking the submit button. However, it is always inserting the initial data which was fetched ...
Mrin's user avatar
  • 13
-1 votes
1 answer
177 views

How to create an exe out of ASP.NET project

I need to create an .exe or find a way to run my project in other computer witch i don't have and i cant install Visual Studio. Is there a way to make this possible? Btw I'm using Visual Studio 2013. ...
The_Intern's user avatar
1 vote
2 answers
1k views

The type or namespace name 'Utility' does not exist in the namespace 'Aspose.Cells' (are you missing an assembly reference?)

Heyyy.. I'm facing a pickle at the moment. I need to develop a program and one of it many functions is that it could convert JSON files into CSV files.. Here's what I have : using System; using System....
Niffy's user avatar
  • 11
0 votes
1 answer
100 views

Can a WebForms application in Asp.net 4.5.1 developed in Visual Studio 2013 be opened and worked on in Visual Studio 2019?

I have an Asp.net 4.5.1 Web Forms project developed on Visual Studio 2013. I want to start using Visual Studio 2019. When I open the project in Visual Studio 2019 I get errors in many places. For ...
Dov Miller's user avatar
  • 2,008
0 votes
0 answers
496 views

What is the difference between OnActionExecuting and beginexecute methods?

I have some custom code placed on BeginExecute method because I need to execute some logic before any action method is executed on any controller. I have seen that BeginExecute is often being executed ...
Willy's user avatar
  • 10.4k
0 votes
0 answers
29 views

Can I work with latest version of c# with visual studio 2013? [duplicate]

I have visual studio 2013 installed but I want to use the latest versions of c# . I tried to install visual studio 2017 but it was hard . Is there any way to update my c# version to latest versions ?
hassan's user avatar
  • 115
1 vote
0 answers
85 views

Reference not updated after install

I have recently upgraded my reference packages Microsoft.Aspnet.Mvc from 4.0.0 to 5.0.0, Newtonsoft.Json to 6.0.3, Microsoft.Aspnet.WebApi to 5.0.0 And I installed it using NuGet Package Manager ...
Swarali's user avatar
  • 21
0 votes
1 answer
267 views

Converting VC++ project from VS2013 to VS2019 giving error is not a valid Win32 application

I had an old VC++ project on VS2013, now I have converted that project to VS2O19. It is able to create the dll successfully. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|...
Sounak Saha's user avatar
0 votes
1 answer
139 views

How to view <asp:LoginName /> markup snippet ASP.NET C#

Today, I find myself amidst Microsoft's Visual Studio suite for the first time responsible for ASP.NET C# Web Forms applications at work (I am normally the PhP/Apache/MySQL guy). I am trying to ...
John Joseph's user avatar
1 vote
1 answer
12k views

Microsoft.WebApplication.targets was not found during web application build

When I develop a web application via Visual Studio 2013 (version 12.0.21005) and compile/build and run locally (Citrix Desktop) it works fine. However, when the same project is built in our BUILD ...
Artha Wijendra's user avatar
0 votes
1 answer
299 views

Get Data From Excel only shows last row

I'm having some issues ASPxGridView on Getting data from Excel file. It's only showing the last data from Excel. I've tried to create custom unbound but got no luck. Tried to make it to the List<&...
Syafiqur_'s user avatar
  • 579
1 vote
0 answers
35 views

Is there a way to pass multiple instances of one dataset to a reportviewer?

I'm trying to show a report of all vouchers uploaded to the DB. This report contains 2 datasets; voucherSummary and voucherHeader. Every voucher has a header and a summary. Is it possible for me to ...
RafillHussain's user avatar

15 30 50 per page
1
2 3 4 5
70