Skip to main content

All Questions

Tagged with
0 votes
1 answer
40 views

Visual Studio 2013 Crystal report error "MIssing parameters Values"

I am working on an application, which comes from several migrations. It started in Visual Studio 2010 and Crystal Report 9 and is now in Visual 2013. The latest version of the code was lost and I am ...
Diego's user avatar
  • 2,316
0 votes
1 answer
103 views

Visual Studio 2013 Crystal report 13.0.8 do not open

I am working on an application, which comes from several migrations. It started in Visual Studio 2012 and is now in Visual 2013. Crystal version 13.0.28 is installed on the server and the application ...
Diego's user avatar
  • 2,316
0 votes
0 answers
35 views

"Package Installation" error on Visual Studio project load

I wanted to learn ASP.NET MVC web development. So I pulled up a Youtube to give me a tutorial on the basics. I was able to create the simple project just fine. The next day, I went to create another ...
Josh M's user avatar
  • 173
1 vote
1 answer
206 views

Running C++ dll in C# for calling functions

I have code in C++ that I want to package as a dll and use in C# code. I made the dll, but when I am loading it, I am getting System.AccessViolationException. (First, the dll wouldn't load and after ...
Flight Dynamic Model's user avatar
0 votes
1 answer
213 views

Error url with parameters (read key from web.config) mvc c# visual studio 2013

I have the following code :   public ActionResult Signin() { var state = Guid.NewGuid(); // work for application state if required then we can use it. var oAuthUrl = $"{...
Ran's user avatar
  • 1
0 votes
0 answers
51 views

Deploy C# Application With Access Database

I want to deploy the C# application with the MS Access database("I want to give Path for database"), so I can go to the client and install the application with the database will save at ...
user18222944's user avatar
0 votes
0 answers
272 views

Request too long Error 400. Remove the process that goes to Account/Login.aspx

I was wondering on you block the website from going to the Account/login.aspx page? I can not seem to find it anywhere. We are getting a Bad Request - Request Too Long HTTP Error 400. The size of the ...
mrmcg's user avatar
  • 183
0 votes
0 answers
341 views

Test connection failed because of an error in initializing provider. ora-12154 in connecting OraServer in SSIS using Visual Studio 2013

I want to connect the OraServer in the SSIS using Visual Studio. But the error encountered is Test connection failed because of an error in initializing provider. ora-12154 TNS:could not resolve the ...
user17641387's user avatar
0 votes
1 answer
116 views

namespace 'CopyItemCommand' could not be found, using Microsoft.PowerShell.Commands

As per my task I have been building an old library named CoApp I am using Visual Studio 2013 and I have had to make some minor changes to NuGet versions and reference paths for things like 'System....
edwin's user avatar
  • 311
0 votes
0 answers
51 views

Fade out exit requires 2 clicks instead of one

I'm trying to implement a fade in/out to main form open/close, open fade in works fine, however close fade out requires 2 button clicks to work. Current code: using System; using System.Collections....
Jaymar's user avatar
  • 27
-1 votes
1 answer
1k views

$ (dollar sign) string in C# not working in VS2013

Why can't I use the dollar sign $ in Console.WriteLine()? I know that I use it for using the C# code in {} but it doesn't work and I don't know why? My code is: Console.WriteLine($"Name is : {}&...
Kian.Net's user avatar
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 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
-1 votes
2 answers
211 views

Unable to install in nuget package

I currently using VS2013, I'm using this for several months. I'm not encountering issue since then, but now I getting error. I unable to add package in my project. The default XML namespace of the ...
Vic's user avatar
  • 487
0 votes
0 answers
88 views

Integration services deployment straight to SQL Server

I have a custom Integration Services script which produces an ispac file for me. I want to deploy this ispac to SQL Server with SSMS, but I get an error, it's deployed but packages can't be executed ...
magicalKhachapuri's user avatar

15 30 50 per page
1
2 3 4 5
328