Tewks's Q&A profile
Visual Studio Copying files
Dumb question of the day but can someone please tell me why this works (ie, it lists files): <ItemGroup> <MyFiles Include=" \\someserver\someshare\droppath\somebuild\Debug\*.dll " /> </ItemGroup> <Target Name="Build" > <Message Text="@(MyFiles)" /> </Target> and this doesn't: <ItemGroup> <MyFiles Include=" $(DropLocation)\$(BuildNumber)\Debug\*.dll " /> </ItemGroup> <Target Name="Build" > <Message Text="@(MyFiles)" /> </Target> and this does: <ItemGroup> <MyFiles Incl ...Show All
Visual Studio Team System Sharing FxCop project
Hi, I'd like to know if there is a practical way to share an FxCop project between different developers and code reviewers. If you share the project through source safe I guess you would have to chek it out everytime you exclude a message or select/deselect an assembly for analysis and then check it in again for someone else. The goal would be to give all developers the same settings for a particular project, same excluded messages, etc. Any ideas You could argue that what you actually need to do is update to 1.32 (to eliminate the false positive related to the base type extending ApplicationException) and to actually implement the ...Show All
Software Development for Windows Vista View
If a person dosnt want images and text documents to show in a thumbnail preview mode can you switch to icons I think it be neat to switch from Text Mode which is just text icon scaled to 0x0px preview mode shows the images and text documents and icon mode is icons and you can set the scale of the preview mode and icon mode, im not sure if thats how it works now cause i havnt beta tested Vista but I do gather and study the screenshots. Icon Mode Preview Mode Text Mode This is the third time you've posted this question now, and I replied to you on another thread. Please read what's already been posted before posti ...Show All
Visual C++ Runtime Error! Program IExplore.exe - Answer to your Problems
Is this the message you get Runtime Error! Program IExplore.exe The application has requested the runtime to terminate it in an unusual way. Screen Shot: http://www.geocities.com/playpolly/runtime.gif If so, well Read Below. Short Form (for Experts only): Delete the file Vgraph.dll from \WINDOWS\ OR any other place resident Long Form: (Estimated Burden: 1-5 Minutes) STEP 1: DELETE ALL YOUR INTERNET EXPLORER (IE) TEMP FILES AND COOKIES BEFORE YOU CONTINUE. METHOD: If your IE is hung up: Click on Start/Settings/Control Panel/Internet Options/# If your IE is not hung up: Click on: TOOLS/INTERNET OPT ...Show All
Windows Forms Populating Textbox from Combo Box Selection
Friends, Looking for suggestions on how to populate a textbox based on a combo box selection. My instinct tells me that I will need to have two seperate data tables...One to populate the combo box with values from a data table and another against the same data with a query parameter. For example, my combo box contains values from data table called Departments. In the combo box I would like to display all the department numbers available... In the text box, I would like it to display the department description for the combo box selected value. Is it possible to query (filter) the existing table to only display the description Would ...Show All
Visual Studio Team System How to test ASP with Mock Object ?
Hello, I'm using RhinoMocks for mocking with my unit tests. How can I set up the mock for a GridView that is bound to an ObjectDataSet that is connected to a web service. The web service method returns a DataTable. If a different configuration would facilitate the mock more easily, I'm all ears. Thank you Peter Fitzgibbons Hi, Peter, I passed around your thread to several people here but haven't been able to locate anyone who has experience with Rhino Mocks. Perhaps someone else on this forum can jump in and lend a hand. ...Show All
Smart Device Development .NET Studio 2005 and Windows Mobile for Smartphone 2003 SE
I have been looking around a bit, and fiddling on Visual Studio 2005 and I have had no success yet. Is there a way to make an application that is solely compatible with Windows Mobile for Smartphone 2003 SE using VB .NET 2005 Just wondering since I know VB .NET 2005 is .NET 2.0 and I think Smartphone 2003SE is .NET 1.0 compatible. Any help on the matter would be greatly appreciated. (had none of these problems of .NET compatibility when I was back using embedded visual tools 3.0 back in the old days ) Yes, by choosing Smart Phone 2003 project type. VS 2005 supports development for both NETCF V1 (SP and PPC only) and V2. Please m ...Show All
Visual Basic How To Add Coulmn in table MS Access database
I'm using VB2005 , 2003 I have created my database, but with time I need to add or delete some columns in my table, How can I do it ReneeC wrote: What I am working on IS ADO.NET accept for table Creation/Persistence and is only intended to local Access databases. Are you saying that DAO would be better Jumping in here again...The primary advantages for using DAO are performance and full support of Access database features. Otherwise, it's a dated, clunky object library that requires interop to work with .NET. I personally don't use it unless absolutely necessary. My recommendation is to use the Jet OLEDB P ...Show All
Visual Basic how to Count the filled rows in the DataGrid
Hi, Please can some one help me to know "How many rows are the datagrid filled with " Thanks a lot Use the .rowcount property of the datagrid or the .count property of the datasource of the datagrid ...Show All
Visual Basic Discussion - Preparing Customers for Dot Net V2.0 based products
This is an unusual issue but what little business I get is ‘grass roots’ in a way. It’s rarely with corporations. During negotiations, everything goes well in the proposal phase, and once I’ve attained the business, I say clearly what the deliverable is to be and that the implementation will be done in Visual Studio 2005 which requires the Dot Net V2005 framework. I explain that the deliverable will be in the form of a “One-Click solution” or will be the output of a deployment project which will be a setup.exe and an msi file. The next step is where things go greatly awry: I then explain that these standard installati ...Show All
SQL Server SQL 2005 Express commands
Hi there! I just installed SQL 2005 Express and would like to use the command prompt to interact with my database such as creating/deleting etc. How do I start the SQL command terminal from command prompt A tutorial website would be great! Thanks! ...Show All
.NET Development Change in System.Web.UI.ICallbackEventHandler from Beta 2 > RC 1?
Hi Everybody, We are currently building a couple of custom (web) controls for ASP.NET 2.0. Compiling them with .NET Framework Build 2.0.50215 works fine. Compiling them with Build 2.0.50727 (which came with VS.NET 2005 Team Suite RC and likely with the Release, too) always results into a Method not found: 'System.String System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(System.String)'. The concerned piece of code is: string ICallbackEventHandler .RaiseCallbackEvent( string eventArgument) { return RaiseCallbackEvent(eventArgument); } As this is within the System namespace we guess it's an internal method suppor ...Show All
SQL Server Error with setup of SQL Server 2005 Express
I'm having a problem downloading and installing SQL SErver Express, the latest release, from a fresh download. Instead of getting the betas of the Express Editions, I waited until they got finished. Then I downloaded and installed all of them. I tried to install SQL Server last, but the installation keeps stopping at one point and never finishing. Everything runs smoothly up until "Detecing installed IIS." Then it stops and doesn't do anything. If you have any ideas as to why this happens, please feel free to send me and e-mail: unrealnutcase@hotmail.com I really need SQL Server on my computer. ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ). Hi, João, This is a good opportunity (in the ...Show All
Software Development for Windows Vista Is IIS 7 compatible with VS 2005 RTM?
Hi, Can someone tell if the latest Vista CTP build (5308)'s IIS 7 is compatible with VS 2005 RTM I'm having some issues running ASP.NET page off this combo, so I thought before I spend more time to figure out the cause, maybe someone can give me a definitive answer one way or another, thanks. -Andy I'm having an issue running .NET v1.1 web application on 5308 build. Here is the error message: HTTP Error 404.2 - Not Found Description: The ISAPI/CGI configured for this request is not allowed to execute Error Code: 0x800704ec Notification: ExecuteRequestHandler Module: IsapiModule Re ...Show All
