Strange problem writing Excel formulas using .NET
Thu, 28 Aug 2008 04:06:33 +0000 (UTC)
I have a .NET application that, among other things, creates Excel
workbooks, and I have run into a very strange problem involving
formulas on one worksheet that reference values on another worksheet.
The text I write into, let's say, cell A25 on Sheet1 (using .NET)
looks something like this:
=VLOOKUP(RC[7],' ...
|
Workflow
Wed, 27 Aug 2008 15:21:38 -0700 (PDT)
Hi all,
I recently used windows workflow in a project and have since had to
make some changes to the WF definitions. The problem I have having is
that some workflows are currently in the SQL Workflow Persistance
waiting for some user interactions. Unfortunately I cannot load these
(resume) using the latest ...
|
Custom config sections
Wed, 27 Aug 2008 14:43:33 -0400
all,
I am using custom config sections in my web application. I have it working
as expected when accessed via the website. However, i would like to execute
this via nUnit test classes.
I creatred an app.config file and named it FineUnitTests.dll.config and
placed it if the bin forder where the unit tests ...
|
Internet Explorer cannot download <file name> from <server>
Wed, 27 Aug 2008 05:43:01 -0700
Hi I have a web application(website) from which i generate reports. I code
behind used is asp.net. When i give a small date range to generate reports it
works fine, but when i give a big date range i am shown a Error Message:
Internet Explorer cannot download <file name> from <server>
Internet Explorer was ...
|
Reg TCPIP Connection Timout Socket Exception
Wed, 27 Aug 2008 16:44:07 +0530
Hi,
When I try to do a remoting call where server network is down. I am getting
exception saying like - "A connection attempt failed because the connected
party did not properly respond after a period of time, or established
connection failed because connected host has failed to respond". This is
fine.
...
|
Reinstalling windows XP
Wed, 27 Aug 2008 03:48:01 -0700
Hello, I'm trying to reinstall Windows XP with the same disc it was
originally installed with. When I try to do this a message appears saying
this isn't possible as it is an older version of window but if I want to
install it I will lose all my settings etc. The problem is I can't actually
go ahead and insta ...
|
Feedback about experiences deploying .Net 3.5
Tue, 26 Aug 2008 23:52:55 -0700
My company is considering moving up from .Net 2.0 to .Net 3.5(SP1) as a
prerequisite on the ClickOnce deployment for our application.
Does anybody have any experience deploying .Net 3.5 either as a
prerequisite, or just by itself? Have you had any problems installing it?
One issue I've seen reported is w ...
|
|
|
Evidence of referenced assemblis is not inherited with Assembly.LoadFrom()
Wed, 27 Aug 2008 13:55:41 +1000
Hello,
I have 2 assemblies A1 and A2. The A2 depends on (references) A1. When I do:
Evidence ev = new Evidence(new object[] { new Url(@\\myhost\myshare), new
Zone(SecurityZone.MyComputer) }, new object[] { });
Assembly A1 = Assembly.LoadFrom(assembly1Path, ev);
And then use any method in A1 all works fin ...
|
Launching an app from within my Winforms app
Tue, 26 Aug 2008 14:30:42 -0500
I'm trying to launch another (WinForms) application from my WinForms app. I want it to work like launching an app from Explorer, i.e. I don't want my
app to have any ties to the app it launched. I've tried to use Process.Start but it doesn't see to be passing my command line parameter and if there
is already a ...
|
How to create customer defined user interface layout with xaml
Tue, 26 Aug 2008 10:24:49 -0700 (PDT)
We are developing a new WPF application. We have created an
application that code generates some of the user interface controls
into XAML from earlier created Entities. The problem I am stuck with
is that some of our customers want their WPF form controls laid out in
a different order than other customers. Ha ...
|