-1
votes
0answers
14 views

How to create xps document using C#? [closed]

My requirement it create a XPS document using .Net C#. I have a list of .jpg images and list of fpage. Using these images and fpages, i want to create a XPS document. Can anyone suggest how to ...
0
votes
0answers
23 views

Write data over multiple ranges of excel from vb.net

I am creating reports over excel from VB.net code . Code details : 1. Create Range Names inside excel template : Formulas -> Name Manager -> Create multiple new name ranges in excel . Using ...
-4
votes
1answer
44 views

Unclear about the Error why we are getting the exception [closed]

Message: The parameter value must be greater than zero. Parameter name: textLength Stack Trace: at MS.Internal.TextFormatting.TextMetrics.FullTextLine.GetTextBounds(Int32 ...
0
votes
0answers
18 views

Unable to map XML Serializable Collection in C#

<WebxApi> <Search> <SessionId>49B9BB6E-D2BD-427E-BB38-C3BD37B216E1</SessionId> </Search> <Search> ...
0
votes
0answers
18 views

How to change the build version

I have a windows desktop application where i need to include the Build version to it. the format is V.M.m-BBBB YYYY-MM-DD • V – Version • M – Major • m – Minor • BBBB – 4-digit-Build ID ...
-2
votes
0answers
37 views

Global Listener in C# WPF [closed]

Hope this question might be silly but I don't know the answer for it. I like to know is there is a way which we can get a Notification (Event Raised) whenever an action is performed in WPF C# ...
0
votes
1answer
31 views

Comparing SQl Date With C# Input values

Hi i have to compare the date time sent from C# code to the SQLServer along with milliseconds. I have converted the date as follows.. CultureInfo provider = CultureInfo.InvariantCulture; ...
1
vote
2answers
83 views

How to make class truly Immutable? [duplicate]

I just looked into IReadOnlyList<T> to create readonly list. But I think it is not 100% readonly. I can not add/remove the item from the list but I can still modify the members. Consider this ...
0
votes
0answers
27 views

Wcf calls exception when calling sequence workflow

I get error Please ensure that the operations are performed in the correct order and that the binding in use provides ordered delivery guarantees. http://snag.gy/QUEmi.jpg The problem ...
1
vote
0answers
38 views

“The URI prefix is not recognized” in WPF when loading embedded resource

I'm trying to load an XML document in a WPF application, but using a pack URI I keep getting "The URI prefix is not recognized" even though I register the pack authority: UriParser.Register(new ...
-2
votes
1answer
29 views

groupby and return original collection using linq

I want to groupby a List<whateverType> by three of the whateverType properties, and then order it by a 4th property, and then return it as a list. How can I do this using Linq C#? The ...
0
votes
0answers
9 views

NTLM authentication with BackgroundDownloader in metro app

I want to use BackgroundDownloader class to download files from some external repository which uses NTLM authentication, So i need to pass NTLM authentication header in request from my ...
4
votes
1answer
57 views

Difference between Parallel.ForEach and ParallelEnumerable.ForAll [duplicate]

I have a collection of Model classes and I wan't to Map each class individually to View Model classes. I can use Parallel.ForEach or ParallelEnumerable.ForAll, so what is the difference between the ...
0
votes
1answer
34 views

Sort XmlElement by Attribute value

I have XmlElement root; that contains structure like this <?xml version="1.0" encoding="us-ascii"?> <EntityCollection xmlns=""> <Application ...
-4
votes
0answers
21 views

MVC4 Bind data to drop DownList From Database In Razor View Engine [closed]

SMVC4 Bind data to drop DownList From Database In Razor View Engineimple Insert record to the database using mvc3. .And use of the linq how can i pass the parameters to the linq query

1 2 3 4 5 141
15 30 50 per page