I have an SSIS package that includes a Process Task. T开发者_Python百科he process task needs to execute batch file. The location of the batch file varies depending on the environment (dev,production).
I have built a program in Microsoft Visual Studio 2005 and it works fine. The problem I am having is the the m开发者_StackOverflowachine it needs to be used on is running windows 98. As far as I can
i\'ll work in a new project using visual studio 2005, .net framework 3.5 and enterprise library 5, there is any problem with this configuration? cause searching for the EL4.1 and EL5.0 both need V开发
I have code like this if(Data.ResourcePolicy == null) SubItem开发者_开发知识库s.Add(ResourcePolicyAvailSystemsLVI.m_nullString);
When I try to execute a package which uses the Scripting Component object I get the following error: Error: 2011-07-22 09:16:42.25
I create a new blank form and the tried to switch to design mode and the ide locks up and uses 100% of one of my CPUs. I have to forcibly kill it to get back into a workable ide. Everything seems fine
I have a relatively large class that I\'m working with and it\'s all worked fine so far (note: I didn\'t actually write the class, I\'m just adding some functionality).However, after declaring one mor
I\'m trying to remote debug a service using visual studio 2005. When I run msvsmon.exe as an application, I get the UI and I can change it to noauth and anyuser, then when i try to attach to the proc
How do you change the build executable imag开发者_开发百科e for your program? Right now mine looks like a blank form. I would like to add a custom image.Right click your project, go to Application and
I just joined a company to support a web app that no one knows anything about. Everyone who might have once known is gone.