PravinD's Q&A profile
SQL Server Configuration Files
Hi, I’m having some issues associated with the configuration files that I can’t understand: - Having a project with several packages using the same connections in each one (some packages use all connection and others I just have some of them), why can’t I use only one configuration file for all project. Assuming that I would have to configure all packages at least I would like to use always the same file. On the other way I would need 100’s of configuration files (one per package) to configure always the same connection, just because not all the packages use exactly the same connections. - Having a ...Show All
Visual Basic Window size?!?!
I work on a 17" Widescreen LCD monitor with a resolution of 1920 x 1200. How will I know if the Windows application I develop will fit on a 15" screen with a resolution of 1024 x 768 In VB6 there used to be the "Form Layout Window", is there anything similar in .NET 2003 Thanks Sorry, this little used feature was not implemented for VS.NET. You should be able to adjust your screen resolution to 1024x78 and then you can easily see if your forms fit appropriately on that resolution. Toddap_MS ...Show All
Visual Studio Express Editions Database error running the club website starter kit app
Hello Forum Members, I downloaded the release version of Visual Studio Web Express and then installed the club web site starter kit. I created a new web site using the template and then tried to run it. It looks like the database file is not compatible with the database instance. Any help or advise would be greatly appreciated. Server Error in '/Club Web Site Starter Kit1' Application. Download the SQL script (packaged as an executable) that can create the tables and stored procedures . In the SQL Server Management Studio connect to a Developer Edition or Express Edition instance and create a new empty database ...Show All
Visual Studio Team System Can anyone show me a sample source code in reading SourceContext line number?
Does anyone have a working sample code on how to use SourceContext in a custom rule using FxCop 1.35 What are you trying to achieve with the rule ie What pattern are you trying to detect As mentioned on the previous thread, we don't actually use SourceContext within any of our rules, as the Problem object is responsible for getting the correct source file and line number to display to the user. ...Show All
SQL Server Question on connecting to Oracle
Hello all, I'm using a OLE DB Connection Manager to Oracle (I've installed the client) and using Oracle Native OLE DB Provider. The problem was the view In Oracle I'm returning a column that uses a fuction on a numeric field in the the select part of the statement, and by this, the Precition is not displayed when I'm trying to look at the data types of the fields in the view . The Precision is shown as 0 in the external field part of the component. I have read the previous post concerning the problem connecting to Oracle Using the Oracle provider, and solved it by using the Microsoft pr ...Show All
Smart Device Development STL in vs2005 beta2 for smartphone problems - help !!!
Hi, I have an existing project coded with beta1 for gui/cf bits and a number of Dlls for low level network coding with evc. I'm trying to produce a combined project for both the managed and non manged code using beta2. The problem I have is that any inclusion of STL type usage (standard <list> <queue> etc) seems to cause link errors of error LNK2001: unresolved external symbol "public: virtual __cdecl std::exception::~exception(void)" But the same code was fine under evc, so it must be some project settings somewhere right I have generated projects without using any migration tools (i.e new project....) I'm a bit stuffed as be ...Show All
Visual Studio How to change ReportViewer's print settings
I’m using ReportViewer control in a WinForms application. When the report is displayed in the viewer, and user clicks on Print icon, is there a way I can change the default value of number of copies to be printed If there's no way to interact with Print Dialog from report viewer, is there any other alternative to print multiple copies of the report being displayed Thanks Yogesh I'm only decide this problem via rdlc XML changing: public bool SetMargin( string Path, int leftMargin, int rightMargin, int topMargin, int bottomMargin) { XmlDocumen ...Show All
Visual C++ general question regarding arrays and functions
Writing another program for school and I've got something seriously screwed with this one. I may have to post code for this, but I have my main function that calls another function(switcher), I'm trying to pass two arrays to this function and have that function switch the lowest value in one array replace it with the lowest value in the second array and vice versa. The problem is when I compile the program, it builds with no errors or warnings, runs up to the point where I call the function(switcher) then has some type of serious error at runtime and closes that window, and allows me to send an error report to microsoft. Any ideas what I'm d ...Show All
Windows Forms ?法打?文件 C:\Program Files\Terrarium Server [Beta 1]\\website\chartdata\33b4a0ad-aefb-4661-8e5b-7152b87f0ecc.gif 以?行?出。
“/Terrarium” 用程序中的服 器 。 -------------------------------------------------------------------------------- 法打 文件 C:\Program Files\Terrarium Server [Beta 1]\\website\chartdata\33b4a0ad-aefb-4661-8e5b-7152b87f0ecc.gif 以 行 出。 明: 行 前 Web 求期 ,出 未 理的异常。 查堆 跟 信息,以了解有 以及代 中 致 的出 的 信息。 异常 信息: System.Runtime.InteropServices.COMException: 法打 文件 C:\Program Files\Terrarium Server [Beta 1]\\website\chartdata\33b4a0ad-aefb-4661-8e5b-7152b87f0ecc.gif 以 行 出。 源 : 行 483: 行 484: chart.Title = "Population (24& ...Show All
Visual Studio Problem Installing MS VISIO
I hardly use any software from Microsoft except Operating system and MS Office. I found out that VISIO is a good tool to create diagrams and flow charts. While I was installing MS VISIO , I got the following error. "You must first install one of the qualified Visual Studio Editions" Any Solutions What should I install first I don't want to pay microsoft hefty fees. Because I am not going to use any other software other that MS VISIO. Any solution Thanks in advance. Where did you get Visio from Visio is a stand alone product, if you've got a version ...Show All
Visual Studio Tools for Office Is it possible to add an entry to the right mouse click on Outlook Inbox
I would like to develop an addin for Outlook that will be invoked from the right mouse button. is this possible. i would like to pop up a window to allow control over what happens to the email. Are there any samples that do something similar that i could take a look at any help appreciated Hi James This is not supported in the Office 2003 Object Model, you could try and do some clever API hooks but this is not advised. Outlook12 Beta currently has support for this as wanted this for a while Regards ...Show All
Visual Studio Team System "Error 32000. Failed to execute command."
I'm getting a 32000 error installing tfs application server. The error message says " Error 32000. Failed to execute command ." I'm doing the dual server setup. I have all the requirements for the install on the server. Any clue Thanks for the info. It seems that we need the lines before this. You should get like a "CustomActionData" with a long line of the command that was being executed. Can you do a search up from this line and get the first occurance Thanks ...Show All
Windows Forms Install issue
Hi, I'm facing Install issue with Taskvision source and server edition both , issue is that it says unable to locate localhost database please contact system administrator.I've SqlServer 2K sp3 with latest .Net Framework patch (slammer) updates and Win2k server I've blank password for sa and I checked the necessary setting ,I'm able to login as sa and I'm  ...Show All
Visual Basic Menu Item Checked Property Application Setting
I'm trying to bind the Checked property of a menu item to an application setting. But it just doesn't work. The item always has the checked state that I give it at design time. This works OK when I try it for a checkbox but not for a menu item. Here's the autogenerated code I have: Me .mnuasd.Checked = Global .WindowsApplication1.My.MySettings.Default.MenuChecked Me .mnuasd.CheckOnClick = True Me .mnuasd.Name = "mnuasd" Me .mnuasd.Size = New System.Drawing.Size(152, 22) Me .mnuasd.Text = "asd" Friend WithEvents mnuasd As System.Windows.Forms.ToolStripMenuItem What am I doing wro ...Show All
Visual Studio LaunchWizard convert project id?
I'm using DTE.Solution.Open("foo .sln" ) to open a solution, which raises an exception that the project needs to be converted to the latest version (it does). So I need to use DTE.LaunchWizard() to convert it before opening. But how do I find the guid of a given wizard The GUID does not point to a specific wizard to run, rather it points to the context in how the wizard should be run, such as add a new project, a new project item, or your own type. There is no automated way of converting a project as per design. There can be problems in automatically converting to new versions, so we spe ...Show All
