totocasagrandi's Q&A profile
Visual Studio Express Editions missing reference
hi friends... i downloaded vc# 2005 express edition,when i try to use Tcp.Listener class i get the following error. . Error 1 The type or namespace name 'Net' does not exist in the namespace 'System' (are you missing an assembly reference ) C:\Documents and Settings\Ravi n Kapil\My Documents\Visual Studio 2005\Projects\ravi\ravi\CodeFile2.cs 4 14 ravi .. . . . has ms removed some classes from express editions as it is free ...Show All
Software Development for Windows Vista help! failed to download winfx rtc beta2
ran winfxsetup.exe for rtc 3.0 beta2 on xp sp2 host, downloading ran till 26M out of total 35M then stopped with error message "WinFX Runtime Components 3.0 - Beta 2 has encountered a problem during setup. Setup did not complete correctly." and error signature "EventType :wap10setup P1 :13165 P2 :3.0.03906.22_waprc0_x86_sfx P4 : inst P5 : f P6 : dlmgr_verificationerror P7 : 5008 P8 : 5008 P9 : type_badcertificate P ...Show All
Visual C# command prompt return immediately when running console application
By default, a console C# app will hold the command-prompt until the app exits. Is there a setting in the .NET framework that will cause the command-prompt to return immediately This is sort of analogous to running a command in the background in unix by appending & to the command. Hi. The responsables of doing that are the shell and the OS not the C# language or the .Net framework. The OS because it must support Multitaksing (ms-do ...Show All
Smart Device Development HElP WITH ERROR MESSAGE
I just bought some software to help with my business and everytime I try to run it I get the error message below. "the application failed to initialize properly (0xc0000135). Click on OK to terminate the application" Could someone please help me out here. I have gone to microsoft to try and download the .NET Framework but can not find a download link. Everytime I think I have it, it takes me to a page that checks my computer for ...Show All
Visual C# VS2005 flickering problem on mouse leave
Hello people !!. I'm developing in vs 2005 and I've a problem that may be you can help me to solve it. I have a winform, a boolean attribute for a state and a timer. The timer see the state and if is closing then it start fading out. So the only things I have is a timer to animate fade out on mouse leave event. The problem is this example run excelent in Visual Studio 2003, but a flick appear in VS 2005 when I leave the form. May be a problem w ...Show All
SQL Server Using Reporting Services 2005 on SQL Server 2000?
Is it possible to use Reporting Services 2005 on licenced SQL Server 2000 without a licence of SQL Server 2005 Thanks for your answer, Andreas I am not sure about the licence but RS 2005 does support connect to SQL 2000. If they are on seperate machines you will need two licences. I don't know the answer if they are both on the same machine. -Daniel ...Show All
Visual C++ msvcprtd.lib(MSVCP80D.dll) : error LNK2005
I am having problems to port our product from vc7.0 to vc2005: Linking... LINK : warning LNK4076: invalid incremental status file '..\..\..\bigworld\tools\worldeditor\BigBang-debug.ilk'; linking nonincrementally msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: __thiscall std::allocator<unsigned short>::allocator<unsigned short>(void)" ( 0 $allocator@G@std@@QAE@XZ) already defined in edgizmo.lib(soli ...Show All
Visual C# pointers
i have a couple of questions i am trying to use the following function that was written in unmanaged code: DWORD RasDial( LPRASDIALEXTENSIONS lpRasDialExtensions , LPCTSTR lpszPhonebook , LPRASDIALPARAMS lpRasDialParams , DWO RD dwNotifierType , LPVOID lpvNotifier , LPHRASCONN lphRasConn ); i am declared it like this [DllImport("rasapi32.dll",CharSet=CharSet.Auto)] public extern st ...Show All
Windows Forms Extracting Email Ids from the emails
Hi, I want to extract all the email Ids and attached names(if any) from the emails which may contain forwarded emails as well. I would like to do that in C#. Any suggestions Thanks Those "ids" would be called email addresses ...Show All
SQL Server where to find latest version data for AS
I have a few servers with MS AS and am trying to find a source for what the latest patch level is..easy to do with SQL Server but can't find it for Analysis Services..is the latest version .2039 (SP4) Anyone have a link for where I can look that up in the future thx The latest service pack for Analysis Services 2000 is SP4. You can download it from: http://www.microsoft.com/downloads/details.aspx FamilyI ...Show All
Game Technologies: DirectX, XNA, XACT, etc. .x file exporting from 3DSMax using Skin modifyer
hi, Is there a version of the MS .x exporter that supports Max's Skin modifyer for wieghted meshes used in animations. If not, is support for this planned The Skin modifyer has many advantages over Physique. Just out of curiosity, what is the main difference between the two that makes Skin unusable with .x Aren't those modifyers simply interfaces for a vertex weight value Its just a weight value in the end! :) Urgent ...Show All
Windows Forms Event source in event handler delegate?
Please help me determine the source of the event that triggered it. In a Windows Forms application, webbowser control, HTMLElement's onclick event is handled by a delegate event handler that has been attached to it by the application. The event handler has the usual parms, source As object and e As System.EventArgs but source is Nothing and e is empty. I know I am missing something but I cannot find what that is, although I have searched MSDN ...Show All
Visual Studio Team System Programatically Creating WorkItems
Hi, I am building a small tool where part of its job is to create work items in TFS. I have this working well, however i want to specify an area path on the work flow item. I had planned to check the Area nodes and if a node was not there that i wanted i would just add it and use it in creating my work item. The problem is that the NodeCollection seems to be read only and i cant find how you would add a node to the tree. Im assuming there mus ...Show All
Visual Studio Express Editions FormView & SqlDataSource
EDIT: see 2nd post for more up to date testing results. I'm having a few mildly frustrating issues with these components because finally they are usuable for me (2003 couldn't bind parameter values to controls), it's almost working except for one small niggling problem... I have setup an SQL database connection with my SqlDataSource and bound it to my FormView. I have manually verified that all 4 of my SQL statements exist. The f ...Show All
SQL Server Using sorting or order by in cubes
Hi, I need to provide sorting for dimensions in my cube. I am having three columns in my dimension table StrID Strname StrOrder In cube i need to use Strid for all aggregations and all, strname to be displayed to user and Strorder for ordering the dimensions. I have such corresponding order fields for all the dimensions in the cube. Please let me know if there is any way to acheive this Than ...Show All
