imdqa's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. A small problem with project files SDK and C# Express 2005
Hi! Opening a project sample for .Net Framework 2.0, the common folder appear empty, And error list show this warning: The file 'Common\AssemblyInfo.cs' could not be added to the project. Cannot add a link to the file D:\Projetos\DirectX\Managed\BasicHLSL_2005\Common\AssemblyInfo.cs. This file is within the project directory tree. I open csproj file with notepad and delete link tags.   ...Show All
Visual Studio 2008 (Pre-release) Version property of DataContract attribute !!!
Hi, i am not able to see Version priperty on DataContract attribute. Any one has any idea about this This property is no longetr supported or am I missimng some thing I am using the WINFX Feb CTP. Thanks, \Venkat Hi, Order is also not avilable. I am getting compilation error: System.Runtime.Serialization.DataContractAttribute' does not contain a definition for 'Order' Basically, i am looking into some techniques for ve ...Show All
.NET Development button click
I am trying to get a button to automatically click at regular intervals. Can anyone help Hi, Yep, button1.PerformClick() is indeed the right method that you should call if you want to simply emulate clicking. But, Call Button1_Click(sender, e) method is also useful. Specially if you want to know on who's clicking the button. Either the Timer or its a user that generated the call to the Button_Click functi ...Show All
.NET Development fatal error C1190 in VC++ .NET
Hello, I am gettin a fatal error C1190 when I try to compile the code and run it. Could anyone provide a solution for that I guess I need to set the /clr switch. Here is the error: fatal error C1190: managed targeted code requires '#using <mscorlib.dll>' and '/clr' option It points to the syntax on code: #using <mscorlib.dll> <Yeah the third line of my code!!!!> ;-) Would appreciate if anyone cud provide a solution for ...Show All
Visual Studio 2008 (Pre-release) WCF in CF
Hi there I am a new user of WCF. My question is that can we use WCF with Compact Framework if yes, does it requires some special approach for implementing the client side of WCF in compact framework Regards Here is an answer of the subject: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=220141&SiteID=1 ...Show All
SQL Server Backup command and getting progress like Enterprise/Management Studio
Sorry if this is the wrong place for this, but I couldn't find a better place... I have a .net application that calls a TSQL command to backup the database when the user clicks a button. I would like to give the user incremental feedback on what's going on. So I hooked into the connection's InfoMessage event. It gets called at the end of the command, not during. I read somewhere that you're supposed to be able to add "WITH NOWAIT" to a ...Show All
Visual Studio Team System error MSB3428: Could not load the Visual C++ component "VCBuild.exe"
As I performed team build for my solution that includes .net project and c++ projects, I found following error: Solution: CommunityAddin.sln, Project: MapiLib.vcproj, Configuration: Release, Any CPU D:\builds\Reachout\TestProject\ReachOutBUild\Sources\CommunityAddin\CommunityAddin.sln(0,0): error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio ...Show All
Visual Studio 2008 (Pre-release) Error - hyperlink in a WBA in an IFrame
I have a hyperlink in a WBA which is hosted in an IFrame. The hyperlink is pointing to an HTML page. When I click on it, an error is raised right before the WBA exists and the browser is redirected to the HTML page. The error is here: http://www.valil.com/AmazonBookInfo/error.jpg I have created a sample project to recreate the error: http://www.valil.com/AmazonBookInfo/TestHyperlinkIFrame.zip (double-click on index.html from bin\Debug and t ...Show All
SQL Server SQL 2005 Upgrade problem.
Hi: I had a serious problem today. I was upgrading SQL Server 2000 default instance to SQL Server 2005 when the setup failed to upgrade the database services with the error: The password does not meet Windows policy requirements. I chose windows Authentication during the upgrade. I for sure know that my password meets all the windows requirements (length, password charcters as outlined in BOL) and still it failed. I tried more than 3 ...Show All
Visual Studio MS Build and VSS
Is there a task to get latest version of files and projects from Vss SDC library just have a SourceSafe.Get and a SourceSafe.LabelGet, and more than getting and "labelgetting" they performs various operations on the VSS files. You can consider this some kind of macros performing determinated operation on VSS and versioning. Not so useful, for specific get/checkin/checkout operations. In MSBuildCommunity lib ...Show All
.NET Development Environment.UserDomainName reports machine name instead of domain name
How can I get a hold of the local machine I need the domain name and machine name. If it's any help, I'm getting the same behavior: I'm logged into MYDOMAIN\UserName, but UserDomainName is returning MYMACHINE\UserName. The System.Security.Principal call works correctly. Looks like a bug in the framework. g. ...Show All
Windows Forms Component with DataTables. How to impliment?
I'm creating a business object as a component that sits in the tray of a winform or ASP.Net page. This component will have functions that fill data tables. I would like to expose these data tables to binding similar to how the DataSet works. I& ...Show All
SQL Server set up problems by sql express edition 2005
TITEL: Microsoft SQL Server 2005 Setup Problem ------------------------------ SQL Server Setup Failed to compile the Managed Object Format (MOF) file C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof. By compiling with mofcomp sqlmgmproviderxpsp2up.mof : can't find class , instance of property CIMTYPE. Who can help me Henk ...Show All
Visual J# classcastexception happens when objects are passed to the thread and when trying to call the method
classcastexception happens when objects are passed to the thread and when trying to call the method ... exception in thread::(0x80004002) Unable to casr COM object of type 'mhtml.HTMLWindow2Class' to interface type 'MSHTML.IHTMLWindow2'. This operation failed beucase the QueryInterface call on the COM component for ther interace with IID '{332c4427-26cb-11d0-b483-00c04fd90119}' failed with HRESULT:0x80004005 (Unspecified Error (Exception from ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Managed DirectX, C# & and large textures
I have a very simple 3D world which consists of a sphere which is meant to represent the Earth. While a single texture file, like the ones which come with the DirectX SDK are good for when the whole world is being viewed, it is no good viewing it up close. Is there any way to have multiple texture files relating to specific points on a sphere, so that if for example I have a more detailed image of New Zealand, I can overlay that portion of the s ...Show All
