0
votes
0answers
24 views

File name or class name not found during Automation operation

I am developing a web service which is consuming a COM component, that in turn calls GetObject method. I could see the service working fine if the target framework is set to Version 4.0, but it gives ...
0
votes
2answers
36 views

Check default printer is on or not

How can i figure out whether default printer is on or not using vb.net or C# (on .Net 2.0) And what is the port number to which printer is attached. I am using PrinterSettings Class, but there is no ...
-1
votes
0answers
37 views

.Net app shown different on Win 7 and XP

I have a UserControl with two Labels, under which a Rectangle is drawn. On Win XP it should look like on Win 7. Any tips and suggestion what is causing this? protected override void ...
1
vote
2answers
63 views

Methods that return delegates with .net2

I've been working in .net 4 and really enjoying the ability to return bespoke functions from a single method e.g: public Func<object, object> FunctionBuilder(object o) { /*build functions, ...
0
votes
1answer
62 views

Download large files from asmx in .NET 2.0

We have a client which is written in .NET 2.0 (and it can not be changed). This client communicates with web service (no WCF, just plain asmx) written in .NET 4.0. Now we need to donload rather large ...
0
votes
1answer
50 views

.NET 2.0 application - which Framework to require for maximum portability?

I am continuing development on a C# code base written for .NET 2.0. The first thing I did was upgrade to Visual Studio 2012, only to discover that this requires upgrading my Setup projects to ...
-1
votes
2answers
80 views

what's wrong with this code (.net 2.0)

I am trying to get latest date using code below, but it goes into infinte loop and displays nothing in console, public static void sortsortyMyDates() { int i = 1; DateTime[] ...
-2
votes
3answers
104 views

Regex to find first extension in OpenFileDialog filter string

I want to find the first extension in list of exentions in OpenFileDialog file filter string. Consider the below example - Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF Text files ...
1
vote
3answers
183 views

App is unable to write to the registry, even though the user has administrative privileges

I am using Visual Studio 2010, and I'm writing a program that needs to set (and read) new registry values under HKLM\Software\myapp The program is .NET 2.0-based and as for now it runs on Windows 7 ...
3
votes
2answers
70 views

In IL code, why is there not a nop opcode in a given situation? Why is there a br.s opcode in a given situation?

Suppose I have the following code: public class Class1 { private Class2 obj; public void MethodA() { var class2 = new Class2(); class2.PropertyI = 2; obj = ...
0
votes
2answers
102 views

How to programmatically tell the difference between XP 64 bit and Server 2003 64 Bit

I have a program where I need to display a different link to a different download based on what version of windows a user is running. Using this answer I am able to detect which version the OS is. ...
0
votes
1answer
26 views

Why CAS 2.0 Framework doesn't work?

I'm playing with CAS in Framework 2.0 (I know that it's obsolete). I have following code, that I'm trying hard to crash. I've compiled project in 2.0 framework: using System; using ...
0
votes
2answers
40 views

Will later versions of the .NET Framework work with apps targeted to an earlier version? [duplicate]

If a .NET app is compiled targetting .NET 2.0, will an installation of Windows with only .NET 4.0 installed allow the app to execute without any problems?
0
votes
5answers
132 views

System.DateTime.Now is giving bad results

The main logic of a utility tool is in a function like this: private void Run() { DateTime startTime = DateTime.Now; Prepare(); Search(); Process(); DateTime endTime = ...
0
votes
2answers
115 views

Windows form not closing when opened from another thread

I have created a simple window form(pasted below). Now I use this to display a wait dailog to the user when running a complex operation which consumes time. Calling the HerculesWaitForm.Show("Some ...
0
votes
2answers
150 views

HttpWebResponse multiple file download

I use this code to download a file from a url. Stream stm = myHttpResponse.GetResponseStream(); byte[] buff = new byte[4096]; Stream fs = new FileStream("c:\\file1.txt", FileMode.Append , ...
0
votes
0answers
49 views

Using capsol.exe in a .net application

I am creating a .net application which on running from network gives error due to no trust. So i want to use caspol.exe . i know the command line to use it manually. But how can i use it to make the ...
1
vote
3answers
145 views

GUI does not redraw while stepping in Debug Mode

In any .NET 2.0 Winforms application, if you run the code in Debug Mode, and you either hit a breakpoint or otherwise Step Into the code line by line, and you want to see the GUI of the application ...
2
votes
1answer
103 views

.NET Read Text from Label without Automation

I am writing a C# application to perform testing automation of a legacy Win32 application. These tests require running applications, pressing buttons, and verify results by reading label text. My ...
2
votes
1answer
181 views

Get all valid attributes for a given XML element

I Loaded an XML document inside an XmlDocument. The document is loaded by an XmlReader that is binded to a given schema (by the XmlReaderSettings class). How can I get a list of allowed attributes ...
1
vote
1answer
266 views

DevExpress dateedit customization to allow only specific dates

I have used the example here How to create a DateEdit descendant that will allow date unit selection, and multiple dates and periods selection. I wanted to add one more functionality where I would ...
1
vote
2answers
91 views

Preventing Xpath Injection on .net 2.0

I have the following code to get some translations for an old site (its also like this in some other functionality that have more important information.) Dim myDoc As New XmlDocument ...
0
votes
1answer
116 views

Why the date format is changed when date is converted to String?

I’m building a SQL query using VB.net dateFrom As Date ... '02/21/2013 sqlQuery.add(“ HAVING MIN(DATEADD(HOUR, 2, columnDate)) >= ” + myDate) MyDate format is “MM/dd/YYYY” (02/21/2013), but when ...
0
votes
0answers
28 views

comunication between different cli

Would it be possible to have a Script launched with ipy.exe(2.7.3) which uses NET4.0, communicate with a script that is started with ipy.exe(2.6.1) that uses Net2.0? The script launched with ...
0
votes
0answers
59 views

Shortcuts to create a valid HTML page using System.Web.UI.HtmlTextWriter

I want to create a simple HTML page in code, to present a summary of work done in the application (a .NET 2 C# console app). I've found HtmlTextWriter which looks pretty helpful, but it seems I still ...
0
votes
1answer
283 views

Mixed mode assembly is built against 'v2.0.50727' error

First of all, I've found the other posts on StackOverflow here, but it did not resolve my error. I have 3 different environments/domains with a build server in each location. My Dev and UAT ...
0
votes
4answers
53 views

.NET2 Test if a string is a valid path

.NET methods like Path.IsPathRooted() are great, but throw if the input string isn't valid. Which is fine, but it would be nice to pre-check if an input string is a valid path before jumping into an ...
2
votes
1answer
96 views

External program crashes when started impersonated but works when runas

My .Net-Windows-Forms-Application is running impersonated as another user. The program starts another .net-exe which instantiates from an interop-assembly. The external program crashes when trying to ...
3
votes
2answers
75 views

IIS 5, Migration from .net 1.1 to .net 2.0?

My client is using IIS 5.0 and .NET 1.1 on their Windows Server which is reaaally old! Just wondering what are the risks of upgrading the server from .NET 1.1 to .NET 2.0? and would IIS 5.0 support ...
2
votes
2answers
621 views

Converting 8-bit grayscale tiff image to 8-bit grayscale jpg in .Net 2.0

We have a system that provides images in 8-bit grayscale either tiff or jpg formats. However, the component we have to process the images expects image to be in 8-bit jpg format. When I use .Net to ...
0
votes
1answer
66 views

How to disable PageUp/PageDown in ListView?

instead of jumping to the beginnng/end of the ListView, I would like to perform some other operation. So I would like to disable jumping through the ListView with PageUp/PageDown and perform some ...
0
votes
2answers
82 views

Search a directory for all files of several types in .NET

Say I have a string like ".vcproj;.csproj;*.sln" and I want to show all files of these types in a directory... Windows does this all the time with open-file dialogs. I am aware of Directory.GetFiles ...
1
vote
2answers
143 views

Asynchronously writing a spawned process' stdout+stderr to a file in a thread-safe way in .NET

I have a fairly standard setup: void Run() { this.sw = File.CreateText(logfile) start.RedirectStandardInput = true; start.RedirectStandardOutput = true; ...
1
vote
1answer
155 views

How do I fix? Error: Select is not a member of 'System.Collections.Generic.List(Of String)'

Keep getting error: 'Select' is not a member of 'System.Collections.Generic.List(Of String)'. I am rendering x86 and using framework 2.0 (as its unnecessary for the direct player I'm using) How do I ...
4
votes
5answers
223 views

How to use multi threading in a For loop

I want to achieve the below requirement; please suggest some solution. string[] filenames = Directory.GetFiles("C:\Temp"); //10 files for (int i = 0; i < filenames.count; i++) { ...
4
votes
1answer
464 views

Converting Unicode string to unicode chars in c# for indian languages

I need to convert unicode string to unicode characters. for eg:Language Tamil "கமலி"=>'க','ம','லி' i'm able to strip unicode bytes but producing unicode characters is became problem. byte[] ...
2
votes
2answers
318 views

Fully understanding the .NET versions and backward compatibility

I have a .NET 2.0 application and I plan to make a 'smart installer' which checks for the available .NET version on the user's PC and install my specific port for it. I saw that: Windows XP (SP2) ...
0
votes
1answer
126 views

C#(.NET 4.0) application throws an System.MissingMethodException when one of its reference is upgraded from .net 2.0 to .net 4.0

I have an application which is originally written in .net 4.0. This application refers to an library which was targeted for .net 2.0. Recently, I had to upgrade this library to .net 4.0, without ...
0
votes
0answers
210 views

Windows XP SystemInformation.PowerStatus for APC Smart-UPS

I have a Win XP Pro system with .Net 2 SP2 on it. It has an APC Smart-UPS connected and is configured through the default windows setup for ups devices (Control Panel -> Power -> UPS). The APC ...
3
votes
3answers
100 views

Possible to make one Hello World exe work in all versions of .NET? (2.0 and 4.5)

Is it possible to have a single .NET exe operate on all versions of .NET from 2.0 through 4.5 without having separate binaries? Assume all I need to do is Console.Writeline("Hello world");
2
votes
3answers
404 views

What are the alternatives for System.Collections.ArrayList?

I have been asked to revise the code written some time ago for a windows form application. The programmer has used ArrayList heavily. I think generic lists are way more efficient compared to array ...
1
vote
1answer
55 views

How to update VS projects' frameworks from 2.0 to 4.0 safely?

We have about 5 big projects in 2.0 .NET framework. We are using VS 2008. We are decided to change our framework to 4.0 and upgrading to VS 2012. What are the possible problems in this situation? ...
1
vote
3answers
106 views

Forward compatibility of .NET Frameworks from 3.5 to 2.0

I'm looking for a solid advice on forward compatibility between specific versions of .NET framework. For clarity, let's suppose we're talking about SQL Server 2008 which only supports .NET 2.0, and ...
2
votes
1answer
367 views

Allow C# application built with .NET 2.0 to run on .NET 4.0/4.5

We have a C# DLL (let's call it myapp.exe) built with .NET 2.0 Framework (VS2005) and we found out that our application won't work on machines where only .NET 4.0 or above is installed. To let our ...
2
votes
1answer
105 views

Access ASMX webservice without a config file, switch between environments

I am restricted to .Net 2.0 on a couple of client PCs that run Windows 2000. (They are running other proprietary stuff that will fail on any other OS) I would like to be able to access some ...
1
vote
1answer
773 views

Visual Studio 2012 .NET Framework 2.0 missing

Very strange one. I have a Windows 8 dev machine which has .NET 3.5 enabled in Windows features but after installing Visual Studio 2012 I can not see .NET Framework 2.0 in the New Project list. I ...
0
votes
0answers
78 views

How do I elegantly finalize objects that own threads and raise events?

The question is about what to do when the caller forgets to dispose of my object. Thus I've skipped implementing IDisposable for brevity. My questions are: How dangerous is the last code sample? Can ...
1
vote
4answers
51 views

How can I explicitly convert this derived class in .NET 2?

I can't seem to find out how to do this in .NET2.0 despite searching Google and SO. Say I have the following classes: public class Fruit { prop string Color {get; set;} } public class Apple : ...
1
vote
2answers
378 views

How to use Xpath to insert into xml files

<feed> <entry> <data>1234</data> <content>Stackoverflow</content> </entry> </feed> Next data.. I have to create above xml ...
1
vote
0answers
89 views

Why does this DateTime.Parse() call throw in .NET 4 but not .NET 2?

I have a small application that behaves differently in .NET 2.0 and 4.0. Did something change with regards to DateTime.Parse() between .NET 2 and .NET 4? The following snippet behaves differently on ...

1 2 3 4 5 14