Michael V's Q&A profile
Smart Device Development Unable to connect Web Services with Pocket PC 2003 Emulator in vs2005RC
The output window: A first chance exception of type ' System.IO.FileNotFoundException' occurred in Mscorlib.dll A first chance exception of type ' System.Net.WebException' occurred in System.dll A first chance exception of type ' System.Net.WebException' occurred in System.Web.Services.dll Test of the Web Services in IE is good How to resolve this problem I've the sa ...Show All
Visual Basic System:InvalidOperationException
Hi. I hope this is the right place for this as I am new to this site and new to VS.net. I was wandering if anyone could tell me what it means when an error says that the program that I built in visual basic has encountered a problem and needs to shutdown. I made a program and in visual basic there are no errors and it builds just fine and runs fine in runtime and it even deploys (builds) just fine. I installed it on the same machine with visual ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Is there any way to access the mixed audio result by DirectSound?
I want to get and save the mixed data by DirectSound. Is there any method to do this I guess, the way maybe access the primary buffer, but how to do in detail Thanks! There is no way to get the final mix back from DirectSound. ...Show All
SQL Server Sharing DataSource or DataSourceView
Hi We need same datasource for all the OLAPDBs on the server,In MSAS2005 is it possible to share same datasource for all the OLAPDBs on the server Is there any way to do this using DatasourceView Thx and regards Pankaj Unfortunately, No. Data sources are contained within the database. It would be fairly easy to write XMLA scripts that would do this however. _-_-_ Dave ...Show All
Software Development for Windows Vista Problem with Workflow Monitor Sample
I'm, having problems running the Workflow Monitor sample. It can query the workflows, but I get a big "X" on the rhs where it's supposed to display the workflow, and returns an error that says: "Microsoft Workflow Designer" "Object Reference not set to an instance of an object". I'm using Beta 2.2. Try rebuilding your tracking database. This will clear out a ...Show All
Visual Basic Visual Basic + Java + Access
To All, I am researching a probable upcoming project. I am likely to need to refactor an existing MS Access application into one that includes VB and Java sections. Since this is a refactor of an existing (and running) application, I prefer to do it in sections over a period of time. Eventually no Access will be left and all of it will be VB and Java. The data will be ported into Oracle. The application is not trivial and it has grown to exce ...Show All
Windows Forms Can someone please help me convert the following C# Calss to VB
I am ready to rip my hair out trying to convertthe following C# class to VB So if some one helps me you will save my hair Thanks in advance public class MessageStore : INotifyPropertyChanged { static MessageStore _store; BindingList < MailMessage > _messages; int _unreadCount = 0; int _draftsCount = 3; int _deletedCount = 16; MailMessage _selectedMessage; int _previous = 0; private event PropertyChan ...Show All
Smart Device Development Error: Connection To CE.NET Device
Hi Guys I am trying to connect to windows CE.NET Device from Visual Basic.NET 2003. When I am trying to connect to Device its giving me error Cannot connect to device make sure the device is physically connected to the desktop. I think I have configured all the settings correctly. Any thoughts thanks in advance. It is connected via Active Sync If so, please try this: http://forums.mic ...Show All
Visual Basic Newbie - Problem spawning a thread
Hi, I'm kind a new to this VS .net stuff. I'm building my first application in VB.net. It's a crystal report scheduler using multithread functionality. The program works fine on my machine, but when I deploy it, the part that suppose to spawn the thread doesn't work. Other part of the program works fine, but when it's time to spawn the thread, nothing happen. Any body got any idea Any help is appreciated. Thank you, Rudy Sorry, It ...Show All
Visual Basic Using Variables in VB .NET
First, I come from the old Basic days. Skipped VB5 and VB6 and went straight to VB .NET. So knowing that, and knowing that I have been reading the dickens out of all sorts of articles, I have a this problem at hand. I have been working on this for more than a week now and have not been able to get a grasp on the concept of using variables between classes on vb.net. What I want to be able to do is load up a set of variables and use t ...Show All
Visual Studio Team System code coverage "off road"
I've tried using the sample from http://blogs.msdn.com/ms_joc/articles/406608.aspx to get the off-road experience of code coverage. However, when I run the tests on my instrumented binary, I'm getting the coverage results for the test project instead of my instrumented binary. Am I missing something here! Can you send me information about TS-ing into your machine via email to munjald@microsoft.com I am pretty sure the problem is ver ...Show All
Windows Forms Help -> Check for Updates
<rant>This isn't a feature request, or even a bug report, but I could think of no better place to put this rant. 1. Visual Studio was obviously built with the "intent" of providing updates, as per my topic subject. Everytime I run&n ...Show All
Visual Studio Express Editions can VS Express help create documentation for the project?
I am looking for some the tool to create a document from your code like Java doc. anyone knows Thanks in advance Hi there, There's an application called NDoc that may be able to help you. Have a look at it here: http://ndoc.sourceforge.net/ and see if it's what you're looking for. ...Show All
Visual Studio Team System Bug: Run Tests in Test Results Window
Running a web test from the test results window doesn't seem to really run the test properly. (click the checkbox next to the test and a "rerun" link apears above.) I modify the test so that it should fail, save it, and then rerun the test from the test results window and it looks like it runs it and comes back with "Passed". If I run the test by clicking the "Click here to run again" link at the top of the page, it runs the test sucessfull ...Show All
SQL Server Updating Columns - newbie
Hi All I have to update a existing contacts table with data from a company table, the relationship between the tables is a id number and there is a pivot table in between. My first question ... do i use update or insert I have written the query below and it tells me 4 rows have been updated which is correct as i am using a test database with only 4 companys, but when i check the contact.company_name there is no change insert contact ...Show All
