aahmad's Q&A profile
SQL Server Business Intelligence Development Studio not installing from Toolkit
Everytime I went throught the express Toolkit install and I chose, all components, it just responded with "nothing to do." I installed the BIDS by just executing vs_setup.msi. as mentioned above. This seems to have worked partially. Visual Studio is now there. However, no templates are available except "Blank Solution" The case seems some Report Builder/Model Builder templates should exist What am I doing wrong What can I do to ...Show All
Software Development for Windows Vista Workflow published as a WebService + persistence required in Beta2
Hi all, In moving over my workflows from beta1 to beta2, I did the publish as a webservice and all worked fine. If I have a very simple 'sample' wf as a webservice (i.e. 2 shapes, WS receive + WS Response) it works fine (without persistence) However when I start to build my more complex ones - the WebService complains that there's no persistence service added..... Question: What determines whether I need a persistence service or not ...Show All
Visual Studio Team System How to change user connected to team foundation server?
Hi I've been trying to explore the beta 3 refresh and would like to know how to change the user that is connected to the team foundation server without logging into windows as that user Thanks Rivaaj Hello Steve, Could you please try the following 1. Login on the client with the current domain account you want to use. 2. Right click the VS 2005 icon. Select 'Run as..' . Select 'Current ...Show All
Visual C++ TIME CONVERSION BUG
// TimeConstructionBug.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "ATLComTime.h" int _tmain( int argc, _TCHAR* argv[]) { COleDateTime a(2006, 12, 1, 17, 0, 0); SYSTEMTIME b; a.GetAsSystemTime(b); FILETIME c; ::SystemTimeToFileTime(&b, &c); COleDateTime d(c); CString startTime(a.Format()); CString endTime(d.Format()); printf( " ...Show All
Windows Forms Spurious New Line Characters
Hi All, I have an app that creates word documents. When I put a vbrclf in my string in VB.NET I end up in Word with a small box and a new line. How do I create new lines without the small box Danny Thanks for the idea but it didnt work. Maybe it's not a new line problem. Here is a screen shot of the symptom: http://www.dreamfree.co.uk/df/newline.html Hopefully someone will know how to stop the boxes appearing. Danny ...Show All
Smart Device Development RDA problem
hi, i developing a simple pocket pc application that will using RDA to pull data to my pocket pc, but i having problem to pull data from my SQL server 2005 to my pocket pc, the error message given is failure to open SQL Server with given connct string. [ connect string = Data Source = JUN; Initial Catalog = SmartShopper; Integrated Security =True ] whats wrong with my connection string can anyone help me.. ...Show All
Visual Basic Using Namespace in vb.net is not as good as in c# why?
I was wondering why ms decided to have the way they set up the namespaces differently between the language. c# when creating a new projects it adds the namespace to the code as well as the property. in vb it only adds to the property of the project and if you try to add it to the code it will create a double one. eg MyCompany.Application.Employee Namespace MyCompany.Application.Employee public class stuff end class end namespace calling the ab ...Show All
Visual C# fullscreen
I want to create a fullscreen window in which I can draw in. I dont want any window frame to be visible, or the windows toolbar to be visible. I tried doing this with a regular winform, and changing the dimensions to the screen dimensions, but the window frame and toolbar were still visible. How should I go about entering into some kind of fullscreen mode in which I can draw in Creating a window that covers even ...Show All
Visual Studio Team System Code Analysis Policy Problem
I added "Code Analysis" policy type in to check-in policy and removed some rule from Code Analysis Policy Editor. Then I open my solution and click "Migrate Code Analysis Policy Settings to Solution". I saw all rule is enabled in Code Analysis of Project. I don't understand why "Migrate Code Analysis Policy Settings to Solution" does not remove some rule in project Eagle Tsui wrote: No body can help me I ...Show All
Windows Forms STAThreadAttribute problem in managed c++ windows forms
hi, i m developing a windows forms application using MC++, when i do debug the project , it fails in the line of ' openFileDialog1->ShowDialog(); ' and gives an error like that : An unhandled exception of type 'System.Threading.ThreadStateException' occurred in System.Windows.Forms.dll Additional information: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main functio ...Show All
Windows Forms Controls within a User Control not "stateful"
Hello, First off, I hope that stateful is the correct word for what I'm trying to describe! I'm working on a user control (control A) that contains many controls within it (textboxes, a radio button, listboxes, comboboxes and a button - as well as a whack of labels). During a stage in the application, the form that contains the user control (form A, just say) is hidden when another form (form B) appears, and it can be re-dislayed by closing the ...Show All
Visual Studio REVISED QUESTION: How do you extract\install the IDE from the VS2005 TEAM install discs
This thread is a follow-up. Please post further answers or questions in the original thread . ...Show All
Windows Forms Project Outut Question, Please Help.
Hey everyone how are you doing I am new to the board, and I am new to programming and Visual Studio .NET 2003. I am teaching myself both of them starting off using “SAMS Teach Yourself Visual Studio .NET 2003 in 21 Days”. &nbs ...Show All
SQL Server Ending a conversation in a CLR activated stored procedure
I've read Remus' article on Fire and Forget tactics when it comes to ending conversations, and I have to admit I am guilty of sending a message to a service and immediately ending the conversation. I've set up a stored procedure to end the conversation on the initiator queue, but I'm guessing it's never being fired because I am not ending the conversation in the target activated stored proc, which is a CLR stored proc. Can you tell me how to ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Using Sprite to draw 2D graphics
Hi all, I use Sprite class to draw Bitmaps on the screen. In the sprite class, I only know how to do some simple effects on the texture, such as setting the transparency. The problem is that I want those textures to be affected by Lighting. E.g. If the color in the texture is blue, the outcome result is Green. Also I want to do other effects like a spot light on the texture. I have read a book (C++) and seems that I have to use ...Show All
