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

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

rcurrie

Member List

Feadan
AnupamKundu
svas
.asim
Joshizzle
steve thomas
WernerVN
MikeT333
sandeepy
EricSS
Dhirendra
BettyS
TeeBoy
dalek
Foolios
Madhu Sudhan
Pham Thanh Tuan
mralx
stryderblaze
Dylan McAtee
Only Title

rcurrie's Q&A profile

  • Visual Studio Adding new VSS DB (Internet) in VS.NET, why provide local srcsafe.ini path?

    I don't understand why you have to provide the UNC path to a srcsafe.ini file when you're trying to add a VSS database via the Internet.  Any news on this I'm sorry, I found my answer here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=115726 I was assuming the share given had to be accessible from the client's PC.  I didn't realize this share was expecting to already be logged into the server and more of a "security check" that you know where to look if you were on the system. ...Show All

  • Visual Studio Team System WSS templates into TFS??

    I am new to Team Foundation Server. Before we were running WSS and to install custom templates I used the stsadmin tool. I would like to take some of the templates from our WSS and use them on the Team Foundation Server. Can I use the stsadmin tool or is there another command line tool I need for Team Foundation Server If you want to use a different site template when creating a team project portal, you need to customize the process template used to create the associated team project. As far as uploading the SharePoint site template goes you can use the same process you use for any other SharePoint site. ...Show All

  • Smart Device Development wse3 runtime

    There is also a runtime available from wse3. Means this that everywhere you want to deploy your application, this has to be installed Also on the compact framework ty Perhaps if you specified what exactly you wanted to know about openNETCF someone might point you in the right direction. I think they do have a fair amount of information on their site though. ...Show All

  • Visual Studio Express Editions Creating reports in Vb Express 2005

    Are there any type of reporting features in VB Express 2005   Tried Crystal 9.0 with no luck.  Any help appreciated. John Williams there is reporting services in SQL Server Express 2005, you can create reports but not using visual basic, you must download and use the visual web designer software, then you can create web reports. There is not functionality to create a report project in VB Express 05, only in the full blown Visual studio 05 suite. ...Show All

  • .NET Development Connection Pool Error

    Hi Everyone! I'm having a problem with my ADO.NET Connection When runing this code about a 100 time the connection pool raise a error Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. Here what my code look like. Dim dr As SqlClient . SqlDataReader Dim conn As New SqlClient . SqlConnection ( gcAccessBD . ConnectionString ) Dim cmd As New SqlClient . SqlCommand ("SELECT * FROM tblDomainValue WHERE IdDomaine = " & FmtObjSQL ( pDomainType ) & &qu ...Show All

  • Visual Studio Express Editions const_cast of std::string::c_str() for winapi?

    For some winapi structs and functions a non-const char (or wchar_t) is required. If my code uses the stl std::string, would it be acceptable to use const_cast on the c_str() member function Or is copying to a TCHAR array the best solution The situations I might envisage using such a const_cast would be where I'm fairly certain the system only copies the string (to a listbox, combobox or comboboxex list, for example) , rather than alters it . Would this be an acceptable use of const_cast or should I prefer using a temporary array to store a copy of the stl string and pass that instead to those windows functions or structs that mig ...Show All

  • Visual J# J# is causing problems for me like usual.

    I have just finished the problem before and then saved my work. I always leave the program running for a while after I save to make sure it saves. The problem is J# will no longer let me access my code, because it wants somthing from the USB key that I backed up to. Unfortunatly I do not have the USB key right now and I need to access the code does any one know how to do that. Sorry about all of the question I keep asking. This is a major project and there always seems to be something wrong. Hi, How did u back up ur files. Did you save all the project contents manually or through Visual studio to your USB drive Is the Visual st ...Show All

  • Visual Basic How to use Crystal Report Controls?

    Can somebody help me on how I can use the Crystal report viewer control and Crystal report control pls posts some sample code that I can use...Tanx! Dominic. Hi, As you can see on http://msdn.microsoft.com/vstudio/products/compare/default.aspx , Crystal Report only comes with Visual Studio Professional Edition and up. Best regards, ...Show All

  • Visual C# C# Generics

    Dear All,  I have used C# 2.0 generics to build a class. the thing is that when i investigate the code using IlDasm, i could find the box with T parameters mentioned statements out there. but the main advantage is that boxing will not happen when using generics. can anyone justify this or suggest me whts wrong . regards, sundararajan.s Could you post the code that is causing the boxing   Generics don't necessarily eliminate the boxing of value types.  They will eliminate the need provided you are using the generic throughout but any calls into methods that require an object will still cause a ...Show All

  • Visual C++ Connection pointer in ATL with Visual Stadio 2005

    I created a ATL project using wizard, added an "ATL sample object" class supporting connection points. For instance:The library name is TestATL, the object's short name is Test, I got four classes:ITest, _ITestEvents,CTest, CProxy_ITestEvents But I can find tow enties in "Class View": the root node and TestATLLib. I added method for _ITestEvents with wizard displaying after right click the node under the TestATLLib node. the method name is "OnInsert". But I can not find the method "OnInsert", the code like this: template <class T> class CProxy_ITestEvents : public IConnectionPoi ...Show All

  • Windows Live Developer Forums Missing Feature for testing Activities in Build 0689

    I installed the new Build 0689 of WL Messenger and found that the ability to test P4 Activities/Games using msgrp2p.xml has been removed, or at the least the menu item no longer shows up under the Actions menu. For now I've had to revert back to using an older version of Messenger. Is there a new testing scheme in place now, or was this simply forgotten This has been solved. It appears that the latest build tightens the restrictions for XML validity within msgrp2p.xml. In my case I was submitting the following code in my <URL> element: <URL>http://www.domain.com/default.aspx pa ...Show All

  • Visual Basic Upgrading a project from VB6 ti VB.net in Visual Studio 2005

    When trying to upgrade a successful compiling VB6 project I obtain this error message: Could not load referenced components: gpReport.dll (GP Report Class for Visual Basic 2.5.0) vbAgic32.dll (GP Library for Visual Basic a.1d.0) gpEdit.ocx (1.2.0) It is recommended you install VB6.0, with all referenced components, and ensure the application compiles and runs before upgrading. I tried copying those files from VB6 in WINDOWS/VB60x/ocx/ directory and the upgrade finishes without any other error messages. How could I solve this problem What happens when you try to execute the VB.NET program now that the upgra ...Show All

  • Visual Studio Team System How to test Smart Client Windows Forms using VS 2005 Tester

    Is there a way to test a Smart Client Windows Forms application (one that is not invoked through IE) Or: How can we test web services directly from VS 2005 Tester without using IE as the interface Thanks, Burkhard   Microsoft Partners such as Compuware and AutomatedQA will offer integration packages for functional UI testing - TestPartner 5.4 from Compuware, TestComplete 4 from Automated QA In Visual Studio 2005 Team Edition for Software testers you can directly test the underlying Web service functionality using unit tests. ...Show All

  • Smart Device Development How to handle Call interrupt

    Hi    Can i know how to handle call interrupt in a game developed using Visual Studio.Net2003 with C#.Net   Waiting for valuable replies Thanking in advance Sinu.M     thanks, thats a great explanation. However its not something you will find many experts on in the game development folder since what you need is very specific to the smart phone platform. I will transfer this thread into the .Net compact framework forum where someone will be able to help you better. ...Show All

  • Visual C++ NewVisual C++ Express Help??

    Hey guys I am just new to this forum... Anyway i am starting C++ next year at uni so though i would get a leg up on the language before starting game programming... I have finished programming 1 and 2 in Java so am not a total noob to programming.. I downloaded the new visual studio express C++ and i can compile my hello world program.. It just sits there and does nothing.. I looked at the online tutorial and went through but my vs express does not have the templates that the tutorial says should be there... Any help would be appreciated.. Thanks guys F5 does not work..what is stepping onto it also to create a project that is able to ...Show All

©2008 Software Development Network