VS2008 problem when deploying
Thu, 10 Apr 2008 09:39:01 -0700
Hi.
I have created a WinForm app with VS2008 and C#. I make a Data Source with
anAccess database (typed datta set, MyData.xds). Then I put a datagridview
on a form to display data from one table. This works OK from my development
computer. Then I go to another computer on the same local net and try to run ...
|
Profiling in VS2005
Thu, 10 Apr 2008 00:10:57 +0200
Hi,
my application is getting somewhat slow and I don't know where I should
begin optimizing it for performance.
I wondered, if there is a simple method in Visual Studio 2005 to
basically profile my program (i.e. some cumulated execution times,
broken down to function names or something like that).
Before ...
|
[2005 Team System] Unit Tests work, but not properly, no code
coverage etc.
Tue, 8 Apr 2008 00:16:00 -0700 (PDT)
Hi, we have a fairly large solution c# solution a lot of dlls and a
few exes too, and we have written a unit test for one of the exes,
mainly to evaluate what we shall do with unit tests in the future.
The unit test works. I can select the project and run the test in the
toolbar either with or without the debu ...
|
Entering/manipulating textbox text using string stored in a variab
Mon, 7 Apr 2008 09:31:00 -0700
I have a textbox that displays text (that is either loaded in from a file, or
typed in by the user).
I would like to insert at the cursor point the contents of a string variable
generated in my program.
I would also like the insertion to occur when the user clicks on a button
control on the form.
A ...
|
VS 2005 Setup Project Dependency problem
Mon, 7 Apr 2008 09:19:01 -0700
I have a visual studio 2005 setup project for an MFC app that does not
require the .net framework. The setup project includes a .net executable
because it passes this executable along to another computer which does have
the framework. Since a .net executable is in the setup, an unnecessary
framework prequisi ...
|
Msbuild sometimes fails on CSharp --> C++ projdep which succeed in
Mon, 7 Apr 2008 06:46:01 -0700
I have a Csharp project with a project reference to a Csharp project that
has a project reference to a C++ /CLR project. This compiles succesfully in
VS2008 but fails when the solution is compiled with Msbuild (msbuild is used
on the buildmachine, but also fails if I run it on my developer machine):
C:\Wind ...
|
VS2008 SpecialDirectories.AllUsersApplicationData vs. Setup Project
[CommonAppDataFolder]
Sun, 06 Apr 2008 15:24:42 -0400
It appears that SpecialDirectories.AllUsersApplicationData refers to the
following folder in Vista
C:\ProgramData\[Manufacturer]\[ProductName]\[ProductVersion]
I would prefer to reference the following:
C:\Documents and Settings\All Users\Application
Data\[Manufacturer]\[ProductName]
It appears this is the ...
|
|
|
OLEVIEW supplied with VS2008 and x64
Sat, 05 Apr 2008 22:58:01 +0100
Hi,
VS2008 comes with a Windows SDK called 6.0A, and this SDK has a tool
called OLEVIEW "Ole-Com object viewer".
The problem is that when I run this tool on Vista x64, it presents the
data in a 32bit context (ie the DLL is shown in the SysWOW64 folder)
instead of the %windir%\System32 folder. It may also ...
|
Side by side assemblies and Dependency Walker
Sat, 05 Apr 2008 14:49:40 -0400
With VS2008 I build a DLL with a manifest in order to use side-by-side
assemblies.
In Dependency Walker the DLL is shown to depend on, among other DLLS,
the side-by-side assemblies:
c:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\MSVCR90.DLL
c:\windows\winsxs\x86_micros ...
|
New Course Question
Sat, 5 Apr 2008 10:58:43 -0500
I'm building content for an U/G Intro to programming course meant for a
variety of IT students with different majors.
I intend to use about 8 assignments that are to be coded in two languages -
VB.Net and either VC++.Net or Java.
If Java, then I would tend to use Visual J# .net instead of NetBeans since
th ...
|