Software Development Network Logo
  • Smart Devicet
  • Game Technologies
  • Windows Forms
  • SQL Server
  • Visual Studio
  • Visual Basic
  • Visual C++
  • Microsoft ISV
  • IE Development
  • SharePoint Products
  • VS Team System
  • Visual C#
  • Windows Vista
  • Visual FoxPro
  • Audio and Video

Software Development Network >> Ather.'s Q&A profile

Ather.

Member List

sk3636
Predator14567
roni102
MSNetDeveloper
umuayo
Noorul Ahmed
Tdar
Xcel
Dave Reinhart
John Oliver (UK)MSP, VSIP
CJira
search and deploy
mitasid
Leon Mayne
user__2006
Mark Visneskie
Kamii47
publicENEMY
OOT_In_Atlanta
FernandoLeite
Only Title

Ather.'s Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. vb.net project

    the project that you get when you select 'Windows Game (XNA)' in the C# Express, but converted to vb.net written with Studio 2005 Professional: http://workspaces.gotdotnet.com/basicXna more samples converted to vb.net to follow, doesn't unchecking "Microsoft.VisualBasic" in the Reference section of the Project's properties do the same thing And I'm pretty sure there is a another solution that involves using the <documented>sdkpath switch in vbc.exe too. (ref: http://www.codeproject.com/useritems/novbruntimeref.asp df=100&forumid=327076&exp=0&select=1657067#xx1657067xx ) So, again what is really stopping this from working in the x360 ...Show All

  • Smart Device Development how can i install .net cf 2.0 in wm2003se

    my ppc is dopod 818 and it use wm2003se,i develop with vs2005,then how can i install .net cf 2.0 in dopod 818 thx! VS would install it automatically as you hit F5. If you prefer to install it manually, it's no different from any other WM application - copy CAB file to device and click in it. Here’s how to pick correct CAB: http://blogs.msdn.com/netcfteam/archive/2005/10/11/479793.aspx ...Show All

  • .NET Development dotnetfx3.exe hangs while Installing..

    I am running Windows XP SP2. I tried Installing .net framework 3.0 using dotnetfx3.exe, after sometime it stops responding. Here is the log file. [12/17/06,14:00:49] WapUI: ISetupManager::GetGlobalCustomProperty() failed to find global prop in CProgressPage::RunningComponent() [12/17/06,14:00:49] WapUI: {4F8791EE-486F-44B5-952B-F28F9FD58BD0} [12/17/06,14:00:49] Setup.exe: GetComponents() [12/17/06,14:00:49] Setup.exe: get_Components() [12/17/06,14:00:49] Microsoft .NET Framework 2.0: ISetupManager::GetGlobalCustomProperty() failed to find global prop in CBaseComponent::GetGlobalCustomProperty() [12/17/06,14:00:52] Microsoft .NET Framework 2.0: Looking for InstallPackage at netfx.msi [12/17/06,14:00:52] Microsoft .NET Framework 2.0: L ...Show All

  • Visual Studio How to detect Build Failed from a batch file

    I'm running msbuild from a .bat file on a project file that VS05 kindly wrote out for me:- MSBuild Helper.csproj /t:Rebuild /p:Configuration=Debug Pretty easy stuff, and I haven't even had to delve into the intricacies of .*proj files. But how to detect from within my batch file whether the build failed or was successful TIA Thanks for the heads-up about ERRORLEVEL. Unfortunately, it always prints out "Build success", whether it succeeded or failed. Which is strange because inserting an echo %ERRORLEVEL% statement just before the IF statement indicates that the error level is 1. But then perhaps this has something to do with it:- http://www.robvanderwoude.com/errorlevel.html ...Show All

  • Visual Studio Team System Sharepoint services - uninstalling

    We are installing the rtm (workgroup) of TFS and I accidentily installed Sharepoint services in the NON-Server Farm mode (we are doing a dual-server deployment). I thought i could just un-install and re-install sharepoint services but when i re-install it does not prompt me for the mode. I am at a complete loss. I have uninstalled and re-installed..well, i lost count how many times. What am i doing incorrectly Scott I was wondering how do you uninstall MSDE manually I have a problem with installing Team Foundation, the install fails with a message that SharePoint is using MSDE, and must not... I checked the installed applications and removed MSDE from there, but the installation still fails. Thank you ...Show All

  • Visual C# Networking Interruption Problem

    I am creating a network connection between 2 machines (or well currently 2 applications on the same machine for testing since its all I have). And after a little while (like a min and a half) my program(s) error out because I try to write/read to a stream and it throws an exception saying it isnt connected. Do I need to send a message to the stream saying to keep it alive to keep it alive or any ideas Thanks in advance ...Show All

  • Internet Explorer Development HTML tables, the width attribute, CSS, and ASP.NET 2.0

    I recently switched from ASP.NET 1.1 to ASP.NET 2.0. I'm not sure exactly why, but my HTML tables (which are just html tags, not server-side tags), are looking kind of strange. My table layout is as follows: <table border="0" cellpadding="0" cellspacing="0" bgcolor="white" width="1000" align="center"> <tr><td colspan="3"></td></tr> <tr valign="top" style="padding-top:15px;padding-bottom:15px;"> <td width="205" align="center"></td> <td width="528" align="center"></td> <td width="267"></td> </tr> <tr>& ...Show All

  • SQL Server Sql Server Project Visual Studio Crash

    I'm having trouble with CLR based user-defined functions. When I create a database C# project in Visual Studio 2005, the dialog to pick the database connection doesn't apprear. Except for that, the project seems to be created normally. I am able to write and build my project without a problem. When I try to release, it says that the connection isn't defined. I do a Project ==> <projname> and then select the database tab on the side. I am unable to type in a connection string because it's grayed out. When I hit the browse button. Visual Studio crashes. I have one thrid-party Visual Studio installed, Sybase PowerDesigner. I also have the SQL Server 2000 and 2005 client tools installed. I tried uninstalling the P ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DXViewer keeps crashing

    Hi, Just downloaded and installed the December 2006 DirectX SDK. Using XP Pro SP2 and Devstudio2005 standard edition, DXviewer keeps crashing so I opened up the source code and compiled it to see the error. "The application has failed to start because d3dx10d.dll was not found" I know that Directx10 requires Vista but how can I use the basic SDK tools under XP for directx9 learning I am not a C++ expert but can I link it to DX9 instead. Thanks Stephane I Have some problem i use SDK april 2007 and Dxviewer keep crashing. I have Netframework 2 and Directx 9.c. I simple open DXViewer and i get error 103 and then crash. If somebody knows something please help. ...Show All

  • Visual Studio Disabling CommandBarPopup in Code Window Context Menu

    Hi, I am writing an addin that adds a popup menu to the Code Window command bar. The menu structure is as follows: MyCommands-->Order Namespaces --------------------Regions-->Add to New Region ---------------------------------Add to Existing Region How can I disable MyCommands if the active document is not a VB file. I know that I can disable Command objects in the QueryStatus method but this method is never fired. I use the code below. Private cmdBar As CommandBar Private myCommandsPopup As CommandBarPopup Private regionsPopup As CommandBarPopup Private WithEvents mnuOrderNamespaces As CommandBarButton Private WithEvents mnuAddToNewRegion As CommandBarButton Private WithEvents mnuAddToExistingRegion As CommandBarButton cmdBar = CTy ...Show All

  • Software Development for Windows Vista IActivityEventListener custom activity

    I have created a custom activity implementing IActivityEventListener interface. Then a EventArgs derived class which delivers the queue message. Then, from host application I send a queue item to the workflow calling the workflowinstance's EnqueueItem method : how can I intercept the message in the OnEvent method instead of Execute method I have also tried to create the custom activity as IEventActivity to be hosted inside an EventDrivent one, but the effect is still the same: only Execute method is called when message is received. Thank you very much in advance. Did you rebuild your code I can drag the activity just fine from the toolbox into the workflow and once there move it around usi ...Show All

  • Visual Studio 2008 (Pre-release) XAML Namespace Mapping

    Hello *, I already read the wpf sdk, but there are still a few questions left... I wondered what is behind the xml Namespace Mappings xmlns= http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=” http://schemas.microsoft.com/winfx/2006/xaml in the root tag of a xaml page. In the SDK: "Within the namespace declarations in the root tag of many Extensible Application Markup Language (XAML) files, you will see that there are two xmlns declarations. The first declaration maps the overall Windows Presentation Foundation namespace as the default: xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " The second declaration maps a separate Extensible Application Markup Langu ...Show All

  • Visual Basic Error codes

    When I use an add command to add data to an Access dB, supposing that db doesn't exist or a connection is lost to the dB or anything atall, and my VB program returns an error to my program, rather than allowing it to crash is there an error code that gets returned that I can use to handle the program execution appropriately thanks tattoo I have been using the Try Catch block but I guess my problem was how to handle the error. Your explanation of reading the documentation makes sense. One of my problems is If I use the following to do an Update DataAdatper.Update(Dataset, "Table_Name") I'm not sure which is the Class in that statement... I came from an IBM AS/400 environm ...Show All

  • Visual C++ Problems with my project

    I have 3 problems I am unable to resolve regarding operating visual studio .net 2005 I created an MFC application project using VC++ using the wizard. 1. My project got messed up in the solution explorer panel somehow. Now, instead of having folders called Source Files, Header Files, etc it is saying Release, Debug, res, and hlp. Its just a listing of the directory structure now, and the folder contents shown include intermediate build files like the precompiled headers, obj files, exe file, etc. How can I get it back to regular again without having to totally recreate the project again And, more importantly, what causes this change to happen in the first place 2. Even though I changed my project's .ico file in the resources, m ...Show All

  • SQL Server I can't uninstall SQLEXPRESS

    Hi all, I have a strange problem here. How to uninstall SQLEXPRESS when it does not appear in the "Add/remove program" Another problem is that I can't connect to the local server using SQL Server Enterprise manager. This is the error that i got: "a connection could not be established to (My Computer name)\SQLEXPRESS. Reason: [SQL-DMO]you must use SQL Server 2005 management tools to connect to this server. Please verify SQL Server is running and check your SQL Server registration properties (by right-clicking on the DHH-MC\SQLEXPRESS node) and try again. " I do not want to use SQL 2005 because of some issues. All I need is SQL 2000 to run properly. Can anybody help me in this Thanks. ...Show All

©2008 Software Development Network