dotnet
Fri, 29 Aug 2008 06:21:39 -0700 (PDT)
dotnet
http://www.interviewdoor.com/interviewforum/index.php?c=5
VB.NET Interview Questions And Real Time Discussions
http://www.interviewdoor.com/interviewforum/viewforum.php?f=25
ASP.NET Interview Questions And Real Time Discussions
http://www.interviewdoor.com/interviewforum/viewforum.php?f=26
C#. ...
|
WPF ScrollViewer default starting position
Fri, 29 Aug 2008 03:45:58 -0400
I have a ScrollViewer that contains a TextBlock like so:
<ScrollViewer HorizontalScrollBarVisibility="Auto" Grid.Row="1">
<TextBlock Margin="0,10,0,0" Name="tbContent" />
</ScrollViewer>
The TextBlock is bound to a dependency property and is updated whenever the
content of a file is changed. Typical ...
|
MarshalDirectiveEx exception: "Excessively long string"
Thu, 28 Aug 2008 10:41:04 -0700 (PDT)
We have a window application, which is written in .net 2003 (C#). One
of our users installed our latest version yesterday. When he tried to
open the application, he get an unhandling exception:
System.Runtime.InteropService.MarshalDirectiveEx: Excessively long
string.
We moved back to install the previous ver ...
|
VC++ 2008 EE
Thu, 28 Aug 2008 18:06:19 +0100
Hello all.
I am sorry if it's wrong group but i really need a hand and i dont know
where to post this problem.
I have a problem with VC++ EE. Sorry if it's very trivial problem but I
honestly just have begun with programing in windows.
I have made an application in VC++ .NET EE and I would like it to ...
|
Right to Left string Manipulation
Thu, 28 Aug 2008 07:24:01 -0700
Description of the problem:
The context
I have to upload a file into sharepoint programmatically.
To do that i have to call â??Addâ? function on the chosen folder or list and
passing as parameter the url of the file.
The problem
I have to write the url programmatically and when I mix English and Heb ...
|
GAC and NGEN
Thu, 28 Aug 2008 08:36:55 -0500
What are the advantages of GACing then NGENing an assembly as opposed to
just NGENing an assembly? My understanding is the GAC is to be used as a
versioning respository for common assemblies used by multiple applications
and NGENing is to create a native compiled copy of the assembly so it is
optimized to r ...
|
Application.StartupPath
Thu, 28 Aug 2008 04:13:59 -0700
Hi,
I have more or less the same problem. In my application I use a dll that creates a directory under Application.StartupPath. This works fine when I use it in My Documents folder ( where I have access ) but when I trying to pass a test I doesn't work because it's trying to make a folder under C:\Program Files\M ...
|
|
|
Omega Constellation Mens Watch 1202.10 Recommendation Discount
Watches
Thu, 28 Aug 2008 01:23:05 -0700 (PDT)
Omega Constellation Mens Watch 1202.10 Recommendation Discount Watches
Omega Constellation Mens Watch 1202.10 Site:
http://omega-watches.pxhelp.com/Omega-wristwatch-5220.html
Thank you for choosing http://www.pxhelp.com/
Quality Omega Watches: http://omega-watches.pxhelp.com/
Omega Constellation Mens ...
|
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 ...
|