Rudemusik's Q&A profile
SQL Server SQL Server XE Limitations
Hi, As SQL Server XE can run on one PC maximum, does it mean that it can't support multi users I mean could it be installed on one server and to be used by multiple users connected to server with their PCs thanks in advance Yes you can use the express edition to develop applications for multi users. You do have to remember though to turn on the remote access for the server as this is turned off by default. For specific questions on SQL Express you should post your messages to the SQL Express group on this site. ...Show All
SQL Server UDT - Get reference to table
Hello everyone ! Given a UDT, is there any way to get a reference to the table where the specific instance is running IE: Let's suppose we have defined a UDT named UDTPoint; now we define two tables: ATable & BTable, wich both have one column that is defined as UDTPoint. When an insert/update/delete operation on ATable or BTable occurs, the UDTPoint class needs to verify in which context it is running (ATable or BTable) before doing operations on data. Is there any way to achieve that Thanks Giovanni No, the data type has no idea of the context in which it's being used. That kind of defeats the purpose of a data type as a common object. I th ...Show All
.NET Development passing runtime queries to DB...
Hai, I'm using these codings to pass values to insert query during runtime i.e; from TextBox control. Given here is partial coding, anyone pls give me a sample coding just to insert atleast 2 values to db Table from the user. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Data.OleDb; namespace Student { class InsertDemo: System.Windows.Forms.Form {//start of class private System.Data.OleDb.OleDbConnection myCon; private void InitializeComponent(){ this.myCon = new System.Data.OleDb.OleDbConnection(); this.myCon.ConnectionString = @"Provider=SQLOLEDB.1;Persist Security Info=False;Use ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectInput not usable yet?
Hello, i was in need of working with mouse and keyboard inputs but I notice the DirectInput.SystemGuid class is gone (i used in DX9) and getting the Guid from the GetDevices() seems impossible too, since is "Method isn't found" yet... So, how are we able to use the DirectInput.Device(Guid, Handle) if we cannot get the Guid from anywhere Or is there another place to get the Guid from TIA Yeah I am, and thx for link, seems that XNA is even less complete and I was too early to make the jump... A well, back to 1.1 for me... ...Show All
.NET Development Default Credentials not working for Basic Authentication from IIS server to IIS Server
I have some .NET 2.0 Objects hosted inside of IIS that are accessed via .NET remoting. The Primary Website that the objects are hosted in is part of an application pool that logs on as a specific identity (e..g a Domain User) and the website is configured use Digest Authentication. The objects on the Primary Website access another set of .NET 2.0 objects via a single remoting uri that points to a network load balance that represents two web servers. The two Load Balanced web servers are not on a domain and they are configured to use Basic Authentication. My problem is that when the objects on the Primary Website attempt to communicate with the Load Balanced web servers they are not sending username and password infor ...Show All
Software Development for Windows Vista Newby questions
Hi, digging around with Vista we came (after a lot of success with WPF things) to the point where we think about the WEB. We run a lot of web apps (ASPX). Most of them use Forms Authentication and profiles. Our idea is now to have those site support InfoCard. Before running into a totaly wrong way we try to ask here if our idea is totally stupid or not. The idea: When a user tries to enter a protected area we normaly bring up the .NET 2.0 Login control. This is pretty automatic - the user enters username / PWD and is redirected to the page after login. At the same page we offer a link to register - also using the "normal ASPX features" (Username, Email, PWD, Secret Question.....). On most sites we do an email verif ...Show All
SQL Server SSIS Deployment Question about Conn Strings? Please Help.
Hi everyone: I have a package(SSIS) that works fine on a local SQL Server. Once I deploy it to the server A, and change the connection strings, it throws the following error: Error: The AcquireConnection method call to the connection manager "DatabaseName" failed with error code xxxxx. Error: component "OLE DB Destination"(16) failed validation and returned error code xxxx. Error: An OLE DB error has occurred. Error Code: 0x80040E4D. Al OLE DB record is available. Source: "Microsoft SQL Native Client" Description: "Communication Link Failure" Error: Error: An OLE DB error has occurred. Error Code: 0x80040E4D. Al OLE DB record is available. Source: "Microsoft SQL Native Client&quo ...Show All
Visual Basic Computer info?
How would I show PC info as in CPU(Name/GHz) RAM(total in MB) Sound(card name) Video(card name) Thanks, That was simple surprised I didn't no that already. But now the first line is coming up unhandled System.Management.ManagementException was unhandled Message="Invalid parameter " Source="System.Management" ...Show All
Visual Basic debug after vb6 migration
Any advice on issues with debugging a migrated vb6 dll Setup appears correct with an external program defined and starting when debug is started. Breakpoints are set, but never reached. It appears that the application is still referencing the installed (production) version of the dll (still vb6), rather than the debug version (.net). Perhaps registry settings are not being adjusted to support use of the debug version Any suggestions would be appreciated. To remove any doubt, unregister the original component with regsvr32 /u. Make sure you've registered the debug version of the .NET module with regasm. ...Show All
Visual Studio Automatically generate an embedded manifest
If an application has many individual executables (over 50) and I need to embed a manifest in every one of them, is there a way for VS2005 to do this automatically during the build. Thanks Is there a reference on how we can automatically embed manifest files into a console application written in C++ with VS2005 A mainfest gets written, but we need one for Vista certification requirements. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. "The project type is not supported by this installation." with Beta 2
I've installed VC# Express (side-by-side with my VS Std) and then XNA Game Studio Express Beta 2. When I start a new project I can see no XNA templates, though. When I try to open an existing example (built with beta 2) I get the error message "The project type is not supported by this installation." I've not had XGS beta 1 on this machine. I've tried uninstalling both XGS and VCS and reinstalling to no avail. Please help. How can I get XGS to work /Mikael >>While running the instance started with /log, you should try to open one of the Beta 2 samples that you said gave you the error "project type is not supported." Did that, but without any errors. There are only 48 entri ...Show All
SQL Server SQL 2000 Report services incomplete export to excel
I have a report that I am trying to export to excel. The export seems to work but the data in the spread sheet is incomplete. The document map is completely exported but the work sheets are not. The links in the document map stop being links after the first occurrence of the lowest level detail. All the data is visible in Report services and all the data exports to PDF. There are 5 levels and 124 pages in the report in the report. I have other reports on the same server that are larger (7 levels and 512 pages) and they work just fine. They export to excel with no problem. Any ideas or input would be very appreciated. Ayla ...Show All
Visual Studio Express Editions edit a datarow on a new form without useing a datagridview
i kinda new to vb, i have vb 2005 express. On one form I have a listbox bound to my a column in my datatable, when you select an item in the listbox, other information from that datarow is displayed in textboxes. What I,m after is when I click a button on the form, a new form opens with all the data from the table of the selected row from the listbox so that the data of that row edited then saved back to the table. Or in an easier explanation, form1 is search for a datarow from a listbox, I want to open that datarow in a new form for editing can some shed some light as how I might be able to that Thank you for the help I'm finally getting this program to really start to work and look good, but I have one more simple qu ...Show All
Smart Device Development How to Deploy Files to a Sub-Directory?
Hi all, i am testing a WinCE application that i wrote by deploying it in the WinCE emulator. This application uses a number of bitmap (BMP) files, and they are deployed by setting their Build Action as "Content". How can i have the BMP files deployed to a sub-directory instead of the main application directory E.g. My application is deployed to "/Program Files/TestApp/" on the emulator, and all the content files are deployed to that same location. However, as i have quite a large number of bitmap files, i would like to deploy those to a "/Program Files/TestApp/bmp/" instead. i could not find a configuration to specify where to deploy a certain file to. Any advice, please (Oh BTW, i'm using MS Visual Studio . ...Show All
Visual C# How to read current active IE window's html content
Hi there!, I really hope someone can help me with this issue... it is really cracking my brain up:S What I want to be able to is to load the html content of the current active IE window by a simple IE Frame or console application. Not using the webbrowser component. That is possible but I just don't know how to do it. Maby with the HtmlDocument I have googled and googled.. I found this example http://www.codeproject.com/vb/net/ByPassAutomation.asp which is VB, but other than that the example does NOT work.. well I have IE 7.0 so maby it's because of the tabs.. can anyone please help me Regards, Qawi Hi ahmedilyas, No it's not the webbrowser component in C#:-) It is the open website in Internet Explorer 7. ...Show All
