Questions tagged as '.net'

0
answers

Dynamics iframe and cookies

I'm trying to preview documents. The thing is that in Dynamics CRM you can insert an IFRAME and you can see the documents of a user's Sharepoint in an IFRAME, the idea is that when you click the URL, go to the other IFRAME and preview the docume...
asked by 23.08.2018 / 08:36
1
answer

Signing of assemblies in .NET help please!

I have a problem compiling my solution in Visual Studio 2017 it tells me that I should    Error BC41997 Referenced assembly 'xxx.XXX, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null' does not have a strong name. xxx.XXX Rutavbc 1...
asked by 31.08.2018 / 17:16
0
answers

I do not get the .net framework data provider for sybase 17 in visual studio

I'm trying to make a connection but there is no net framework data provider for sybase 17 and I have not found a way to install it     
asked by 08.08.2018 / 21:51
0
answers

Firebase Cloud Messaging No valid registration ids

I would like to consult, because when I want to register a new user in one of my applications, firebase, at times totally random (now almost permanent) I get an error of "no valid registration ids" the FCM API, so I do not register any new user,...
asked by 31.07.2018 / 16:07
0
answers

How can I download a file from a website that asks for a digital certificate?

I'm working in Visual Studio 2017, my question is how to get a file that can be found in a one page link but it requires a digital certificate. I have the certificate but I do not know how to enter with it and download the file. Currently thi...
asked by 31.07.2018 / 16:43
0
answers

like loading a combobox from sqlserver achievement that you can add null values

Well, please help me in this problem, I will put the code: This is the stored procedure ALTER procedure [dbo].[uspListarMarcaXEstado] @estado int as select idmarca,marca,e.manteniento from Marca m inner join Estado e on m.idestado=e.idestado...
asked by 21.07.2018 / 05:35
0
answers

why does not my slider scroll images?

if the images were loaded but they do not move a bit jQuery(document).ready(function () { "use strict"; if ($('#slider-carousel').length >= 1) { $('#slider-carousel').caroufredsel({ responsive: true...
asked by 15.07.2018 / 21:41
0
answers

Model with dynamic data list (add-edit-delete) .net mvc

How does mvc work if I want to develop a screen with a form where I have the main data of the model? Ex. MaterialesViewModel and right here is a data grid that corresponds to a list of the same model MaterialesViewModel that is...
asked by 10.07.2018 / 18:53
0
answers

I can not Create a reminder in Google Api Calendar from C #, always put the reminder by default, and send it in False (UseDefault = false,)

public Boolean CrearEvento(Eventos_ENT obj_evento) { try { UserCredential credential = GoogleWebAuthorizationBroker.AuthorizeAsync( new ClientSecrets {...
asked by 19.07.2018 / 17:25
1
answer

how to load two models to the same view from a third model that contains both?

link first here I leave the project uploaded to github .. second here the code // este es el modelo que contiene ambos modelos namespace MyFirstWebsite.Models { public class Modelo { public List mod...
asked by 10.07.2018 / 16:50