Tagged Questions
The .NET framework is a software framework designed mainly for the Microsoft Windows operating system. It includes an implementation of the Base Class Library, Common Language Runtime (commonly referred to as CLI) and Dynamic Language Runtime. It supports many programming languages, including C#, ...
0
votes
0answers
3 views
VBA error loading .NET COM Visble library
So I am trying to register and use a .NET library that I have created in C#.NET and up until now I have been getting Visual Studios to "Register COM" on build.
I am now trying to go through the ...
0
votes
1answer
14 views
Is nuget.exe moved or inaccessible (500 Internal Server Error)?
I've got a number of projects, configured to download NuGet.exe and restore NuGet packages, when required. I'm using a little modified NuGet.targets, which executes this script:
...
1
vote
1answer
10 views
Generating temporary PDF via .exe or .NET from PHP
In Short...
I have an ASP.NET script that generates a PDF based on parameters passed to it. Firstly, I need to be able to call this script from PHP, and secondly, I need to ensure that the file is ...
0
votes
0answers
12 views
Open Source Windows Form Calendar For Desktop Application/Software
I am currently working on a project which is to integrate a calendar/diary to an existing desktop software/application. I am looking for a calendar that have this kind of functioanlity:
...
0
votes
0answers
14 views
Page showing not rendered HTML tags instead of rendered HTML
I am reading the contents of the blog post from a text file, it’s in html format and I want to show them on page as rendered html, but it’s not happening all its showing is simple text with html tags ...
0
votes
0answers
16 views
Openning Excel files from memory
Using Excel-Interop in .net, is it possible to open a file from memory instead of from file system? I've been able to open from HTTP and NFS - but memory is ideal for my needs.
I'm using the method:
...
0
votes
0answers
11 views
Oracle - Query which Privileges are granted which Roles on which Objects
I need to query an Oracle database and get back which privileges are granted which roles and on which objects. Because I am going to either revoke or grant privileges to roles on objects according to ...
1
vote
0answers
15 views
Deserialize XML to same type childs on different elements
When deserializing a xml file containing network nodes there seem to go something wrong when handling child elements.
I've got the following parent (root) class: NetworkCollection
[Serializable, ...
0
votes
0answers
10 views
System.TimeoutException occure in windows phone
I am calling web service in my windows phone 8 application.Its working fine but some times it gets to receive data I get this timeout exception.(due to slow network or some other proble).so this ...
0
votes
1answer
38 views
Prevent the RichTextBox's height from growing
I have a RichTextBox control in my WPF application. I use it to show log messages. Here's the code:
<Grid x:Name="grid" Margin="20,120,20,20">
<RichTextBox x:Name="txtLog" ...
0
votes
0answers
4 views
Does System.Net.WebRequest check that SSL certificate is not revoked?
I'm connecting to a remote webservice over https using the WebRequest class in .NET 4.0.
I'd like to ensure that the certificate: has not expired, is for the correct domain and hasn't been revoked.
I ...
0
votes
0answers
4 views
hosting winforms application on MFC
It is possible to host a WinForms application (not usercontrol) on MFC?
I found a solution that moves the parent of the main window but does not always work
0
votes
0answers
14 views
Self signed SSL client certificate not received by server
I am trying to implement two way ssl authentication in asp.net mvc 4 web api project. I'm following the blog posted at http://woloski.com/2012/08/04/securing-aspnet-webapi-with-clientcerts/ but cannot ...
0
votes
0answers
12 views
Hosting Web App Locally on Mac
I have written a simple chat web app using .net and it all works fine. Now I have written a small iphone app that is meant to interact with the web app. The problem is I dont know what to do in terms ...
0
votes
2answers
31 views
How to know debug/profile hanged C# application in the given situation
I have mulch-threaded program (console application) written in C#
It runs fine up to 6 -10 hours later it fails and stops , console does not closes and shows the last successful log
Error logs (all ...