Anna Flynn's Q&A profile
SQL Server Problem in browsing cube and dimension data
I have SQL Server 2000 installed on Windows 2000 Advance Server. On same machine I installed MS Analysis servise. By default Analysis service have FoodMart2000 database which have some cubes and dimension. When I right click on cube and browse the data, it open the data browsing window and following message display "Unspecified error unable to browes the data" So please solve my problem and what can i do Known problem, see ...Show All
Windows Forms OpenFileDialog "hangs" on Windows 2000
I have a WinForms remoted application using a simple OpenFileDialog control. When I instantiate the dialog, the program hangs and never responds. This only happens on Windows 2000. The program functions perfectly on Win XP & Win 98. The ...Show All
Windows Forms "Cannot find keycodev2.dll or invalid keycode"
Hi, I created winforms and was able to deployed it using NTD. I used VS.Net 2002 and VB.Net. I have crystal reports in my forms. Everything is working except when i tried to view the reports in client (Win 2000, installed w/ . ...Show All
Visual Studio Express Editions Starting visual basic
I just got out of college and I understand visual basic, but we only used it in the .net stuff so how do I just write regular visual basic and how do I save it. say to make a macro or such can someone give me a heads up on how that works Yes, we are talking about the same book. I have just gone through the process and it downloaded ok, that is, its the Build a Pro.... book Can't answer your issue Regards Ron ...Show All
Visual C# convert from gray to color..
Does anyobe knowes how to convert a image in gray to color Hi! You mean simply change gray to red tones (add a little to the red in each pixel) Or you want to restore all colors (it's impossible) ...Show All
.NET Development Collection to store result from multiple tables
what Collection should i use to store result from multiple tables. I have to view resultset from multiple table in a gridview. I don't want's to return reader. I want's to return my collection in such a way that fields name are binded as column. It shouldn't be strong type collection Any idea. You should use a Dictioary<K, Dictionary<K,V>> or a List<Dictionary<K,V>> The first option is a little more complex, the ...Show All
Visual Studio Team System TFS: Can't access to TFS Beta 3 Refresh from remote Team Client
Hello, I have two machines in my test network - first is domain controller running under Windows Server 2003 R2 Build 2038, I have installed WSS SP2 that came with R2, SQL Server 2005 as the default instance (RTM). The second machine is running under Windows XP Media Center Edition 2005, it is joined to my domain (I know how to do that). I installed TFS B3 Refresh successful by using recommendations following to Installation Guide, created two a ...Show All
Visual C# How to convert the string to byte in c# ?
hello C# gurus, i am trying to convert string to byte using this code, but it gives error pls help me.. public static byte [] StringToByte( string InString) { string [] ByteStrings; ByteStrings = InString.Split(" ".ToCharArray()); byte [] ByteOut; ByteOut = new byte [ByteStrings.Length-1]; for ( int i = 0;i==ByteStrings.Length-1;i++) { ByteOut = Convert.ToByte(("0x" + ByteStrings )); ...Show All
SQL Server Default Mobile Database Application
Dear All, I am trying to build a simple mobile application. I am very new to this. Thus I am trying to access the build in database in the folder C:\Program Files\Microsoft SQL Server 2005 Mobile Edition\Device\Mobile\v3.0\Northwind.sdf. I am following the steps in the wizard to help me. When I press test connection is say Test Connection Succeeded. But when I press the ok button I get this error as "Unable to find the requested .N ...Show All
Visual C# Somebody knows how to retrieve data from cache since C# component?
Hi: Somebody knows how to retrieve data from cache since C# component diferent from the Web Page tnks. Esau I'm assuming that you're talking about the Cache object in HttpApplication versus the caching done through something like the Caching Application Block in Enterprise Library. If this is the case, then the solution is to use the Caching Application Block object in the web pages instead on the HttpApplication's version of caching. If ...Show All
.NET Development Webservice Discovery Proxy ignores Schema namespaces?
I generated my code from an XML schema on the webservice side using XSDObjGen. The resulting serialized data comes out with the same namespaces as those from within the schema files I have created. When I build a proxy, even thought the WSDL tells it what the namespaces are, they're all showing up as "http://tempuri.org/SomethingGoesHere". I'm really not sure why this happens, but the problem with it is that I am using the gene ...Show All
SQL Server LIKE % question
Hello, I'm working on a project where I have a drop-down menu (collectionlist) of different words, which are part of a title which is located in my database. The bolded line is where I'm having my problems. I'm not sure how to place the LIKE statement. I will give you a quick example of what I would like to do: In the CollectionList, there is the word head. In my database, there is the title, head with earrings . I would like t ...Show All
SQL Server Urgent need for problem of increase in database size for ntext type fields
I had several databases under sqlserver ce 2.0 (in my Pocket PC) which contained ntext fields. The size of the databases varies from 50,000 to 700,000 records. The size of an ntext field is from 4 bytes to 2 megabytes. When I recreated my databases under sql server 2005 mobile on my desktop using VS2005 (see my post just under this one), I saw a big difference between the old and new database sizes. This problem was mentioned in one of the posts ...Show All
Visual C# creating event handlers at runtime
I have a webbrowser control that is created at run time. How do I make an event handler for it at run time When you want to add an event handler not long after creating your object, Intellisense will help you out when adding an event handler provided you’ve already got your handling function setup it’s as simple as this to setup a handler for the DocumentCompleted event for instance: webBrowser1.DocumentComp ...Show All
Software Development for Windows Vista WF on embedded Software
Just wanted to ask if it is also planned to support WF on embedded clients os, such as windows ce, windows mobile edition. Regards Yves If nothing has changed, this is still valid: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=101372&SiteID=1 ...Show All
