Software Development Network Logo
  • Microsoft ISV
  • Visual Basic
  • Windows Live
  • Windows Vista
  • .NET Development
  • VS Express Editions
  • Architecture
  • VS Team System
  • Visual C++
  • Game Technologies
  • Visual FoxPro
  • Visual Studio
  • Visual C#
  • SQL Server
  • Windows Forms

Software Development Network >> anina's Q&A profile

anina

Member List

Ben Isbell
ttx3
Jakkals
TheMax
McBain
Jeroen Landheer
danycxxx
sajal2000
Jimmy_fingers
Craig Z
A D SRIKANTH
coder#
Squire James
sumit malik
Danny Walroff
Aman JIANG
ozhonetech
hakan65
le_mo_mo
avc
Only Title

anina's Q&A profile

  • Visual C++ Using Crystal Reports 10 with Visual C++ and C

    Hi All, I have used crystal reports with C# in .Net enviornment, but I am not sure how advisable it is to implement Crystal reports in C++ or C. This report generation is new development and the first tool that came to my mind was Crystal Reports unless there are other tools in the market that would be more useful to use with C++ and C. Any thoughts I don't have much experience with crystal reports to answer this. May be the .netdevelopment forums could help. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual C++ Error: "Reference mscorlib.dll was not found on the References path."

    I just installed VC++ .NET 2003, and am working through the tutorials in the book included with the product, "Getting started with Microsft Visual C++ .NET version 2003." I'm on page 20, and trying to build a new "Console Application (.NET)", but receive the error, "Reference mscorlib.dll was not found on the References path." and my project is not built (animals.cpp is not built) so I can no longer follow along with the tutorial. I've run through the instructions step by step now at least a dozen times, but still receive this error. The file it is looking for (mscorlib.dll) is in the following locations: C:\WINDOWS\ServicePackFi ...Show All

  • Smart Device Development "ActiveSync cannot recognize this device" error....

    When I connect to the emulator and cradle it,I get the following error: " Microsoft ActiveSync cannot recognize this device for one of two reasons: ... ... " It was ok before but doesnt work now...what is the reason Hello, Please try clear save state and then connect to device emulator again and then try cradling the emulator. Hope this helps. -Thanks, Mohit ...Show All

  • SQL Server Uninstall of SQL Server 2005 Express Edition CTP fails

    I'm trying to remove this before installing the RC version of studio 2005 but the uninstallation fails, presenting a dialog with... The setup has encountered an unexpected error in datastore. The action is RestoreSetupParams. The error is :Failed to read property "Installlds" {"MachineConfiguration", "", "DEVVII"} from cache Unable to write property into cache: IsClustered Unable to write property into cache: "IsClustered" XmlRW Error: Failure loading xmlrw.dll CheckAllProcedures() returned 2 Any ideas how get get past this Thanks, Graeme Well, I finally got past this and installed the RC of studio 2005 ...Show All

  • Visual C++ POP3/IMAP mailserver/client application

    hi everyone I'e created the class structure for the application as follows //class for creating socket,initilize socket,send and receive data class socket { public:  socket();//constructor decalre  virtual ~socket();//destructot delcare  int Create(char* pszHostName, int nPort) ;  int ConnectSocket(LPCSTR pszUser, LPCSTR pszPassword , BOOL bAPOPAuthentication);//Attempt connection to remote addr  void Disconnect() ;  int Close() ;  int GetReceiveBufSize(long *lSize) ;  int SetReceiveBufSize(long lSize) ;  int GetMailList(char* strResult) ;  int GetMailHeader(int nMailIndex , char* strMailHea ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I am going into development of games(help needed)

    Hi there all, I am a programmer for Windows 32bit and now due to a new project issued by a friend of mine, i had to go into Game Development. The following are a few questions that i am going to ask so that i understand more about Developing games. 1) What programming language am i going to use 2) What IDE environment will I be using 3) How will the graphics be supported Tips and tricks welcome too. You can use VS 2005 VC++ Environment with DirectX Library. This is what every body would recommend it. More over, now one can easily do alomost all actvities with C# and DirectX. The only pr ...Show All

  • SQL Server SSIS Diagramming

    Hi, I just want to ask, is there a tool that can create a diagram supporting the SSIS package I have created I would like to know if there is any available tool that can do this task so that I can support my SSIS package documentation. For example, I have created a Data Flow task that transfer data from a source database to SQL server 2005 destination. I would like to create a diagram that summarizes the task it perform from source to destination automatically. My purpose is that whenever DB users check my SSIS package, they will have a concise idea of how my SSIS package works through my diagram. If ever yo ...Show All

  • Visual Basic Access an application in server by multi-users

    I am a new VB.Net developer. I created a standalone desktop window-based application to query SQL server database and print them in crystal report. It is running well on desktop. My problem now is I want to put it on server of my company so that other users can easily access it without installing it on each PC. So I installed it on server and share the folder. On desktop, I allocated the shared folder of server and run it. But an error came saying: An unhandled exception of type "System.Security.SecruityException" occurred in ***.exe. I don't have any idea on how to deal with it. I appreciate if anyone can give m ...Show All

  • Windows Forms Visual C# Express - Toolstrip positions on a TopRafting

    Hello, I'm using Visual C# Express and I added a number of Toolstrips to a TopRafting container. I have 3 toolstrips there and while in designer mode the designer shows the toolstrips in the following order:  actionStrip, listStrip and systemStrip. but when I run the application the order is changed actionStrip, systemStrip, listStrip and no matter what I do I can't get&n ...Show All

  • SQL Server Feature Pack and SP1

    I posted this over on, I guess, the other SQL Server forum (msdn.microsoft.com/newsgroups). Sorry if it's a cross post or better answered there. Does anyone know if the feature packs are included in SP1 or still need to be installed separately. ...Show All

  • Visual C++ VC 7.1/8 difference with templates

    VC7.1 fails to compile the code below, with the error "no appropriate default constructor available", when the template qualification in red is omitted.  However, VC8 does compile it.  Which compiler is behaving correctly Thanks, Keith MacDonald template<typename T> class Base { public:  Base(T n)   : val_(n)  {}  T val_; }; template<typename T> class Derived  : public Base<T> { public:  Derived(T n)   : Base <T> (n)  {} }; int main() {  Derived<int> d(7);  return 0; } While I can't give a definitive answer, in looki ...Show All

  • Visual Studio Team System Unknown Error (28002) when installing TFS App Tier

    I'm attempting to install the application tier of TFS (Beta 3 Dec CTP) on a Win2k3 SP1 box.  My SQL Server box is also Win2k SP1 (SQL 2005) and I'm running into an unknown error every time I try to install.  Here is the section in my error log which is stating the error: MSI (s) (E0:58) [13:58:49:918]: Executing op: CustomActionSchedule(Action=CA_QuietExec,ActionType=25601,Source=BinaryData,Target=**********,CustomActionData=**********) MSI (s) (E0:C0) [13:58:49:928]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI3FF.tmp, Entrypoint: QuietExec 12/30/05 13:58:50 DDSet_Status: LANGID: 1033 12/30/05 13:58:50 DDSet_Ent ...Show All

  • Visual Studio install with sql server 2005 june

    Can VS 2005 July  work with sql server 2005 june Thanks No, they do not work together because the framework versions are different. You will need to install the Beta 2 VS 2005 in order to work with the version of SQL you have. ...Show All

  • Visual Studio Team System Vault at sourcegear.com

    I've been through hell and back with a single server install of Team Foundation Server. I call it hell, bill gates calls it "Microsoft Innovation". I believe this is the last osbstacle. Can anyone give me some guidance on how to get around this problem stsadm.exe non-zero return value -2130246810 but I've yet to get an answer to this. I opted to install a third party product. Guess what Microsoft I had no problems installing their toolset. No ridiculous dependencies on sharepoint services. No stupid dependencies on using the default site in IIS. Any permission issues (and or other issues) wer ...Show All

  • .NET Development System.Web.Mail.SmtpMail.Send breaks on attachments > 100kB

    Hello, I am attempting to send HTML email with attachments using System.Web.Mail.SmtpMail.Send. This works great, until the total attachments size exceeds about 100kB. Then I get: Exception of type System.Web.HttpUnhandledException was thrown. System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.Web.HttpException: Could not access 'CDO.Message' object. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x80004005): Unspecified error --- End of inner excepti ...Show All

©2008 Software Development Network