to read the product id
Tue, 26 Feb 2008 02:14:03 -0800 (PST)
i want to write a program to read the product id of the operating
system i work on it. It could be vista or xp. However i do not know
what instruction i use. i use c# or visual c++ in vstudio 2005. any
help will be appreciated.
thanks ...
|
vb.net app and w2003 colors
Mon, 25 Feb 2008 17:56:00 -0800
I have a VB.net application (VS 2005) developed under Windows XP. On the
project properties tab, I have the option "Enable XP visual styles" checked.
When I deploy my app to another XP platform, the forms look as designed...
but when I deploy to a Windows 2003 server platform the background color of
the comma ...
|
console app stdout redirection doesn't work under VS2008 debugger
Mon, 25 Feb 2008 10:15:06 -0500
Hi,
It looks like the redirection of stdin/stdout/stderr under VS 2008 Local
Windows Debugger does not work for native code.
I have just installed VS 2008 Pro under WinXP, created Win32 MFC console
application with default settings, added to its code a single line
cout << "Hello World" << endl;
After tha ...
|
Getting error 8013150A using Permview.exe
Sat, 23 Feb 2008 12:34:00 -0800
Hi all, brothers developers!
I've created an application in VB.NET and I've installed it from a msi
installer in a folder on my computer. Then I've opened the "Visual Studio
2003 Command Prompt" in order to view permission for my application. I've
changed the current directory to the directory where my appl ...
|
dataSet Insanity
Thu, 21 Feb 2008 20:25:23 -0700
I recently took over a large project that another developer started in
VS2005. It contains approx 20 dataAdapters within 1 dataset. Some of
the dataAdapters contain 1-10 queries. Nothing complex, but since
moving to VS2008, it takes approx 1 hour to make a simple change to a
dataSet Query. 35 minutes are con ...
|
Trying to debug t-sql stored proc
Thu, 21 Feb 2008 12:33:53 -0800
I've got the instructions here for "How to debug stored procedures in
Visual Studio .NET".
I pulled up a stored proc, its showing in the large window, and when I
select "Step Into Stored Procedure" from the context menu, all I get is
"Canceled by User".
The directions say that I should see a "Run Stored ...
|
register assembly at runtime without administrative privileges
Wed, 20 Feb 2008 23:22:00 -0800
Hi,
I have a desktop application wherein i am using
RegistrationServices.RegisterAssembly to register a .net dll to the Registry.
This works fine for a user with admin privileges, but when a user without
admin privileges tries to run the application, the following error comes up.
System.UnauthorizedAcce ...
|
|
|
project does not run on different computer
Wed, 20 Feb 2008 03:23:10 -0800 (PST)
hi
i have a program in visual c++ which run on the computer i created it
on it. However, when i moved the ececutable project on different
computer i did not run and get error
" the application failed to start because its side by side
configuration is incorrect. Please see the application event log for
more det ...
|
project does not run on different computer
Wed, 20 Feb 2008 03:00:35 -0800 (PST)
hi
i have a program in visual c++ which run on the computer i created it
on it. However, when i moved the ececutable project on different
computer i did not run and get error
" the application failed to start because its side by side
configuration is incorrect. Please see the application event log for
more det ...
|
Server Explorer can't connect to SQL Server Express 2005 in VS 200
Tue, 19 Feb 2008 18:22:02 -0800
Running Visual Studio.NET 2003. I want to use SQL server as my database
engine. I can access the database on the SQL server with code and attach the
connection but I am unable to use the Server Explorer to explore the sample
Northwind database that I installed. I am using SQL Server Express 2005.
The mes ...
|