Questions tagged as 'c#'

1
answer

UNITY3D How to make an object stay at a certain distance from another object?

I have two ships in UNITY, let's call them A and B: Ship A moves steadily forward. Ship B has to chase ship A, approaching it and rotating around it but at a certain distance. The basic skeleton of the operation is the following: priv...
asked by 20.07.2018 / 06:18
0
answers

How to fix textbox so that they do not move when adding records in a tablix in a report made with ReportViewer?

I am creating a report with ReportViewer and I have a tablix and below a textboxs , the problem is that when more than one record is added in the tablix , the textbox are run and I need that they remain fixed bec...
asked by 19.07.2018 / 18:32
0
answers

org.springframework.web.client.ResourceAccessException Internal Server Error

While trying to call a rest api from c # from Spring Boot I have been having the error shown: The call to the web service rest of Spring Boot is successful. The fault is given in the line indicated: Has anyone any reco...
asked by 23.07.2018 / 23:58
0
answers

xsd a class cs de c # star

I am doing the conversion of xsd to classes in c # but it makes me errors. Create a folder inside C: \ STAR where I put the REV5.6.4 of STAR_Schema_564_GSS-2018-06-11 there I put all the files that I need to convert my main xsd that it is P...
asked by 07.08.2018 / 18:04
1
answer

how to pass value of a .cs variable to a javascript variable?

I have a variable in .css type string string RespGeneralimg = " | " +ImgResp1 + " | " + ImgResp2 + "|" + ImgResp3 + "|" + ImgResp4 + "|" + ImgResp5 + "|" + ImgResp6 + "|" + ImgResp7 + "|" + ImgResp8 + "|" + ImgResp9 + "|" + ImgResp10 + "|" +...
asked by 07.08.2018 / 18:35
1
answer

Error with interop.word.dll library

I have the following error when using the interop.word.dll library. Can someone help me solve it?    [UnauthorizedAccessException]: Retrieving the COM class factory for   component with CLSID {000209FF-0000-0000-C000-000000000046} fail...
asked by 18.07.2018 / 12:20
0
answers

Consume service rest of c # from Spring Boot

I need an example or at least recommendations on how to call rest apis de c # using Spring Boot. For example: This is the C # method to which I intend to make the call:     
asked by 18.07.2018 / 22:46
0
answers

I get this error: Error CS0103 The Name "InitializeComponent" when I create a new blank project in Xamarin for Visual Studio

I have created a new blank project in Xamarin for Visual Studio, but, all the default code has errors like error CS0103, Error CS0103 The Name "InitializeComponent" does not exist in the current context XamaTask.Android, XamaTask.iOS, XamaTask...
asked by 24.07.2018 / 02:57
1
answer

Pass SQL query result to a TXT C # file

Currently I'm trying to write the result of a query in a txt file, the code I use is this one, but the query brings two columns and I only manage to write the first column. SqlCommand comando = new SqlCommand("Select x,m * from xxx", cn);...
asked by 18.07.2018 / 17:17
0
answers

cross-queries with two OleDbDataAdapters

I am trying to insert records in an Access table using an OleDbDataAdapter. The data to be inserted is previously retrieved from another table in the same Access database with another OleDbDataAdapter, but when I run the Update method of the...
asked by 18.07.2018 / 15:09