Andreas6483's Q&A profile
Visual Studio Express Editions Installing several components.
Hi, I'm a bit confused. I'd like to install 4 components of Visual Express Editions: C++, VB, Web Developer and SQL Server Now, I've just installed a C++ (SQL Server included) and was about to download a Web Developer when I saw this warning on the site: "Before installing, you must uninstall any previous versions of SQL Server 2005, Visual Studio 2005, and the .NET Framework 2.0" I don't get it... Should I uninstall what I've just installed If so, then how can I install all 4 components I want Just to mention (previously, there was no SQL Server, nor Visual studio nor anything of a kind on my computer) M ...Show All
Visual Studio 2008 (Pre-release) Location transparency
Hi to all, I would like to know if in the WCF framework there is some features similar to JNDI in java, or similar to what a "Broker" pattern do , someone that receive a request and know where the real service is Or do I have to implement it (maybe extending the Entity aggregation sample ) Could you give me any suggestion Thanks in advance Alex Yep. That's right. You'll need to examine the <To> header on the incoming envelope and route it appropriately. Thanks! Scott ...Show All
SQL Server Row numbers on export
HI I have written a script to export data from customer table to another crm package, on the export they require the first column to be numbered 1 - .... say 1000 or how ever many rows there will be. Is it possible Thanks Rich Are you talking about a batch count Or does every row have to have a number If it's batch count then use DTS add a global variable, assign the count, then use the file system object to insert the count into the file after the export Denis the SQL Menace http://sqlservercode.blogspot.com/ ...Show All
Windows Forms Getting parameter info from a Delegate type
I'd like to declare define some delegate types and then use those for making up corresponding MethodBuilders but I don't see any good way to get the necessary information from the type. Please note that I'm talking about the delegate's *type* here, not an actual delegate. Ultimately, these delegates will represent PInvoked methods so I don't have a f ...Show All
Visual Basic Referring to files within the application
This is incredibly basic I know, but I want to link my Help > About menu item to the AboutBox1.vb form. I need some code which opens that window. I also want to be able to link to a .htm document added to my application from a menu item, eg link 'index.htm' from Help > Homepage Info Thank you for your time, ROBERT HOATH To make a menu item display a htm document or web page. Drop a web browser on the form and then in the menu item click event add something like dim URL as string URL = " www.microsoft.com " me.webbrowser.navigate(URL ) This will make the web browser control display ...Show All
Smart Device Development making a web service call
folks, i'm attempting to make a web service call in evc++ application for PPC. actually, i am back-porting the code from VS2005 and finding that "atlsoap.h" does not exist under evc++ 4. is there an equivalent or work-around Just Add a web reference in your project, VS will build all classes for you. Then after you've to call: CoInitializeEx(NULL, COINIT_MULTITHREADED); in WinMain() I hope this help you ;) ...Show All
Architecture How to properly manage requirements?
Hi guys, I'm having a bit of a hard time managing the requirements for the application I'm currently working on. I'm currently using a product called Enterprise Architect from Sparx (http://www.sparxsystems.com.au/) to manage the requirements and do the general design. What I did so far was to collect and filter all requirements and categorize them. For example, there are requirements pertaining to the message list , task manager , connection manager , GUI , etc. The problem I'm currently having is twofold. First, I'm working alone on this project and I find it extremely hard to keep a clear vision of the project given the tons of requirem ...Show All
SQL Server Large log backups
I noticed that my log backups are very very large after doing a full backup of my databases and was confused why that was. I created 2 maintenance plans - one for full backups and DB maintenance that runs nightly - one for log backups that run at 4hr intervals For whatever reason, the first transaction log backup that is performed after the full backup of the database is as large if not larger than my full backup, while subsequant log backups are more reasonable in size. Until the next full backup is performed, that is, then the next log backup is HUGE again... Example: 05/04/2006 01:16 AM 35,801,484,800 TPRO_backup_2006050323 ...Show All
Smart Device Development Windows CE, TAPI 2.2 and wave audio input/output handle
Hi, please help me. How can I get wave audio input/output handle with TAPI 2.2 in windows ce Thanks, Martin. ...Show All
Visual Studio Team System SharePoint Admin Question
Hey guys, I am the local sharepoint administrator here at the office and my dev team just got TFS working on a new box. They would like to add a dev team ad group as contributors to all new team projects that get created. I was browsing around but the permissions handling seems to be very different then standard sharepoint services. Does anyone know a way i can add an AD group to every site that gets created as a contributor level user on the WSS side of things Hi Jonathan, From the Sharepoint Administration Site -Start->Administrative Tools->Sharepoint Administrative Tools Select Set Sharepoint Administrative Group a ...Show All
Visual Studio 2008 (Pre-release) Equivalent of WM_MOUSEACTIVATE?
Hiya, Is there a WPF equivalent of WM_MOUSEACTIVATE If there is, I can't find it. I need to control whether a mouse click on an inactive Window: (a) activates the window and lets the click through, (b) just activates the window but eats the click, (c) doesn't activate the window but lets the click through, or (d) neither activates the window nor lets the click through. I cannot do the equivalent with OnPreviewMouseDown because by the time this is fired, the window has already been activated. No, there's not a WPF equivalent. It's a great suggestion for the next version, for this version you can use HwndSource to ge ...Show All
Windows Forms Datagrid row question?
Is there a way to prevent a user from adding a row to a datagrid Data comes back to the grid from a database and populates the first row of the grid. However, I don't want the user to be able to add any additional rows to the grid. Thanks, Bill........ the child data view is recreated every time the user changes position in  ...Show All
Visual Basic Fine Tuned Settings
Can you create a very fine tuned settings file in VB.NET 2005 Here is the senerio: I want to define a working folder. Then within that working folder, if there is a Config.Settings file, I want to be able to read in that file and then set parameters accordingly. If I point the application to another working folder without a Config.Settings file, then I would have the option to save my settings on exit. Will I need to switch to creating an XML document to read and write my settings Thanks for any help. Brian. You could try and use the SettingsKey property of the settings class like what is described here . ...Show All
Visual Studio Express Editions Connection string issue
I have created a project which gets its data from SQLExpress and used the Add Data Source wizard and then dragged and dropped to create data bound forms and TableAdapters. All works well on my machine. Now I want to link to data on another machine on my LAN. If I manually alter the connection string created for me automatically in the Settings tab of my project and point it at another machine all works fine. However I want to be able to do this programatically as all my users wont have VBExpress running. The trouble is that the connection string in the settings tab is read only as it is application scoped. I could create a user scoped ...Show All
Smart Device Development VS2005 Smart Device form designer fails
All VS 2005 Smart device applications form designer fail to display forms - receive following error: Unable to cast COM object of type 'Microsoft.VisualStudio.DeviceConnectivity.Interop.ConManClass' to interface type 'Microsoft.VisualStudio.DeviceConnectivity.Interop.ICcServer'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{EA537AF4-2226-4D26-BBC0-9CF3A82749A5}' failed with HRESULT: 0x80004002 (No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))). at Microsoft.VisualStudio.DeviceConnectivity.Interop.ConManClass.GetDatastore(UInt32 dwLocale) at Micros ...Show All
