Quantcast
Channel: .NET Framework Class Libraries forum
Browsing all 8156 articles
Browse latest View live

Converting Base64String to Image (bmp/Jpeg/png or any).

Hi All,I want to convert my base64String to an image. I tried several ways that you have suggested. but it was not work with my large string. I used this method            byte[] binaryData =...

View Article


Smtp mail configure

Hello,Im facing the following issue,Send mail using .net smtp classes:Exchange mail account Configuration :khalil@khalildomain.com With the Name "Khalil"From Mail : khalil@khalildomain.comFrom Name :...

View Article


HttpWebRequest hangs

This is frequent question, but I tried everything and nothing helps.HttpWebRequest hangs at line with GetResponse call. I already checked usings, connection limits and even disabled 100 Continue. I...

View Article

Complie C# Code without requirement of TLB Interop.MSUtill.dll file

Hello Recently, I have written a simple LogParser Application in C#C# Code is As follow using System; using System.Collections.Generic; using System.Linq; using System.Text; using MSUtil; namespace...

View Article

SignalR Issue about groups life cycle

Helloeveryone, I have adoubt aboutSignalRwhencreating groups,my question is:What isthe life cycleof creation and subscriptiongroupsinSignalR?I mean,when we createa groupfromone ofourHubmethods ifthe...

View Article


Populate Specific Registry Keys in Combobox

Hi,I have my registry key HKEY_LOCAL_MACHINE\Software\JassimUnder Jassim key, I have list of keys, e.g. system1, system2, options, etcSystem1 and System2 wil have SystemGUID value where options key...

View Article

Difference between Visual Studio - 2008,2010, 2012, 2013, 2015?

What is the difference between Visual Studio 2008, 2010, 2012, 2013, and 2015?Can you please list out the difference between each VS?Also, please explain me the different .NET Frameworks (3.5, 4.0,...

View Article

Property with empty string value is not serialized? how to include NULL...

Hi Team,Please have look at the below code publicclassProductsDetail    {         publicstring Approve { get; set; }        publicstring Audit_Trail { get; set; }        publicstring Basic_Data_Text {...

View Article


get all datas from distinct row using dataset c#

// dataset->OrderDataSet// DataRow->ProductRow//DataTable->ProtableOrderDataSet.ProductRow prow = protable.FindByProductID("5");

View Article


How to do this Linq Operation in Ado.net ..... To get List of data from a...

  List<CommonSetting> getid = new List<CommonSetting>();             getid = (from n in order_data_context.CommonSettings                      select n).ToList() ;             foreach...

View Article

invalid length for a base-64 char array or string

Hi, I would like to ask why I am getting the following error on the below code please? The error is: invalid length for a base-64 char array or string and this is the code:string server =...

View Article

Managed Extensibility Framework Question

Hello, newby MEF here: I have 2 interfaces to classlibraries I want to compose with my main application. What i am trying to achieve is a directory of .dlls that I can update/manage for the...

View Article

Porting VB to VB.NET

Hi,Our VB6 applications use many Microsoft components like msxml and fso (only as an example). We can port VB to VB.NET. The question is on such components which is being interop properly. Will they be...

View Article


NamedPipeClientStream.Connect function throw System.IO.FileNotFoundException...

Hi All:Is anyone encounter this issue:I have created a NamedPipeClientStream instance:var pipe = new NamedPipeClientStream("PipeName");Then call the function...

View Article

ImmutableArray.Add(..) throws exception when called concurrently from...

I played around with ImmutableArray<T> from NuGet packageSystem.Collections.Immutable (version 1.1.32-beta) and found an unexpected behavior. Not sure if I'm doing something wrong.Suppose, I have...

View Article


how to insert the below data in sql using adapter.insert

order.Fill(orderDataSet.Order);                        OrderDataSet.OrderRow r = new OrderDataSet.OrderDataTable().NewOrderRow();            r.OrderDate = dateTimeInput_OrderDate.Value;...

View Article

juoi

uhgu

View Article


Visual Studio 2008 Routing Assembly

Sir / Madam,I have install Visual Studio 2008 on my machine (OS: Win 7 Ultimate 32 bit). I am working on an application to create URL Routing. I have searched online & got a sample application...

View Article

Determination File Ownership, For Some Files We Unaccountably Get An Exception

I've summarized the various error messages that are presented in the below shown exception handler. Can you explain why the system takes exception to my requests (only on some files) and what the...

View Article

Privileges issues in Windows Service..

Hi,I've developed a Windows Service in VB.Net to check the running instances of Internet Explorer, I'm successfully tracking the instances which are running under admin privileges but I'm unable to...

View Article
Browsing all 8156 articles
Browse latest View live