Raulsassaa's Q&A profile
SQL Server error 4064 help me please
TITLE: Microsoft SQL Server Management Studio ------------------------------ No se puede abrir la base de datos predeterminada del usuario. Error de inicio de sesion. Error de inicio de sesion del usuario 'HOME\jortega'. (Microsoft SQL Server, Error: 4064) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=4064&LinkId=20476 ------------------------------ BUTTONS: OK ------------------------------ Have a look at the following thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=451657&SiteID=1 Thanks Laurentiu ...Show All
Visual Studio Package Issues: getting fullpath for the file in the activeView, calling File->Save, snippets, autocompletion, toolbox filli
Hi all, I have some problems with a vs package and I need help fast... Let's say that I work with the Example.ManagedMyC (c#) and I included a new vspackage in the solution. The package adds a new menu to the standard devenv menu (MyC Tools) with a command (My test command) and a contextual menu with the same command. http://msdn2.microsoft.com/en-us/library/bb165473(VS.80).aspx I've added a class to the package project which implements the IVsEditorFactory interface. I have some questions about managing myc files. 1. If a myc file is opened in the active window, and I execute the command (click 'My test command' in 'MyC Tools' menu) how could I get the full path to the myc file in the callback method of the command 2. I would like that ...Show All
Windows Live Developer Forums Automating MSN Add-In installation...
Hi all, Does anyone know where in the Registry MSN stores the Add-In locations Or if there is some official way of automating the installation of Add-Ins into MSN Thanks. More information can be found here: http://stiggy.be/msn/index.php/Calcuating_User_ID ...Show All
SQL Server Report Title Help
How can I make my report title width the same as the table The table can hide some columns based on the If/Else logic, but Report Title textbox is always static. What happens is that my table can be longer or shorter then my title. Thanks Yadgor2000 You can add an outermost table with two header rows to your report. Put the report title textbox in the first row, and the table you currently have into the second row. That way, the title textbox will grow or shrink based on the width of the inner table. ...Show All
.NET Development XPath query problem
Hi I have a XML file like below. This XML is loaded into a DataSet, and I then create a XmlDataDocument. XmlDataDocument doc = new XmlDataDocument(dataset); Using this document, I create a XPathNavigator: XPathNavigator nav = doc.CreateNavigator(); I now want to pick all <author>-tags who has written book "Book nr 1" (only one in this case). But how do I do this This one doesn't work :| XmlNodeList nodeList = doc.SelectNodes("//root/authors/author[bookID=//root/books[bookID]]"); Kind Regards <root> <authors> <author> <name>John</name> <bookID>1</bookID> </author> <author> <name>Peter</name> <bookID>2</bookID> ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA 360 games.
Will you be able to burn game's off your computer from the XNA game studio or not Yes but i didnt mean it that way...i was talking about being able to put game studio games on your 360 without taking up the hard drive space. ...Show All
SQL Server Error while configure REport server
I am getting errror while configure report server on my system. I have sql server 2000 and sql server 2005. It is showing error in database setup option as "The feature: " Using other editions of sql server for report data sources and/or the report servere database" is not supported in this edition of reporting services". I also created Report Servere databse on server using script. Please help. I hope for positive response. Which edition of SQL 2005 are you using There are SKU restrictions on the Workgroup and Express editions that don't allow you to use other SQL instances to host the catalog. ...Show All
Visual Studio 2008 (Pre-release) How to use constructors or methods of data object with WCF service
I have some questions regading how to use of data object using WFC Service. For example I have an object called Student (see codes below), and property IsOver25 this is readOnly property. However, if I do not put set { ;}, it's won't compile . What I need to do here in order to get rid of set { ;} statement. Another problem is using contructors and methods of data object. Since we don't put [ServiceContract] on the data object, I could not use the override ToString() version of Student object on client side. So the question are: 1. What should I do in order to use the constructor of data object 2. What should I do in order to use the methods on data object ( will not many but somes) Regards, John dang using System; using Syste ...Show All
Visual C# web browser application crashes when visiting site 'http://felixiamiaow.spaces.live.com/'
Hi All, I just create a very simple application to test web browser control in .net 2.0. In form load event, the browser tries to navigate the above site and then the appliation crashes. Here are details for exception. {System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at Syst ...Show All
.NET Development Expecting TcpChannel but finding TcpClientChannel
Hey everyone, I have an application which registers the TcpChannel to call the remote object. The remoting configuration is in app.config The code looks for existing TcpChannels and un-registers them before it registers the channel customised with the security sinks. Now..the problem I am facing is that when two instances of this application are simultaneously started, in one of them when it goes looking for existing TcpChannels, instead of finding an existing TcpChannel it finds an existing TcpClientChannel and so the server rejects the call ( as TcpClientChannel is not the custom channel but TcpChannel is). I do not understand this !!! Is there any such concept that when two processes do channel manipulation at the same time ...Show All
Visual Studio Express Editions Listbox Error
I have two listboxes set up on one form. I have a button that once pushed I want it to compute the mean for the listbox that it's coded for. My problem is the info computes correctly for listbox1 but not for listbox2. I get an error that I'm converting from string to double on the second box. Also the data on the second box prints down in the middle of the box instead of at the top. Here is a copy of my code. Can someone tell me where I'm going wrong. Public Class Form1 Dim x As Single , y As Single , mean As Integer , sd As Single , a As String , z As String , p As Integer Private Sub TextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextCh ...Show All
SQL Server WMI error (not install/uninstall -- performance monitor derived class)
Trying to use WMI to monitor a SQLExpress DB and not getting anywhere. In fact, wmiprvse.exe croaks. Here's the query I'm running from within CIM Studio: select * from Win32_PerfRawData_MSSQLSQLEXPRESS_MSSQLSQLEXPRESSDatabases (Just did a search for SQL and found this class) When trying to get an instance, WMIPRVSE throws this exception: The exception unknown software exception (0xc000000d) occurred int he application at location 0x7814454d. Ok to that, then another msgBox shows up with a title of "Multiview Message" and text as below: Win32: The remote procedure call failed. An error occurred while attempting to retrieve the list of objects. Any suggestions on this would be appreciated. Or perhaps another WMI c ...Show All
Windows Forms custom usercontrol
Hi, i want to make a usercontrol that contains a dgv and a binding manager. the user control should provide the normal properties windows of both the binding manager and the dgv. how should i go about doing that, what is to be implemented and inherited Inherit from dgv add public bindingmanager property which maps to a private bindingmanager instance That should be it Remco ...Show All
Visual Studio Express Editions Cursor locked into a text box
I will post the whole code below. The form works fine the first time around but when adding a second database row (a second record) the cursor will not leave the date time text boxes (masked text boxes) once entered unless a valid date is entered. Public Class NewVehicle Dim Ready1 As Boolean = False Dim Ready2 As Boolean = False Dim Ready3 As Boolean = False Dim Ready4 As Boolean = False Private Sub NewVehicle_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Me .Vehicle_filtersetTableAdapter.Fill( Me .M1DataSet.vehicle_filterset) Me .Vehicle_typeTableAdapter.Fill( Me .M1DataSet.vehicle_type) End ...Show All
Game Technologies: DirectX, XNA, XACT, etc. making a chess game
hello everybody first I have a question would it be possible to to build a multiplayer game with c++ or XNA and witch one is better and I was also wondering if any of you played on the old MSN zone if its possible to make game rooms/lobbies so like 100 people can be in a room playing on chess tables. Thank you for any help it is very much appreciated Yes it is possible to do it with both. Which one people say is better has become more of a philosophical discussion. The true limitation of a project, either using XNA and C# or C++ with DirectX, is not with the language, but with the people involved with the project. Is it easy to do a project like you're describing No. Not with either of the languages. But possible Definitely. ...Show All
