Bosse A's Q&A profile
Visual Studio 2008 (Pre-release) WCF not working on Windows 2003 IIS
Hi, I downloaded the latest September CTP WinFX Runtime Components and WinFX SDK, and tried to run an Indigo simple sample. However, when I use IIS I receive 404 error when browsing to the service.svc file. I found that I needed to do: * aspnet_regiis -i * xws_reg -i * cscript InstallIndigo.js c:\windows\microsoft.net\framework\v2.0.50215 However, the last step gives me an error like this: Reserving the HTTP namespace... Error *** : A ...Show All
SQL Server Replication -- New Subscription Wizard SQL Mobile error, please help..
I'm following the steps of sample SQL Server Mobile Tutorials.. error on my replication subscription wizard : "Initialiazing SQL Server Reconciler has failed HRESULT 0x80045003 (29045) The initial snapshot for publication 'SQLMobile' is not yet available. Start the Snapshot Agent to generate the snapshot for this publication. If this snapshot is currently being generated, wait for the process to complete and restart the syncronization. HRES ...Show All
Visual C++ Can't add variable
I cannot add a new variable with the wizard into the class CChildView. The new variable appears in the classview for a moment, but in the source never. The MFC project was created with the wizard: Single document, without document/view architecture, everything else default. I can add new variables into the other classes, but not into CChildView... Is this a bug Thanks. Version: VS 2005 beta2, 8.0.50110.28 I jus ...Show All
Visual Basic Cannot update table
Hi, When using the code Try Me .Validate() Me .CustomersBindingSource.EndEdit() Me .CustomersTableAdapter.Update( Me .NorthwindDataSet.Customers) MsgBox("Update successful") Catch ex As Exception MsgBox("Update failed") End Try in the walkthrough given in http://msdn2.microsoft.com/en-us/library/0f92s97z.aspx , changes were not ...Show All
Microsoft ISV Community Center Forums How to open Access files and export them to Excel
I need to open multiple Access files and export several colums to Excel. The problem is that the file extension is not a typical access one and that I need to choose a table from several tables for each file. Then I need to merge into one excel document. Any help would be appreciated, thanks. I'm sorry, I thought this was the VB.Net site. VB.NET. and I'm new to it... thanks. ...Show All
.NET Development whats xml?
and how can i use it or how can i understand at which points or programs i can use xml Its a way to store data. For example to save it somewhere or to pass it arround. XML has structure tags and content. The content is surrounded by the tags. Tags can build a hirarchie. Lets see this very simple XML called Friends.Xml that I create now: <Friends> <Person> <Name>Peter</Name> <Age>29< ...Show All
Windows Forms Second form not showing
I have a main form and a secondary form. If another program coveres them up and you press the program button in the task bar only the main form shows, the other one doesn't. In vb 6 all the forms came back when you pressed the task bar button. Right now I have placed a button on all my pages in a tab control to show the second form. I have tried the main form "GotFocus" but it doesn't fire. Where else can I place code to reshow the second form T ...Show All
SQL Server CPackage::LoadFromXML Failure
My current package and all backups of previous packages are giving me this error. Anyone got any ideas I have 1 GB free disk space. Last OS update a month ago. Ready to reinstall SSIS. Error 1 Error loading SanDiegoRiverside.dtsx: The connection type "FLATFILE" specified for connection manager "ExtractDenormalizedErrors" is not recognized as a valid connection manager type. This error is returned when an attempt is made t ...Show All
Visual Studio Team System Code coverage for unmanaged C++ code
Two questions: 1. Is it possible to measure code coverage for an unmanaged C++ project We are not using VSTS test framework directly, but instead we want to use the test framework as a wrapper to our CppUnit testcases. I haven’t tried this with CppUnit yet, but I’ve managed to do the equivalent for a C# project with NUnit testcases, and I don’t want to experiment with CppUnit, until I know if it is possible to measure code coverage on unma ...Show All
Smart Device Development Traffic on GSM Modem
Dear All, I am developing an application using GSM modem I have around 50 messages limitonto my SIM card of Modem. Time when I am receiving the SMS I have to delete it using AT commands through C#.NET, Similarily I did when I had very less traffic , But Now I am getting numerous messages and the time when I am deleting the messages I am getting more messages still to come and it goes on increasing and my process of reading data get ...Show All
SQL Server Standby Restore
I'm setting up log shipping and am running into an issue with applying the transactions logs. This is my 5th server that I'm setting up and I take a backup of the source database, restore it with replace on the standby server. Then I take a log backup, copy it over and try and restore on the standby server, but the LSN#'s are off. It tells me it's too late for the log and try an earlier.. The timestamp on my backup is 11:43 and my tran ...Show All
Visual Studio Express Editions Flat File Database?
Hey! Is it possible to save data to a flat file and then retrieve it again later just a simple flat file database... or maybe data.dat file what ever a dat file is lol ty all -mark Hi SmSm241....I am not a current IT Professional..... I was pre OOP(long time ago)..... I didn't mean to Offend You but I still disagree with you.... Certainly SQL Server Express can be managed but doesn't have to ...Show All
SQL Server How to implement OR clause in MDX Queries
Hi How to implement OR clause in MDX Queries so that i can write a query with OR condition on two dimensions. If possible please post some example. Regards; Rakesh Sets containing either members or tuples are now supported in the WHERE clause of an MDX statement. Here is an example: SELECT { [Time].[Calendar].[Quarter].&[2005904] } ON COLUMNS , NON EMPTY { TOPCOUNT( { DESCEND ...Show All
Visual C# What would be the behaviour if the Timer interval property value is set to 0 in C#?
Hi, What would be the behaviour if the Timer interval property value is set to 0 in C# Also, what is the least range value for timer interval property in C# Regards, Kamal T ...Show All
SQL Server Complex Transformations (SSIS components vs TSQL)
Greetings SSIS friends, I have been attempting to implement one of our numerous ETL processes in SSIS but hit a brick wall when I tried replacing a complex stored procedure with a series of Merge Join components. In the end, I had to settle with using a SQL task which merely calls the stored procedure and this proved to be the better option as the other version where I used SSIS components only took forever to run. How do people c ...Show All
