Can Service access networked computer while logged off?
Thu, 18 Sep 2008 10:13:51 -0500
Thanks in Advance!
My programmer is developing an application that imports a text file to a
database. This application runs as a service. This application/service
usually runs on Windows Servers where the I.T. Department requires the
server to be logged off (for security reasons). My programmer does not thi ...
|
Cannot set Principal Policy in Unit Tests?
Wed, 17 Sep 2008 14:16:01 -0700
The following always fails in my Visual Studio (2008 SP1) unit tests:
[TestClass]
public static class TestInfo
{
[AssemblyInitialize]
public static void InitializeTesting( TestContext testContext )
{
AppDomain.CurrentDomain.SetPrincipalPolicy(
System.Security.Principal.PrincipalPolicy.WindowsPri ...
|
How to Skip Creation of Satellite Assemblies in VS.NET 2005
Tue, 16 Sep 2008 17:10:48 -0700
Hi All,
I have a application which uses .NET 2.0 and WinForm. I use Visual Studio
.NET 2005 for development. We are localizing application for various
languages. My application contains culture neutral resource files
(xxxx.resx) and culture specific resource files (e.g. xxxx.ru.resx). When I
build applica ...
|
Add Watch Not Working.
Tue, 16 Sep 2008 12:19:00 -0700
For some reason I can't add any watches to the ide during debugging. Has
anyone experienced this and know how to fix it? ...
|
Exception Handling Block not writing to Vista Event Log
Tue, 16 Sep 2008 09:11:01 -0700
I have VB.NET 2008 application which is attempting to write to the
Application event log should an exception occur. I have written code which
creates an Event Source for the application using a Custom Installer which
overrides the Install method of the Installer class. This works fine.
I can write to the ...
|
VS2008 Database Professionals - Static Data
Tue, 16 Sep 2008 00:13:01 -0700
Hi,
I've been looking at moving our existing database scripts into a Database
Project for SQL 2005, however I am unable to see where I can store scripts
for the static data that is deployed with the database schema. Can anybody
point me in the direction of how I should store static data in this type of
pr ...
|
Layout vs in multi-monitors
Tue, 16 Sep 2008 14:40:17 +0800
I have two monitors, is it possible to layout vs in two monitors? Some
windows such as solution explorer, editor in the first monitor and other
windows such as output, error list in the second monitor.
Thanks
zlf
...
|
|
|
developing appilcations for Windows Mobile
Mon, 15 Sep 2008 13:48:28 -0700 (PDT)
I'm new to developing appilcations for Windows Mobile. Few question I
have are:
1). Would Visual Studio.NET 2003 be sufficient to do this development
or would I need a more current version?
2). To develop a simple Window Mobile GUI exe, is Visual Studio.NET
the only development environment I need? Is it j ...
|
Reference a 1.1 project in 3.5 project?
Mon, 15 Sep 2008 06:31:13 -0700 (PDT)
Hi,
Is it possible to reference a .NET 1.1 dll built in Visual Studio 2003
in a .NET 3.5 project built in Visual Studio 2008 Professional?
We have several projects that make up our entire solution and we want
to keep one of them as a 1.1 dll while moving the rest to 3.5
Thanks ...
|
The given assembly name or codebase is invalid.
Sun, 14 Sep 2008 01:00:07 -0700
Hello,
I have installed SP1 over Visual Studio 2008. Now i get every time starting
a fresh or old ASP.NET-Project the error message:
The given assembly name or codebase is invalid. (Exception from HRESULT
0x80131047)
My VS is running under Vista Ultimate with admin-rights.
Has anyone any idea?
T ...
|