Vj5's Q&A profile
Visual Studio Team System TSD312: The following dependencies are missing, and running the object may fail ...
I have this error : Warning 840 TSD312: The following dependencies are missing, and running the object may fail: [jeux].[dbo].[lstdev] C:\VS Projects\Database\OCM\mas\Schema Objects\Stored Procedures\dbo.sp_lstdev_mas.proc.sql in this code CREATE PROCEDURE sp_lstdev_mas AS SET NOCOUNT ON delete from lstdev insert into lstdev select * from jeux.dbo.lstdev and in many triggers or sps The warning has line and column number (1,1). Anyone any has idea why I'm getting these warnings It looks like perfectly valid syntax to me. Hi tomsmi, Unfortunately dbo.lstdev is on another database/project. So for me it's a real and high limitation.I have ton of this error ! And I can't build / ...Show All
Internet Explorer Development IE 7 display blank page on refresh when viewing session enabled PHP pages served from IIS 6!!
Pages using PHP sessions and external javascript in the head portion of the html document and which served from IIS 6 to IE 7 are not refreshing properly (displays blank on refresh). I have a full description of it here including the minimal source to create the error. Description, source and work arounds that may shed light on the problem: http://durge.roswellpark.org/ie7Bugs/ I think it has to do with the fact that IIS does not report content-length header on pages served as PHP. If I manually create my own content-length header it works. This problem did not happen in IE 6 and will affect all php sites served from IIS 6 to IE 7 that use sessions. Here is an example < php session_start(); ><html> <head> <script type ...Show All
Internet Explorer Development Tabbed View Src Idea
okay, so I do a lot of basic HTML/CSS/Javascript sites for people, as do a lot of people, and since HTML is so easy to learn and most people don't know PHP and so on, blah blah anyways. while editing a page on my computer: right-click > view src notepad pops up edit/save back to IE, refresh back to notepad edit/save... and so on, I had an idea. Since IE7 is using tabs, under you preferences/options where you can choose what program to view the source in (notepad, word...) also have "View in new tab". But not just view it, allow you to edit the code, then you can save it, switch back to the first tab and refresh (F5), or have a short cut so while you're still in the notepad tab you can just hit F6 or ...Show All
Visual Studio 2008 (Pre-release) Application.LoadComponent() problems June CTP -> RC1
The Application.LoadComponent(component, uri) is no longer working if the component and the resource pointed by the uri live in different assemblies. Unfortunately this change makes it impossible to have components from one assembly to inherit from components from another assembly. Say you have a custom MyWindow control that lives in a Common.dll assembly. Its generated InitializeComponent() code contains a call to Application.LoadComponent(this, new Uri("/Common;component/mywindow.xaml"). So far so good. Now in the Application.dll assembly you have another class AppWindow that extends MyWindow. When it loads it calls MyWindow constructor which in turn calls MyWindow InitializeComponent. The result is a System.Exception : T ...Show All
Visual C++ ATL Service Install and Registration Issue (COM Server vs. Windows Service)
My client submitted the issue below: MSIExec.exe (and SC.exe, for that matter) knows how to register services with the Service Control manager, which it does just fine. The problem is that ATL generates information that it expects in the registry. The only way that this ATL stuff gets in the registry is if the ATL Service self-installs using a command line similar to: MyService.exe /service If the "/service" arguement is not included MyService gets started as a COM Server (not a service). MSIExec.exe (and SC.exe) doesn't know about the special ATL information and, consequently, doesn't add the information to the registry that ATL will be looking for when it starts. Whenever the ATL component is started, it goes ou ...Show All
SQL Server Management Studio and Enterprise Manager on Same Machine?
Greetings! Do any of you know whether or not it's possible to install Enterprise Manager onto a box with SQL Server 2005 installed I've come across a couple of problems when trying to admin some SQL 2000 servers, so I need EM somewhere. Also, it's incompatable with SQL Server 7.0, of course, and I've got two of them to admin as well. Thanks! Hi; I've been facing the same problem since last week, this morning I got it done. Here what I experienced. 1- I was running SQL Server 2000 client components for Enterprise Manager 2- I installed SQL Server 2005 Management Studio 3- I could not open DTS in Management Studio, so I installed SQL Server 2000 DTS Graphics Components b/c I have ...Show All
Visual Studio Express Editions Resource File Usage and PDFs......Extracting embedded resources to disk
I needed some help with an embedded PDF in the Resource File. I need to distribute a PDF that is a manual. I added it as an embedded resource. Now here is my dilemma. I need to extract the PDF and simply save it to a disk location of my choosing (say for example to a directory on the C Dr ive)so that I can assess it at run time. Either that or assess it directly (since it is embedded). I am unable to extract this PDF. All the examples I have seen deal with BMP (or images files) or txt files. I have seen this example: Dim ResStream As System.IO.Stream ResStream = System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceStream( "MyApplication.World.gif" ) Dim BMP As System.Drawing.Bitmap = System.Drawing. ...Show All
SQL Server print compression when deployed
I have a report being utilized for return address labels, conforming to Avery 5167. I have tried designing both as a table and as data in rectangles. Since these are return labels their is only one instance of data replicated for all textboxes, therefore the columns are of consistant length. The report has seven columns of precise measurement, the data filled colums are set as 1.75in, 0.25in, and between the data columns are blank columns set to .3125in, 0.25in. I have also tried to fill data into the blank colums and set the font color to white. All report margins are set to 0in and the table location is 0.04167in, 0.125in. all textboxes have the properties for increase/decrease to accomadate turned off. The biggest issue I am ha ...Show All
Visual Basic Me.MouseButtons = mousebuttons.left Error( Read Only), But Is it????
Is there anyway to get around the example I used On the heading Me.MouseButtons = mousebuttons.left means, Left Click Nick Cammarata 14 yr. Old Programmer System.Windows.Forms.Cursor will give you control over the mouse. Use Cursor.Position to move it around (in screencoordinates, so use the Control.PointToClient() to translate that into coordinates on your control, and Control.PointToScreen() if you need to convert to Screencoordinates. ...Show All
Visual Studio How to get a List of available Classes with VSPackages?
Hi, I need to enumerate all the available classes which are derived from DataSet with VSPackages (not using DTE). Is there anyway to get a reference to one of the enumerated class Thanks in advance, Denniz There is something confusing in your question: if you have an add-in or VS package hosted in the IDE instance A, how do you expect that is going to list the classes on a different instance B that does not loaded the add-in or VS package An add-in, macro or VS package can list all the classes of all the projects of the solution (using Solution.Projects) of the given instance, but not of other instances. ...Show All
Visual Studio crystal report viewer - login failed
hi all, i have developed an application in Visual C#.Net with oracle backend. And i was trying to generate a report and when i run the form in which crystal report viewer is placed, it is prompting for login information. I gave the username and password and it is asking for server name and database name also. the server name i gave as 192.168.2.250 and the database name i gave as oracle. the following are the details present in my client machine's tnsnames.ora file: # tnsnames.ora Network Configuration File: F:\Oracle\product\10.1.0\Client_1\network\admin\tnsnames.ora # Generated by Oracle configuration tools. ORACLE = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.250)(PORT = 1521)) ) (CONNECT_DATA = ...Show All
Visual Studio Express Editions Read a text file line by line.
I have a text file in which I would like to read line by line and display each line one at a time in message boxes. Can anyone help Text file is below. 4 113 2 A1455 00320 025 1819 122006 155 I would like the output to read in each message box: Line 1 = 4 Line 2 = 113 Line 3 = 2 etc. Streamreader.readline() reads a line of text from the file then advances to the next line. text1=streamreader.readline text2=streamreader.readline This will work. ...Show All
SQL Server Getting the count of rows for 3 tables in Single Execute SQL task
hi frnds, im very new to SSIS package .my package consists of Single Exceute task. In Single Exceute SQL task i had 3 seperate queries to get the count of rows of 3 tables. the Query goes like dis ... select count(*) AS precheckcount1 from new_main_dts where cust_nbr like '875%' like dis for another 2 tables i had written with the alias name precheckcount2 and 3 i mapped the variable user::precheckcount1 to precheckcount1 in the resultSet and for other two alias name i did the same. while executing the package the error is thrown : [Execute SQL Task] Error: An error occurred while assigning a value to variable "precheckcount2": "Unable to find column precheckcount2 in the result set.". please hel ...Show All
.NET Development Performance in DotNet remoting
Hi, Application: We have developed a DotNet Remoting application which acts as a server to Calculate analytics. This server takes inputs from different client applications and respond with the analytics. This server is run on a "Single-call" mode so that each request is created independently for scalability. In some scenarios the requests from the client are sent parallely using different threads to speed up the process. Also, this remoting server uses some third party libraries for calculations which takes a longer time to compute the analytics and these libraries do not support multi-threading. Problem Statement: - Keeping number of users and different requests, Request / Response volume is very high. There are case ...Show All
Windows Forms Problem with changing text in a label
Hello people. I have a little problem. I am trying to change text in a label depending on what item is selected in a listBox. Here is my code so far: private : System::Void listBox2_SelectedIndexChanged(System::Object^ sender, System::EventArgs^ e) { if (listBox2->SelectedValue->Equals( "High Elves" )){ this ->label1->Text = L "19" ; } } Now i thought that this would work, but the text just stays as label1. Any ideas Use the "SelectedItem" property of the Listbox and that will solve your problem. private : System::Void listBox2_SelectedIndexChanged(System::Object^ sender, System::EventArgs^ e) { if ( listBox2->SelectedItem == "High Elves" ) { ...Show All
