Aeden's Q&A profile
Visual Studio Express Editions Why this limitation in C#express
Here is a problem with my C# express installation.(RTM). With the previous version it was possible to connect to the SQL Server Express specifing a server and a database(add connection). Now it is only possible through "AttachDBFileName". So I cannot connect to the SQLEXPRESS if I don't specify "Database file name(.mdf file)". Is that correct In the VWD it is possible Why this limitation in C#express In the "Change Data Source" dialog, there a ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Vector3.Project() doesn't work.
I'm trying to project the location of a mesh in world space back to screen coords. I've been searching around with no real luck. I've seen people say that you should use Matrix.Identity instead of your world matrix, but that makes no difference for me at the moment. It's not that the code causes an error, it doesn't. It's just that after projecting pos, it remains almost identical to what it was, off by about 0.5. Considering my values are t ...Show All
Visual C++ noobie listbox value question
im fairly new to the visual environment and have been playing around with listboxes recently in visual c++ 2005 express edition. i assigned a binding source to a listbox and have a button which implements a function requiring me to get the value of a particular selected item, or all of them. the listbox->items attribute gets me an objectcollection from which i can get the string value, but not the value associated with that string. from what ...Show All
Windows Forms How to use WMI modify DNS records ?
How to use WMI modify DNS records Or any API can do this. thanks for helping me. ...Show All
Visual Studio Express Editions Unable to create a new project in VC++05EE
Hi! I have VC++ 2005 EE installed on both my desktop and notebook using the same media. The problem is that when I try to create a new project on the notebook, I get an error about not being able to initialize an ActiveX component. I do not have this problem onthe desktop or in VC# 05 EE on the notebook. I have not yet installed VB 05 EE to try it. This error occurs after I type the project name and clic kto create it. I have tried pl ...Show All
.NET Development "Child list for field 'Customer' cannot be created".
I converted my VS2003 app to VS2005 Pro. Everything is fine except that one or two datasets are causing problems. If I run the form in question, the following code is highlighted - ((System.ComponentModel.ISupportInitialize)(this.dsMySalesInvoice)).EndInit(); and the message is "Child list for field Customer cannot be created". Supprisingly, the Customer datatable does not even belong to that dataset. The Customer datatable ...Show All
.NET Development Get Data from relational database with Webservice
In my database i have 3 tables. One is the master table and the two others are chlid tables. On the webservice I have a dataadaper for each of these tables that accesses stored procedures. With my windows forms programm I search with various parameters for rows in the master tabel. What I now need to now is, how can I find the rows in the two child tables that are related to the rows I selected on the master table and fill them in the ...Show All
SQL Server An unexpected error occurred in Report Processing
Hi, I am having MSRS 2000 Reports which is using subscription feature to email PDF format reports to user . I am able to get all the reports e-mailed as expected only this report is giving an errror in the status as " Failure sending mail: An unexpected error occurred in Report Processing". I can pull this report properly and also export it in PDF manually. The Report is a 15 page Report with few images. If I try to email only the l ...Show All
SQL Server SQL 2005 CTP up to RTM
I am installing SQL 2005 Developer Edition Sept CTP on the server which will hold production databases once the RTM is released. Come November, do I need to backup the databases, uninstall CTP, install RTM version then restore the databases I was told to basically expect our production deployment before November. The developers basically are using the new features of Reporting Analysis, SQL Server etc. I have mixed feeli ...Show All
SQL Server Database is read-only.
Hi I have been learning on how to use the new features of the .NET 2.0, and Well I using VS2005 and everything is pretty straight foward. I did a Membership webform where you log in and create users and roles etc. I installed the SQL Server 2005 express as my Data provider and thats where my Tables are. I used the aspnetsql_reg comand to integrate the server to this application. Anyway my problem started when i decided to copy my project to my ...Show All
Windows Search Technologies Outlook 2007 Beta 2 and EntryID Futures?
there is also a problem when you try to install the WDS with the office 2007 during the installation at the end you get a error saying Access Denied and the installation fails. is microsoft aware of this problem James Hi csdcomp, This is a known issue with the beta. The good news is that there is a workaround available. Please use the workaround only if you are comfortable modifying your regist ...Show All
Windows Forms Setup Error - Failed to load resources from resource file.
I am getting following error at random places in my application. "Setup error - Failed to load resources from resource file. Please check your Setup" Application closes if I click on OK button on the message box. Also, it does not happen on development machine, it only happens on client PCs. The client PCs has .NET Framework 1.1 Please help me. If you have a solution or recommendation then please reply. Regards, bmgohil ...Show All
Visual FoxPro about a project in VFP9
Please tell me, is a diferent if I create a project (with Project manager) after I have all elements of my aplication (data base, tables, forms, reports, menu, etc) and I will include them in new project, or I must create a project, before I will start to create any componets of aplication Thank you. You can do it in either order. If you write the code first and then create the project, just add the m ...Show All
SQL Server How to display a report based on user's input
It is very easy in Access report to let user input the parameter, e. g. date range (such as from 01/01/2006 to 02/01/2006) to view the data in report only for that date range. How to do in Reporting service to let user input the parameter when he/she opens the report througth IE browser. Thanks, Zixing Wang You define two report parameters, a start date and an end date and have these bound into ...Show All
Visual C++ C++ name mangling change between 2003 and 2005
We have a Win32 console DLL that we currently compile with VS C++ 2003, but we need to be able to allow it to be linked to and used by executables compiled with VS C++ 2005. For the most part this works. However, we have a couple of functions that take a std::exception as an argument, and these cannot be used in the 2005 executables because the name mangling is different. In 2003 the mangled name is: foo@@YAXVexception@@@Z and in 2005 ...Show All
