The 2.0 version of the .NET Framework.
0
votes
1answer
20 views
System.Web.UI.Page GC occurrs on refresh?
I've got some custom controls on a dynamically build web page that can have delegates added to their event handlers as the page loads.
If the page is refreshed, do I need to worry about leaking ...
0
votes
0answers
26 views
Add/Remove controls dynamically in .NET 2.0 CF Forms project
I am working on a mobile 2.0 project that is displaying a list of custom controls (each containing labels and check box). I want to find a better way to keep track of control positions.
The controls ...
0
votes
1answer
22 views
Bind to subset of bindinglist
I have a datagridviewComboBoxColumn. I want each of its cells to have as possible values a subset of a bindinglist (let's call it the "master" bindinglist).
One suggestion I found online was this: ...
0
votes
3answers
74 views
What's wrong in this interface use?
Suppose to have an interface like this:
interface MyInterface
{
public string AProperty { get; set;}
public void AMethod ()
}
This interface is used inside another interface:
interface ...
0
votes
1answer
22 views
Two consecutive OracleDataAdapter updates inside a TransactionScope
I need to execute some insert instructions from a typed DataSet to a set of tables in my Oracle DB
I do something like:
OracleDataAdapter da1 = new OracleDataAdapter();
da1.InsertCommand = ...
0
votes
2answers
26 views
Datagridview and properties to Contained Objects
I have a BindingList of objects. The objects contain public properties to be displayed by a databindingview. Unfortunately I can't get the properties that return field data of contained objects to ...
-6
votes
1answer
42 views
Check the Current User is authenticated against Active Directory? [closed]
Uses: WinForms; .NET Framework 2.0;
I want to check if the Currently logged-in user is authenticated against Active Directory?
I'm not going to pass user's password, its basically input the ...
1
vote
1answer
21 views
Single shared codebase shared among different .net versions
I looked around to see if there's an example of the question I'm about to ask before I dive into it. But let's say I have a codebase that is pointing to .NET 2.0 framework, I need to still keep it as ...
0
votes
1answer
26 views
msbproj file writing doccumentation
I'm trying to debug some weirdness that's occurring within a msbproj file we have to automate our build process; I can't find a shred of documentation on writing msbproj files anywhere however, ...
1
vote
3answers
88 views
Can someone tell me why this SQL query not working
I followed this answer,
How can I supply a List<int> to a SQL parameter?
Please see these questions of mine for understanding scenario,
How can I update Crate IDs of List of Fruits in single ...
2
votes
1answer
35 views
How can I update Crate IDs of List of Fruits in single SQL query in c#
In reference to my question,
how can i update SQL table logic
I want a query which will do something like this,
I my last question was confusing hence I am asking a different question.
How can I ...
0
votes
0answers
26 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
1answer
9 views
unbind BindAsLegacyV2Runtime
So we have an application launcher which can (should) run new apps created in clickOnce and older apps that use a remoting type of logic
When trying to run the apps I received the following message
...
1
vote
2answers
33 views
How to alias namespaces in classes
I have a class in my project, for example,
namespace BrightCompany.BigProjects.MyBigProject.ApplicationCodeFolder
{
public class MyBigProjectsClass
{
public static string ...
0
votes
2answers
37 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 ...
3
votes
2answers
60 views
What is the .Net 2.0 equivalent of xElement.Parse (string)
I have code in C# .Net 4.0 that I need to work on computer functioning with the .Net 2.0 framework. Basically, what it does is read lines of data from a server. A line looks something like this:
...
1
vote
0answers
44 views
C# multiple managed dependencies failing when not run with optimizations
I've found this utterly hilarious bug when I've been trying to debug my WiX installer's custom actions.
I didn't write the code, but somehow one of my three managed .dlls decides it is invisible to ...
0
votes
1answer
24 views
Better way to handle graphics matrices (instead of the Matrix class)
I'm creating a 2D drawing framework for .NET 2.0/GDI+.
I need to be able to define transformations for different visuals, such as rotate and translate transforms. I also need to be able to transform ...
0
votes
1answer
76 views
Command field showing messagebox
I have a command field like this,
<asp:CommandField ShowEditButton="true" ShowDeleteButton="True" ItemStyle-Width="10px" />
Now on delete I want to display a confirmation box but not sure how ...
0
votes
1answer
31 views
.NET 2 application caching HttpRuntime
I have a question about using the .NET HttpRuntime object for caching in a windows form environment. I noticed, using .NET I will need to instantiate the HttpRuntime object and I have a funny feeling ...
3
votes
4answers
320 views
Summing up digits of a very long binary number?
I was asked by a friend :
If 2^10 = 1024 -- break apart the answer digits and sum its digits : 1+0+2+4 = 7.
This is easy.
However When the input is 2^30000 ( the input actually is a long string ...
-1
votes
0answers
38 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, ...
1
vote
2answers
69 views
Get value of a variable using its name in a string
I want to get the value of a variable from its name.
To clarify, an XML document delivers the variable name as a string; I want to get the value.
Something like this:
string bublegumA = ...
0
votes
1answer
63 views
issue passing struct from C# and modifying in unmanaged C++ dll on CE 5
I have C++ code that's compiled into Win32 and CE 5 dlls. Seeing that I'm compiling for both platforms, I'm using preprocessor definitions in the C++ to segregate when necessary.
Both dlls are ...
0
votes
0answers
153 views
Application crashes while reading Serial Ports in loop using .Net 2.0
I take a part on a project and after many tests, me and my colleagues feel little disappointed by our coding skills and methodology. The issue is the following:
The application must read data from ...
0
votes
0answers
14 views
Stopping a compiled web app from running in .NET4
All,
I have inherrited several .NET 2 compiled applications. There is no way i can edit them or recompile them to use .NET 4. My client is requireing a new IIS7 site running with .NET 4 and an app ...
0
votes
1answer
63 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 ...
2
votes
2answers
86 views
Inheritance of C# attribute classes
How does inheritance of attribute classes work in C#? To clarify, I am talking about the inheritance of the attribute classes themselves (i.e. base classes of System.Attributes), NOT any classes that ...
0
votes
1answer
53 views
Consuming a .net 2.0 web-service from a DLL without app.config
General question consuming a .net 2.0 web-service without app.config
Please excuse my bad english:
What I already did:
I wrote an test console application which connects with a preconfigured ...
0
votes
0answers
8 views
Correct location for class generated by xsd.exe
I have automatically generated some class with xsd.exe starting from a DataSet xsd file.
Is it correct or useful to keep the generated .cs file in the same path of the original .xsd file and the ...
1
vote
0answers
83 views
Multiple websites in IIS with native dll use 100% or core CPU
I have an application which makes uses of firebird embedded. There are five instances of this application in IIS all in the same Application Pool.
Whenever one of the sites in the pool is stopped or ...
3
votes
2answers
45 views
Adressof method signature
Since I can't put parameters how can I respect the following signature :
Private Sub SetFocusToRow(ByRef ultraGridRow As Infragistics.Win.UltraWinGrid.UltraGridRow)
grdSoldeOuverture.ActiveCell = ...
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[] ...
0
votes
0answers
194 views
c# .net 2.0 updating connection to database from oracle to sql server 2012 - upgrade from database links
I have a c# .net 2.0 application which connects to two separate Oracle databases.
Database1
Database2
It connects to Database2 through an Oracle database link in Database1.
In terms of the code ...
-2
votes
3answers
105 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
1answer
56 views
MSBuild creates satellite assemblies for the wrong framework version
I have got a VS2010 solution which creates several assemblies for .NET 2.0.
This also includes satellite assemblies.
When I create everything with VS2010 it is fine. But I have a XP machine working ...
0
votes
1answer
45 views
Targeting different .NET platform with csc.exe 4.0
I had installed .NET 4 on my system and found that the produced exe is using CLR 4.0. Is there an option with the csc.exe to target CLR 2.0?
I am using Notepad++ currently. (SharpDevelop works but I ...
0
votes
0answers
19 views
Recurring invalid ISupportInitialize casts generated by VS2010 designer targeting .NET 2.0
I am working on a C++/CLI project in Visual Studio 2010 (version 10.0.40219.1 SP1Rel) targeting .NET 2.0. Several forms in the project make heavy use of SplitContainer objects.
Every time I make a ...
1
vote
2answers
67 views
How can I get node I want from XML
<?xml version="1.0" encoding="utf-8" ?>
<Root>
<Fruits>
<Fruit>hahahaha</Fruit>
</Fruits>
</Root>
If I try this code,
...
-1
votes
2answers
35 views
Is .Net 4 environment make interfere with Documentum 5.3 SP3
I have a documentum 5.3 SP3 content server installed on a machine And one .net application is also installed on the same machine
current .NET version is 2.0
and i want to install the .NET version ...
1
vote
3answers
197 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 ...
0
votes
1answer
93 views
Add ActiveFilterString clause to DevExpress GridView CustomFilterRow
I have DevExpress GridView where I have a datatable as datasource. Now I have a hidden column which is used to filter the view using CustomFilterRow event. Now the problem is when the user puts in ...
2
votes
1answer
92 views
C# / Winforms: Always keep a form focusable
I want to implement a help-form into my app, which can get the focus, even if a dialog is shown. At the moment i dispose the actual instance of my help if it can't get focused, but i dont think thats ...
0
votes
1answer
149 views
Default parameter specifiers are not permitted in c# desktop application
private string formatSizeBinary(Int64 size, Int32 decimals = 2)
{
string[] sizes = { "Bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB" };
double formattedSize = ...
0
votes
2answers
531 views
Response.WriteFile not working IE 10 on production server
I am having an issue with (what I think is) the Response.WriteFile method in an ASP.NET/VB Web Forms application (which targets .NET 2.0) in IE 10 on a production server. Basically, this code has been ...
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
1answer
51 views
Properly Update an XmlNode within an XmlDocument
I have been waging war with XmlDocuments all day. They are winning. I am building a component in .net 2.0 and am therefore forced to use it. Please take a look at this and help me regain some ...
1
vote
1answer
63 views
What am not disposing while creating a iCal file?
In reference to my question Am I doing it right while reading a file?
I am using this code to create a iCal file but not sure if I am doing it right or need to dispose anything as getting this error,
...



