MABrandt's Q&A profile
Smart Device Development Bluetooth Samples
Hi, Where can I get bluetooth applications samples for Pocket PC Thanks. Managed or Native code For Native code there are a couple of samples in the SDK - check out the Samples folder beneath the SDK install folder e.g. c:\Program Files\Windows CE Tools\wce420\ For managed code, I've written some samples and wrapper code:- http://www.peterfoot.net/BluetoothV14.aspx Peter ...Show All
Visual C# Is there metadata/manifest for the Project Name of an Assembly?
Does an Assembly have a manifest/metadata that tells the title of the project that it came from I tried to look at the assemblyinfo.cs of one of the project that isn't mine and the only lead that I have is the: [assembly: AssemblyTitle ( "" ) However, there are projects in our company that the AssemblyTitle is different from the project name. There are also several instances wherein the Assembly name is different from the project name. P ...Show All
SQL Server How to change the storage location of templates
Hi, I am looking for a way (if there's one at all) to change the location where the templates do come from in SSMS. I would like to have the template explorer pointing to a common resource (sharepoint or shared folder) for our department. But right now the location of these templates is always my personal profile folder. Unfortunately I did not find settings in the "Tools" > "Options..." to adjust the location. Does ...Show All
SQL Server Unable to start SQL Server !!!!
Hi, Im unable to start my SQL Server. When I try to start SQL Server from the command prompt, I get the following error in my error log. Starting up database 'master'. Error: 602, Severity: 21, State: 50. Error: 5180, Severity: 22, State: 1. I tried to start my server in single user mode. Any idea why this is happening Somebody please help!!! Thanks, Hi, make sure that the readonly ...Show All
SQL Server Strange out of memory error with SQL 2005 - what to do??
Hi, I've been monitoring SQL 2005 out of memory error threads and the same has been happening to me. My development environment includes a Pentium 3.2 Ghz single processor with 3GB memory. Loaded on the pc are SQL server 2005 development version, IIS 6.0, .NET 2.0. The OS is MS SERVER 2003 SP1 standard. My production environment includes a DELL PowerEdge 6650 with 4 XEON 1.9Ghz processors and 4GB memory. Loaded are MS server 2003 sp ...Show All
Visual Basic how to click any button on web page??
suppose...i have a webbrowser control on a form..... and one button.. i go to www.google.com..then first i put some text in search box...now i want to click the "Search" button by clicking the button(on my form)..i use the following code... Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click WebBrowser1.Document.Forms(0).InvokeMember( "SUBMIT ...Show All
Windows Forms mageUI.exe fails to sign manifest after adding files - HELP!!!
I am using VS.NET 2005 beta 2 ClickOnce deployment and need to add some data files to my manifest. So far, I have been unsuccessful in using mageUI.exe to add the files due to a signing error. This signing error stands in the way of a production point-of-sale deployment scheduled for next week . We would greatly appreciate any help you might give us. Here's the steps I took and the errors/warnings that I s ...Show All
Visual Studio Error opening class diagrams
I get this error when opening class diagrams: Cannot load 'filename': Method not found: 'Boolean VSLangProj90.Reference3.get_resolved()'. This is with beta 2 standard edition. Does anyone have any ideas what the problem is or what I'm missing The only people who have reported seeing this error have all installed Beta 1 before. Please log a bug through MSDN Feedback center. You should probably also r ...Show All
Visual Studio 2008 (Pre-release) WinFX February CTP
The WinFX Runtime Components February CTP has been published. For February, Vista will also be releasing a CTP which is sync’d with WinFX Runtime Components. The build of Vista (5308.17) will be available only to MSDN Subscribers, while WinFX RC, the SDK, and tools will be available to everyone via the MSDN Download Center. WinFX Runtime Components: http://www.microsoft.com/downloads/details.aspx FamilyId=F51C4D96-9AEA-474F-86D3 ...Show All
Visual C++ MDI Projects in Visual Studio
When I create an MDI project in MFC using Visual Studio (Version 5), the Wizard only presents me with the opportunity to create a single document and view. Of course the reason to create an MDI project is to support multiple documents and probably multiple views. While it is possible to manually add additional view and document classes and link them together with a multidocument templet macro, this seems like the wrong way to do it. It seems lik ...Show All
Windows Forms question about class attributes
If you open the object browser and look at microsft's classes, in the lower pane of the browser it shows comments about the selected class, and then if you select a class member, it shows info about the selected member. Summaries and even argum ...Show All
Visual C++ aboute <iostream>, VC 2005 doesn't see thet header file
I have Installed VC 2005, and when I write some little Programm, the compilator doesn's see the header file (iostream), It have just one header file "stdafx.h" in the project's folder, whot can I do, Pleas explane me... ( maxo72@mail.ru ) Please specify exact details. What is in your file. What error are you getting. Make sure you have the #include for <iostream> _AFTER_ the include for stdafx.h. Ron ...Show All
Visual Studio Express Editions Custom controls
Is it possible to write custom controls in VB Express Edition Also, if it is, how do I add the custom control to the Express Edition IDE Thanks, Are you wanting to design a user control and use it in your application In which case, you can simply add a user control. Or perhaps create a library of controls (in a DLL, for example) You can create a Class Library and add some user controls to that. You can then compile it as ...Show All
SQL Server autonomous transactions
Is there any equivalent to Oracle's autonomous transaction in sqlserver. The only workarounds are those I mentioned in my previous reply. And we are considering this feature for a future version of SQL Server. ...Show All
SQL Server SQL Server 2005 Developer - Processor usage
I installed SQL Server 2005 Developper Edition on my Laptop (Win XP Pro, SP2, 3.2GHz, 1.5Mb Ram). Since then, the SVCHOST process (connected as NetworkService) is constantly using around 30 percent of my processor. I uninstalled SQL Server 2005 and nothing changed. What is this process doing, and what should I uninstall to get full usage of my processor again Hi, look here: http://support.microsoft. ...Show All
