Questions tagged as '.net'

1
answer

Xamarin Portable

Is it possible in Xamarin, to have a project Xamarin.Android and Xamarion.IOS and have a class class that accesses SQLite and reuses it in these two projects? How can we call this? Does anyone have an example?     
asked by 18.05.2017 / 23:32
1
answer

Error generating file

I have a method that generates a file, this method is actually generating the file, I have another method inside my service that returns the file for download and for this I return a List until then I return that list with bytes for my controler...
asked by 18.05.2017 / 02:19
1
answer

Entity Framework database access

I have a C # .NET application developed with Entity Framework, but I can not access the database with the following message:    The underlying pdovider failed to Open. I have only the application, but no local or remote database, how woul...
asked by 28.05.2017 / 16:34
1
answer

How do I stop the program until a form is closed?

I want it when Form1 is opened, the whole program stops, and only comes back when it is closed. How can I do this? Code that opens Form1: if (x == DialogResult.Yes) { Form1 f1 = new Form1(); f1.Show(); } As it's called: public...
asked by 28.05.2017 / 18:12
1
answer

Capture StackOverFlowException

I have a StackOverFlowException problem in an ASP.NET MVC application and I can not seem to figure out what might be causing this. I installed Elmah as suggested in another topic on the same problem, but it can not capture because the appli...
asked by 17.05.2017 / 02:01
1
answer

How to fill INPI data in a .NET project

My question is somewhat conceptual. My company registered the software at INPI and received the protocol data, etc. How do I populate this data on my system? I noticed that in the AssemblyInfo.cs file I have fields that allow me...
asked by 02.06.2017 / 00:17
2
answers

Hide menu on login screen C #

I'm having a problem, I need to hide a menu on the login screen when it loads. I used a solution that works locally, but the server does not happen, it follows: //MENU QUE FICA NA MASTER PAGE <asp:Panel ID="Panel1" runat="server">...
asked by 11.05.2017 / 18:42
1
answer

Capture object's top clicked and apply in another vb.net

I'm creating a simple function and I need to identify the name of the object clicked on, and then collect its top . Private Sub sidebar_bt_all_MouseHover(sender As Object, e As EventArgs) Handles sidebar_bt_all.MouseHover sidebar_bar...
asked by 02.05.2017 / 22:46
0
answers

Error while compiling project in Visual Basic 6

When I try to compile my project it gives this error: Idonotknowifit'saproblemwithCrystalReports(Seebackgroundinblue),orifit'sreallytheproblemwithVisualBasic6.I'veneverworkedwithVB6,andmyactingherewouldbeonlywith%IneedtoincreasetheMaxLengthofaf...
asked by 19.04.2017 / 18:54
1
answer

WCF + Web API - How to integrate?

I'm developing a web api and need to integrate with a service from a third party that is a WCF. I have the WSDL definition, I integrated it into my solution as a service reference, but it is pointing to a physical file on my PC. How do I inte...
asked by 25.04.2017 / 20:09