Refreshing modified ENV variables
Mon, 22 Aug 2005 12:17:46 -0700
We use the Microsoft Visual Studio to develop C++ code.
In various Custom Build steps we use environment variables similar to:
copy file.dll $(BITS_ROOT)\bin
We also want to be able to change the build environment from one
codeline to another - which includes changing BITS_ROOT to a new location.
To do th ...
|
Multiple DBs with Data Access Application Block
Mon, 22 Aug 2005 04:19:04 -0700
Using the June 2005 version of the Data Access Application Block of the
Enterprise Library at
http://msdn.microsoft.com/practices/AppBlocks/default.aspx?pull=/library/en-us/dnpag2/html/daab.asp
I have a Web.config and dataConfiguration.config as listed at the end of
this post. How could I get the Creat ...
|
Error while trying to use Enterprise library logging on a web application
Fri, 19 Aug 2005 21:02:43 +0400
Hello,
I'm trying to use the Enterprise library logging from an asp.net application. As a sink i use a specially created windows log. Logging fails with the message.
An error occurred while the Distributor was processing the message. Please check your configuration files for errors or typos. Verify that your sin ...
|
VS Enterprise Template: Auto Cross Project Reference
Thu, 18 Aug 2005 00:37:01 -0700
Folks,
I have built a custom template which will create stuff like Business
Entities (BE) project, Business Components (BC) project, Data Objects (DO)
project, etc. I'd like my BC to add project reference to BE and DO
automatically when the template is used to create a new solution.
Is there a way to p ...
|
enterprise library & portal starter kit
Mon, 15 Aug 2005 12:11:21 +0200
Hello all of you folks.
Is there any example or idea how to incorporate
wnt. library with portal starter kit (logging and caching).
Thanks.
...
|
how to use environment variables in enterprise library configuration?
Fri, 12 Aug 2005 17:11:07 +0000 (UTC)
hi,
i have a problem with the logging block of the enterprise library. i want
it to write a simple flat file, which it does perfectly; but i need it to
write to a user-writable location.
our use machines are set up so that users have write access to their own
folder in \documents and settings\, and nothi ...
|
Visual Studio Beta 2 - Design mode for ASP.NET Pages in Master Pag
Wed, 10 Aug 2005 07:57:12 -0700
The design mode for web pages becomes "greyed out" when attempting to
visually configure It seems to be a combination of ASP:TABLES inside master
page content placeholders. ...
|
|
|
ACT & Status Code 302
Thu, 4 Aug 2005 02:16:03 -0700
Hi,
Can anyone shed some light on this situation?
I am using ACT to test an ASP.NET application that our dev team have created
for a client.
My first script does the following steps:
Login
View Financial Summary
View Policies
View Pending Polices ( different tab on same page as above)
Logout
The ...
|
Logging Async method using Logging Application Block
Wed, 3 Aug 2005 11:19:01 -0700
Hello,
I am using the EL.LoggingApplicationBlock logging to a flat file. I have
async method that I want to log any errors or that it was successfull. This
does not seem to work from ASP.NET.
Any ideas or suggestions or code samples would be great. ...
|
Wizard .vsz issue
Wed, 3 Aug 2005 10:24:14 -0700
Hello:
I have created a wizard that works good with OS with english language.But
the same OS when installed in OS with german it does not work.
The reason that it does not work is because the in .vsz file the path I
mentioned is c:\program files \microsoft visual studio 2003\Enterprise
framework\efwizard ...
|