Bitmap.Save 'A generic error occurred in GDI+'
Hello All,I was just going to play around by generating some bitmaps programatically.I started off with this simple example, expecting everything to go smoothly, but have run into a strange error.The...
View Articleمساعده في حل مشكله في الكمبيوتر
السلام عليكمكيف الحال انا عندي مشكله في الكمبيوتر في توزيع النت انا استخدم الفا للنتمعي جهاز كمبيوتر مكتبي نوع HPالمشكله عندما اوزع النت يعلق الجهاز او يفصل الالفا او يوزع بدون نت انا حدثت الجهاز بشكل...
View ArticleHow to call a method by using method name
a simple winform application, I try the reflection, but info is always null. namespace WindowsFormsApplication18 { public partial class Form1 : Form { public Form1() {...
View ArticleDeploy VS Project on Linux or Mac OS
Hi,Can Visual Studio Deploy my project to Linux and Mac?Thanks
View ArticleCircular Buffer in .NET
Is there a collection in .NET that offers a circular buffer?If not is there a collection that I can extend that would offer this functionality?Thanks
View ArticleCustom mobile client framework in ASP.NET MVC
Hi, i hope i am posting in the right place.Is it possible to use different client side JScript Framework than sluggish JQuery Mobile?The framework:http://app-framework-software.intel.com/I wonder if...
View ArticleExecuting a Method by Timer after fixed Interval
I have a class as follows :-Cell{List<Call> Active;List<Call> Queued;Timer t;..public void CheckQueue(){// Check Queued List for calls and add to Active List}}I want to execute this method...
View ArticleMSXML2 TO SYSTEM.XML in vb.net
1. Please how do I transform this code to VSTO System.Xml Private Function XSLT_Range(ByVal textrange As Word.Range, ByVal xsltfilename As String) As String Dim xsldoc As New...
View ArticleCopy the save file to another directory
Hi there,I am completely new to VB.net and I am trying to copy and save Excel files into another directory. Currently my colleague uses a software to save the document in the drive and now we want to...
View ArticleReflection: how do I get a MethodInfo for a method in a generic class where...
We have a compiler that uses Reflection Emit to generate assemblies. We are compiling a class that's equivalent to this C# code, where List is the framework's System.Collections.Generic.List<T>:...
View Articledictionary "duplicate class key" C#
Everything is C#, VS 2010, .Net 4.0I created a class MyKey : IEqualityComparer<MyKey> (int, DateTime) and a dictionary : Dictionary<MyKey, MyValue> = new Dictionary<MyKey, MyValue();I...
View ArticleRSACryptoServiceProvider SSL
Good afternoon, I'm trying to create a small application in C # that allows me to generate public and private keys. The idea is to have an identical solution a openssl, but I have not much...
View Articlegenerate vcf contact file
Hi,Is it possible to generate vcf contact file using C# and .NET 4.0? or need to use thirdparty only?Thanks,Jassim
View ArticleHow to Allow Different Versions of DLLs to Co-Exist in Same Process
We are working on a VB.NET DLL “MyDLL” for product “MyProduct” that references DLLs “Utility1DLL” and “Utility2DLL”, which another company creates. Our customers will create EXEs and DLLs that...
View ArticleWSFederationAuthenticationModule Causes IIS 8.5 To Raise 500 Internal Server...
We're trying to implement federated security with a third party authentication provider (okta.com). When I attempt to hit a protected resource, I'm redirected to the third party login. And when I log...
View Articlehow to connect .net and quickbooks
Hi,how to connect quickbooks software using .net console application.i have sample program It hasInterop.QBFC7.dll file .Can anyone please giv me some suggestions regarding this topic
View ArticleHow to convert jpeg/imges to .avi file by applying Microsoft RLE Compression?
I am doing windows based application for converting jpeg/bmp images into avi file by applying various compressions using C#.Net language. For that I have referred avifil32.dll.Here is the...
View ArticleDataBinding: 'System.Data.DataRowView' does not contain a property with the...
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" DataKeyNames="TopicId" DataSourceID="SqlDataSource1" ForeColor="#333333" GridLines="None" Width="400px">...
View ArticleReading large packages (System.IO.Packaging.Package) from IIS throws...
I have some (System.IO.Packaging.Package) package files hosted on IIS (8.5). The package size ranges from 5MB - 2GB. On the client side I am trying to open the package and read files in the package....
View ArticleHow to Calculate a string math expression
What I want is a method eg:object calc(string exp)It works likeint a=5int b=6calc("a+b*a") //should return 35And this method also can calculate the bool value likesbool a=truebool b=falseint c=5int...
View Article