.NET DES encryption using a weak key
Hi all,I have a problem with DES encryption. I have to use DES encryption with the key "00 00 00 00 00 00 00 00" (I must authenticate me first before changing the key). But the .NET DES class has a...
View Articlewhy dns.gethotentry() method return addresslist as empty?
I use the following code to get the IP address: var ip = Dns.GetHostEntry(host); var ipaddress =ip.AddressList.FirstOrDefault(x => x.AddressFamily ==...
View Articlewrite a program in C#
write a C# programabstract class contained variables, regular and static variables, virtual functions etc and its derived classes contained function definitions... derived classes contained sealed...
View ArticleSystem.Security.Cryptography.CryptographicException The system cannot find...
Hi All,I am in deep trouble with the below problem.This problem is found on IIS7 windows server 2008. System.Security.Cryptography.CryptographicException The system cannot find the file...
View ArticleFaulting module name: System.Management.Instrumentation.ni.dll version:...
Hi ,We are seeing frequent Application Error Events (ID=1000) on Windows Server 2012 R2 . We use the IIS on the server for SCCM related componenent configurations and are not seeing any issues with our...
View ArticleDot Net DLL process IE9 - Process ID not Found
Dear Group memberswe have developed Windows based DLL and added in IE explorer using our web based project. We are unable to get the DLL process ID but we got IE process ID all the times, Its our...
View ArticleNuget package for 'Microsoft.AnalysisServices.AdomdClient' namespace in DNX...
Hi,I am trying to use the classes under the ‘Microsoft.AnalysisServices.AdomdClient’ namespace in the latest Visual Studio 2015 with DNX Core 5.0 framework. I am not able to find any Nuget package...
View Articlecan't login MSwindows10 :(
The User Profile Service service failed the logon.User profile cannot be loaded.This is the message I get when I try to log in to my account on a Windows 7 Ultimate. It is not saying I am using the...
View ArticleHellow World - Python With Flask
from flask import Flask app = Flask(__name__) app.config['DEBUG'] = True # Note: We don't need to call run() since our application is embedded within # the App Engine WSGI application server....
View ArticleZipping files using the built in windows classes, by importing COM component
Hello, I am having a problem trying to zip a file, not really a problem, but I'm creating a backup program, and it imports the COM component: Microsoft Shell Controls And Automation, when I compile a...
View ArticleIssue with installing Entity Framework in Visual Studio 2013 Pro
Hi, I just crated a simple project in VS 2013 Pro and trying to install Entity Framework but I get the folling error. I tried to do it fro Package Manager also but I got error (Server returned error...
View ArticleWhy are MSDN .NET framework links so broken?
Maybe there is just a temporary issue with the .NET framework online documentation, but I am having a real issue searching for and finding 'IsBackground'If I search for 'IsBackground' from either...
View ArticleDigital signature (SHA256 Hash with RSA algo)
Hi,I found this Java code and wanted to know if we can replicate this same in DotNet. public class SHA256WithRSAAlgo { private static String consumerId = "b68d2a72...."; // Trimmed for security...
View ArticleProblem with StreamWriter.WriteLine function
Hi,Actually i'm using StreamWriter.WriteLine method to write data + line terminator. But carriage return becomes Windows format (CR + LF). I want the carriage return becomes Unix format (LF). How can...
View ArticleWhats it being caused by?
I'm not seeing the right forum section to post this in.What Is The Deal With Each Website I Visit That A "Powered By Rolleraround" Ad Feels The Need To Be On My Windows 7 Device Making Suggestions...
View ArticleGenerating MSDN documentation URLs
This question is on behalf of one of my team members: I am a developer in charge of writing the documentation for our product. I have written a tool in C# to output our assembly in markdown style...
View ArticleMath.Round produces different results depending on where it is run
I have the following line of code that is producing 2 different results. Given the following linevar rounded = Math.Round(415 *0.01f, 1);I would expect this to round to 4.2 all the time. When I run...
View ArticleCan HTML display .emf images?
I want to display .emf image in html page without using system.drawing namespace to alter image. Can any one suggest me the answer?
View ArticleJSON & .NET C#
Hello,Iam trying to consum a json web service. The doc api gives an exemple in php, i try to use c# and don't find the code to use for post HTTP. (with GET it works fine).bellow php code (doc...
View Article(The operation has timed out) when sending email
Hi,I am using below code to send email but getting:The operation has timed out.evertime I try to send an emailI am hosting with dreamhost.What could be the issue please?Thanks,Jassimmail_message = new...
View Article