dynamically load XAML file, seek in storyboard and save as png
Fri, 22 Aug 2008 05:14:01 -0700
Frustrated as I am, trying to load a xaml file that is stated somewhere on my
filesystem; instanciate it in my vb.net application; seek in the storyboard
to a specific time-point setting some properties like color and visability
and after this, saving (exporting) this to an image.png
The above, I can do it ...
|
WriteXML and ReadXML For Datatable
Thu, 21 Aug 2008 13:55:01 -0700
Not sure why this does not work
Dim dt as new DataTable("settings")
...
dt.WriteXML(sFileName)
...
dt = new DataTable("settings")
dt.ReadXML(sFileName)
<CRASH> "DataTable does not support schema inference from Xml."
According to the documentation...
The ReadXml method provides a way to read either data on ...
|
trying to upgrade project from .net 2.0 to .net 3.5
Tue, 19 Aug 2008 17:03:02 -0700
Having a hard time...
I went to 'Project Properties' and changed the Target Framework to 3.5
I then removed System.Core 2.0 and added the System.Core 3.5
It's weird .. the Runtime version of System.Core is still v2.0.50727
even though the Version is 3.5.0.0
why is this?
even... MessageBox.Show(System.Env ...
|
Visual Studio 2008 does not work under Vista 64 bit
Wed, 20 Aug 2008 01:42:53 +0200
Hello,
I have a simple atl-project with one simple class TestCls01.
One function TestCls01.Test().
I call this function from a Tst-Prj in dotnet.
I do all this in VS2008.
I compile it under Xp, run it, all works fine.
Now I go to Vista-64bit.
I start VS as Admin (because of registration from VS).
Now ...
|
SQL Compact Merge replication no longer works after VS SP1 is installed.
Tue, 19 Aug 2008 09:35:19 -0500
I have 2 separate machines that recently had a clean install. Both machines
are Windows XP SP3 with Visual Studio 2008. I have a project that uses SQL
Compact Merge replication to a backend SQL 2005 database; In each case after
installing VS 2008 SP1 the merge replication gives the following error after
ca ...
|
Moving Text Boxes on an RDL Layout Screen
Tue, 19 Aug 2008 06:59:02 -0700
While having a good bit of experience with Access, I am relatively new to VS.
I am having trouble trying to reposition certain text boxes in an RDL file
supplied by a software vendor. When I try to drag these certain boxes to a
new location, the original box is left in place. Am I missing something or
doi ...
|
Extracting Coverage data from MSTest run with coverage enabled
Mon, 18 Aug 2008 07:17:00 -0700
We have Visual Studio Team System 2008 Developer edition.
We have build a solution, then used MSTEST with a local configuration file
which has enabled codecoverage instrumentation.
The test runs, producing fails, successes, inconclusives as normal.
it generates the "data.coverage" file (which can be vie ...
|
|
|
keyword not highlighting
Mon, 18 Aug 2008 03:36:07 -0700 (PDT)
hi,
i deleted the code from aspx file, not from codebehind.
i just typed < script language="javascript"> function abc() {return
false;}</script>.
keywords function and return are not highlighting. what could be
possible reasons?? i'm using VS2008.
thx ...
|
Starting Windows...
Sat, 16 Aug 2008 17:37:02 -0700
Hello:
My computer has Windows Server 2008 installed and I am using Visual Studio
2008 Enterprise. With this: How can I develope a program that start when the
computer turns on (with the start of windows)?
Thanks.
...
|
both VS2005 and VS2008 installed together?
Fri, 15 Aug 2008 15:07:58 -0700
I'm transitioning my VS2005 school exercises to VS2008,
and I'd like to have both Visual Studio versions installed
so I can see differences between them. Can they both be
installed under the same Windows OS without conflicts?
*TimDaniels*
...
|