Ph0enix's Q&A profile
Visual Studio MSB3021 Copying error
I've been using msbuild (.net 2.0) to build my VS.NET sln. The solution contains a number of project including a web project. Unfortunately the .dlls are not getting copied to the web projects bin folder. For some reason access is denied to this folder. This is an example of the error: [exec] Build FAILED. [exec] C:\VSAB\ReleaseBuilder\AutoBuild\VSAB.sln : error MSB3021: Unable to copy file "C:\VSAB\ReleaseBuil ...Show All
Windows Forms UIP Full integration
WindowsForms should be completly (and visually) integrated with http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/uip.asp. bye Luxspes ...Show All
Visual Studio Team System Is there any way to assign two resources or more for a workitem?
Hi there, Is there any way to assign not only one, but two or more people to a WorkItem. In Project i can assign a work to more than one people, but when i try to add a Workitem, it only permits me assign one person. Thanks, Guino. I had the same problem.Needed to assign a task among 2 developers. My workaround was done in MS Project, I assigned lets say 200% of resources to the task (2 developers assigned) , created a new column (ie. Outline Column 1) with a custom lookup values (developers name groups) and finally group the gantt chart by this column. In this way I can control the timmings and dates appropiately , I can control my sha ...Show All
Software Development for Windows Vista Composite Activity child activities are turning readonly
Hi I created a composite activity with sequence and code activity . when i add this to the Workflow all the child activities under this are shown as locked ... and i am unable to change their properties.should i do anything so that they wont become readonly Thanks in advance Babu This is by design. When you use a composite activity with children in a workflow, it is treated like a black box activity and you will not be able to change the child activities or its properties through the designer. ...Show All
Windows Forms Pop-up Blocker Settings
I was wondering if there is a way to launch the Pop-up Blocker Settings dialog window from my applciation instead of IE. I have looked everywhere, I have tried google but can't find anything that would at least point me in the right direcction. Thanks in advance for any help =) Hi, Could you be more clear in what you would like to achieve Thank you, Bhanu. ...Show All
SQL Server running a job issue with ole db connections
Hi, Got another question. I run my job and it runs the first two steps fine but when I hit the third step i get an error. In the third step I have an ole db connection to an AS400 db and downloading data from it. Is there any way that I can get this to read and accept the ole db connection because it seems like it doesn't recognize it. Thanks Brian What is the third step A task of some sort What kind of task- what object did you drag onto the surface Donald Farmer ...Show All
Visual Basic Sammary to class
I want to add Summary description to my class in mind i use VB.NET If you go to your project properties and go to the Compile page. At the bottom is a checkbox that you want to make sure is checked that says "Generate XML documentation file" Now, in your code, right at the beginning of a method signature, like where it says Public Sub Foo, put your cursor at the beginning of the line Then, type three single quotes, ''' This should plug in the standard XML Documentation tags, including "Summary". ...Show All
Visual C# DateSerial Value
hi! i can easily get the DateSerial Value on Excel VBA. like this, Format(Date, "0") then, how to get the DateSerial value on C# and is this useful to use it on C#. Thanks. Your proposal is very useful. And I gave up to use the 5 digits in C#. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX and winforms
im using the sampleframework in window mode and was wondering if there was a way to lock the form so it cant be resized thanks You could specify in your class that inherits from form that the border style is FixedSingle e.g. FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; I hope this helps. Take care. ...Show All
SQL Server trouble updating SSQL 2000 to QL 2005
I have had some trouble with my Database once I installed SQL 2005 and SQL Service Express. What I did: Installed SQL 2005 Express Edition Installed .Net framework 2.0 Installed SQL Serice Express Detached database from SQL 2000 Copied two Database files to SQL 2005 Folder Preformed sp_removedbreplication in SQL Service Express Attached the two new files in SQL Service Express That was all successful. In VS.NET: Changed connection to new SQL 2005 server and the SELECT statement was created successfully but the INSERT, UPDATE, and DELETE statements, "There were errors configuring the data adapter". Any Ideas where I sould look to fix th ...Show All
Visual Studio Debugging causes large svchost.exe process
I have a database like server application that deliberately tries to take most of the physical memory of a machine. When I debug it (usually with DebugBreak) I get an extra svchost.exe process running that seems to mirror the Virtual/Physical memory requirements of the app. Since I have deliberately taken most physical memory this causes a massive amount of thrashing and the break dialog box doesn't appear until this is all over. I can't seem to kill this process, it ignores requests to kill until it has finished populating the physical memory. When it has all settled down it doesn't seem to happen again that logon session. Can someone ...Show All
Visual Studio Express Editions One Click Deploy
Hi I am having problems with the one click deployment as follows: The setup and associated files are created but when I click on the setup icon I receive the following error ERROR DETAILS Following errors were detected during this operation. * [18/01/2006 19:53:13] System.Deployment.Application.InvalidDeploymentException (Unknown subtype) - Not a valid number of matching trusts were given an application version. - Source: System.Deployment - Stack trace: at System.Deployment.Application.ApplicationTrust.RequestTrust(SubscriptionState subState, Boolean isShellVisible, Boolean isUpdate, ActivationContext actCtx, TrustManagerContex ...Show All
Windows Forms SQL Parameters with datasets
I'm taking my first stab at WinForms after some time with ASP.NET and I need some help. When I drag a DataGridView onto the form and go thru the wizard to create a DataSet and TableAdapter that use an existing stored proc with a single boolean input parameter for the select command, I can't figure out how to get it to use a checkbox control on the form to fill the parameter. When I do the same thing in ASP, the DataSource wizard sees the parameter and asks how to fill it and gives me a number of choices, including a control. I'm very surprised that WinForms don't do the same. I've searched everywhere for this with no success. That must ...Show All
SQL Server SQL REPORTING SERVICES WITH VISUAL STUDIO 2005
I've installed VS 2005 Professional (MSDN) on my notebook computer. I've installed SQL Server 2005 Standard (MSDN) on a development server on our local network (the reporting services). How can I integrate the SQL reporting services on our development server into the VS2005 Professional on my notebook computer ...Show All
Visual C# Application.ProductVersion
Hi I am trying to display productversion in my winform application What i want is to display version information as major.minor.build (1.0.14). Everytime I recompile I want build to increase by one / or when something changes in the code base and recompile - do not mind which. I have looked at AssemblyVersion and AssemblyFileVersion and have set those as 1.0.* however it seems to have no effect on application.ProductVersion. All I get with productversion is 1.0.2131.56354 - does not seem to make a difference what I do but this number stays the same. I have tried this with a simple hello world app. I am sure I am doing something s ...Show All
