Rahul Garg's Q&A profile
Visual Studio Express Editions downloading visual studio express
I am attempting to download the img version of the complete visual studio package (c++, c#, vb etc). i need to download approx 450mbytes for each language. i think that this is because each package includes the msdn documentation and the net frameworks. these files are probably identical in each case. is it possible to download the individual img files without these files (so each download will be approx 80 mbytes instead of 450mbyte). And only download the full package once. Thanks Thanks to Weston and Andreas for your quick replies. I have quickly looked at the downloaded images files for c#, c++, vb, and the web development packages. I notice that each of these packages contains a fo ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Is it possible to use Newton Physics or FMOD?
Is it possible to use Newton Physics or FMOD Can the newton .dll be used in XNA http://www.newtongamedynamics.com/ What about FMOD for sound http://www.fmod.org/ Im trying to get a handle on creating a game in XNA - ive been using TV3D 6.5 Beta and I want to see if i can accomplish the same things with XNA. thank you, Thanks for the quick replys Jim. I am completely new to XNA - I have been using TV3D 6.5 beta for months now - i have a pretty good handle on it despite the lack of (none) documentation and the dredful people that run the forums -- oops im not trying to b#@! I really want to look for any alternative to TV - if possible. Im not really sure that i understand the rol ...Show All
Smart Device Development Visual C++ Express for WIn CE?
I started to learn VC++ Express, and assumed that since it generats managed code for FORM applications, I could just copy the working app. to my CE mobile, but it is not working. What do I have to do in order to have the portabilty (same manged code runs on mobile or desktop), or, if this is impossible , what do I need to do in order to have a working app. on my mobile Thanks. Hi Manav, Thanks, but somthing I don't understand. It is true that VC++ Exprs is genarating native code, but it does so only for consul applications(projects) or if you start with an empty project. If you start a windows form project, it genarates managed code (even though it is a C++ compiler) this is a fact. I even tra ...Show All
Internet Explorer Development Parts of my website are whited out after I installed IE7
Parts of my website are whited out after I installed IE7. If you check out my homepage you can see the problem on the left hand side and centre. This continues to happen throughout the site in different places. It looks like a white box has been placed over some of the text! Any ideas www.recruiteastriding.co.uk Many thanks Jonathan. ...Show All
Visual Studio Tools for Office invalid bookmark after requery
hi experts, I try understanding and solving a bookmark error using access 2003 SP2 connected to oracle database via odbc and oci. The form interface is the following : Left-handed is a sort-, filter- and searcheable treeview-control which is filled using a recordset "rs_show". rs_show will get data after reading an complex oracle-view into recordset "rs_tv_base", optionally filtering and sorting by setting sort and filter-parameters and then opening with rs_tv_base.openrecordset .. .. set rs_show = rs_tv_base.openrecordset Right-handed is a detail-area composed by a tab-control which shows different aspects of data - i.e. connected business-partners, accounts of business-partners, account-positions etc. Each ...Show All
Visual C++ debug through functions linked by dllImport attribute
Hi guys, I wanted to know if there is any way to keep debuging a funtion linked using DllImport in a c# class ! I mean going from C# to native c++ dll and debuging the DllImported functions ... Thanks I guess it should enter native function, if there is debugging information and debugging mode is set to mixed (managed + native). Set this in C# project properties. If this doesn't work, open native Dll project, set breakpoint, and start debugging. Set C# client as executable for debugging session. ...Show All
Visual C# CursorConverter Error
I am getting the following Error very often.. "CursorConverter' is unable to convert 'System.Windows.Forms.Cursor' to 'System.ComponentModel.Design.Serialization.InstanceDescriptor" Also that when i tried to rename a control (which is copied from the same screen) i will get the error - "property name is not valid" and details part of the error shows the reason as same as above error... i checked and there is no redundant references... can anyone help Thanks in advance. Am using VS 2005 Pro Edition version - 8.0.50727.42 in Win XP Pro. I get this error in the following contexts.. 1. When i try to save the form when the design view window is active ... error will be ...Show All
SQL Server SQL Server 2005 "Login failed for user" sa
I have not been able to install SQL Express SP2 (standard or advanced) on Vista Ultimate (RTM). Every time I try to install, I get the following error message: SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa'. Refer to server error logs and setup logs for more information. When I check the logs, the only information I can find that is at all useful is: Doing Action: Do_sqlScript PerfTime Start: Do_sqlScript : Thu Mar 01 21:35:42 2007 Service MSSQL$SQLEXPRESS with parameters '-m SqlSetup -Q -qSQL_Latin1_General_CP1_CI_AS -T4022 -T3659 -T3610 -T4010' is being started at Thu Mar 01 21:35:42 2007 SQL service MSSQL$SQ ...Show All
Windows Live Developer Forums Due to a connection problem, changes you make might not be applied to other computers you use
Hi, Due to a connection problem, changes you make might not be applied to other computers you use I am getting this error in Live Messenger for last few days... As a result, my contact list is not appearing correctly and all the contacts are missing. Anyone having same issue Thanks Fahad Pleased someone else is having this problem. I emailed Microsoft about this and after deleting the cache their solution was for me to grant them access to my account. How will this solve things I explicitly said that my full contact list appears on other computers and with MSN Web Messenger. ...Show All
.NET Development Delegate Keep alive
Hi, I have a problem with using delegates with pinvoke. I have a delegate for a reporting function that is required for the lifetime of the application. The callback works for the first time and after that if the dll reports any error I get an access violation exception. This is because the delegates gets collected. Any suggestions on how to avoid this error Thanks! Could you supply some sample code As long as your delegate doesn't go out of scope while it's expected to be required and you've pinned it you shouldn't have a problem. What language are you developing in ...Show All
Visual Studio Express Editions Pass variables and function calls between .h and .cpp files
I have a windows form application (VC2005 express edition) which I have to admit I'm a bit new to. I'm a C programmer not visual, not C++ but I'm trying to learn.... How are variables and function calls passed between the headers and source code files (admittedly it's one executable when compiled). Example code: // BetterGUITrial.cpp : main project file. #include "stdafx.h" #include "Form1.h" using namespace BetterGUITrial; // Function Prototypes void loop( void ); // Global Variable Declarations int nCounter = 0; [STAThreadAttribute] int main( array <System::String ^> ^args) { // Enabling Windows XP visual effects before any co ...Show All
SQL Server sql connection
I set up a user called "user1" on sqlexpress" I ran an app I wrote that connects to sqlexpress. From one machine I enter...("computername\sqlexpress"). I then enter user1 and password and the connection connections works fine to the server hosting sqlexpress, but on another machine, when I try to login the same whay I get an error "Login failed for user 'computername\Guest'". I can't understand why this is happening. I never set anything up as "Guest". I entered 'computername\sqlexpress' not computername\Guest". Any ideas out there as to what may going on. thanks I have the sqlexpress set as Mixed Mode and the connection string i'm using is ...Show All
.NET Development Mysql connection
Hey everyone i had a question if i could access a mysql database without having to make my users install odbc connection or what not. My app will retrieve search values from a database and allow them to follow a link of the file they want to download from that database search. Im a newbie so Any help is appreciate! Ok glenn would you happen to know how i can use this to display information gotten from a database basically what i want to do is make this http://www.nextelnoob.com/mp3search.php textfield=2pac built into the app so that the users and search ringtones from the app. So letting the users search the database for a certain values and the app returns anything that it find with that name ...Show All
Visual Studio When will VS 2005 and VSS 6.0 work?
Open vs 2005, select "pending checkin window" for about 10,000 files wait 45 min to 1 hour.. all about pending checkins window "never did any perf testing for VS 2003 so I do not know how fast it performs it there." This exaplins a lot of vs 2005 breaking problems, you realy should do regression testing.. And yes as I suspected SP1 still has not fixed basic preformace problems.. ...Show All
.NET Development .NET Framework 2 to 1.1
I know this question is asked alot but still... My boss just asked me if i could move our .net Application from .net 2.0 to 1.1 because of most users dont have 2.0 ( cant see the reason why microsoft just didnt include 2.0 in autoupdate but well ). anyway... the application is made in VS2005 with as base language C#. I doupt bringing the application from VS2005 to VS2003 would really be a usefull solution, because we use new c# keyparts like partial classes and attributes. So.... is there any way to use .net 1.1 in VS2005 thanks already! -Koen in the auto updater it won't be included as .NET is an optional component, not a required security patch. the same goes for things like WMP, t ...Show All
