Thanks for your reply. This Solution has a Setup project in it but has no SQL
Server Merge modules. The only thing that the Solution has to do with SQL
Server is that it uses ADO .NET to access data on a SQL Server 2005. The
problem seems to occur only with this Solution but I have not yet identified
if it occurs with this Solution on another similarly configured development
machine.
I have never used filemon or regmon but will be willling to try if it help
identify the cause. Any links to short instruction sets?
The instance on SQL Server is on the development machine and all services
use the same administrator permissions. I guess I could look further into
the specific permissions granted for each service and to make sure the
services are started.
I'm now on a different development machine and the Build All in Release
config seemed to work without generating the errors noted previously. Now
however, I'm getting a Delayed Write Failure e:\$mft messages. This is new,
very odd, especially because my e drive is a DVD burner. BTW, this new
development machine is XP, not Vista. There must be something in this
compilation that is reacting to the SP2 of SQL Server 2005 because it never
happened prior to it's installation and it's common to both development
machines.
--
Michael Hockstein
[quoted text, click to view] "Steven Cheng[MSFT]" wrote:
> Hello Michael,
>
> From your description, for one of your VS 2005 project, when you peform
> building against it, you'll encounter some popup messages indicating the
> SQL Server is doing some certain configuration, correct?
>
> Based on the popup message you provided, it seems the problem is related to
> the SQL Server management tools, so far I have found some similar issue
> about the SQL Server integration service(SSIS) or Notification service,
> when the certain SSIS service account doesn't have sufficient permission or
> the service can not be accessible from the user account(of the application
> user), it will try launch the msi setup package to install the certain
> service. So I'm wondering some further info about your vs 2005 project. Is
> it a setup project that use SQL Server merge modules or anything else that
> related to the SQL Server?
>
> also, for those existing issue, some of them are caused by insufficient
> permission to some files or registry path, therefore, for general
> troubleshooting, you can also use the filemon and regmon tools to montior
> the file and registry accessing on the machine while building the project.
>
> In addition, you can try building the same project on some other box to
> confirm whether this is specific to the machine environment.
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
>
> ==================================================
>
> Get notification to my posts through email? Please refer to
>
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif > ications.
>
>
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
>
http://msdn.microsoft.com/subscriptions/support/default.aspx. >
> ==================================================
>
>
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>