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

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

GraemeH

Member List

Victor Urnyshev
Syndrake
Rob Volk
peternolan9
vision2020
mghile
pouncer
Mr. BSCIS
Dickie Howarth
Ken Davis
Chicho Mendelevio
CMarc
Hussein Ahmad
Howez
Michael Sabbag
Jonathas Oliveira
sarcasticjackmn
swapnali
Bigforky
dogs_bollox
Only Title

GraemeH's Q&A profile

  • Visual C++ Porting MFC application from VC++ 6.0 to VS8

    I'm porting an MFC app from VC6 to VS8, while I expect to got the same sources compiling to both VC6 and VS8, I've been successful until I face the following error in: BEGIN_MESSAGE_MAP(SkStatic, CStatic) //{{AFX_MSG_MAP(CSkinDlg) ON_WM_PAINT() ON_MESSAGE(WM_SETTEXT,OnSetText) //}}AFX_MSG_MAP END_MESSAGE_MAP() The ON_MESSAGE line causes a error C2440: 'static_cast' : cannot convert from 'void (__thiscall SkStatic::* ...Show All

  • SQL Server Sql Sever 2005 developer install problem on win XP pro

    Hi, I installed the file SQLDEVia64.exe but when try to install getting error: %1 is not a valid win32 application There were 2 files for download: SQLDEVia64.exe and SQLDEVx64.exe Both looks like 64 bit...from where can i download the 32 bit version or product or What can be real issue of the above error Thanks --Harvinder You do have the IA 64 version of the product. You can go to http://www.microsoft.com/ ...Show All

  • Visual J# unable to open C# solution after converting it using JLCA

    Hi, i am using VS.Net 2005 Beta 2, successfully converted a J2EE application to C# project. But when i tried to open C# solution second time it is not opening. Have someone come across this situation Can somebody address this issue. Thanks. Hi, Could you please tell us the error message you are getting That will really be helpful in narrowing down the issue. Thanks. ...Show All

  • Visual C++ Repedative Syntax error : missing '=' and ')' and ';'

    I wrote this section of code here today and everything went bad and i dont have a flipin clue why! More than likely i am simply missing a very minuet error probably from staring at the same lines of code for the past 7 hours. these are the error messages i get ONLY in the section that i just wrote: in_camera.cpp(453) : error C2143: syntax error : missing ';' before ')' in_camera.cpp(454) : error C2143: syntax error : missing ';' be ...Show All

  • Visual Studio Team System Team system and MS Project

    Do you need to have MS Project installed to use the report features of Team System In the last beta it didn't seem like it was this neccesary to have MS Project installed, but now it seems I can't get most reports because I don't have MS Project. Shouldn't it be possible to get close to full use of team system without MS Project No, you shouldn't have to do anything. Just create the Team Project and you sh ...Show All

  • Visual C++ in addition

    Hello! Currently I am working with the project, which is using both Managed and Unmanaged C++. The problem is as following: when I make a call to stl::map find I receive an exception System.NullReferenceExceptionand application crashes. Do I have to use some special flags in my project This project is a DLL. All other STL classes are working fine - std::string, std::vector, etc. Thanks Hi ...Show All

  • SQL Server how to modify stored procedure to achieve objective

    Can we modify the sp_datatype_info stored procedure to return datatypes >=3 only in sql server 2005 Is it possible with SQL Server 2000. If it is not possible to modify/drop the procedure, is it possible to change the name resolution logic to be able to call the procedure in another (for example dbo) schema Any other possible way to achieve this What is the true objective of what you are trying to accomplis ...Show All

  • SQL Server SQL Profiler and Analysis Services Connection Error

    When trying to profile Analysis Services, I am getting the following error: TITLE: Connect to Server ------------------------------ Cannot connect to xxxxxxxx\SQL2005. ------------------------------ ADDITIONAL INFORMATION: The operation could not be completed. (pfutil90) ------------------------------ BUTTONS: OK ------------------------------ (I xx'd out my machine name) I can browse and see the databases on the server. Any ideas why I cannot c ...Show All

  • Smart Device Development Populating a listview from another form

    Hi guys; Im trying to populate a listview from an access database from one form and see the changes i made in another form where the listview resides. How do I do that I tried several methods but i dont see the results. Pls HELP ME . I need this fast. Thanks in advance You can also look at one of the documents about accessing Pocket Access database using Compact Framework. http://msdn.microsoft.com/library/default.asp url=/library/e ...Show All

  • Visual Basic setting startup form in 2005

    Hey, I am trying to upgrade one of my applications from VB.NET 2003 to 2005, but encountered a problem. In 2003 I had the following Sub placed in a Module: Public Sub Main() Application.Run(New LoginForm1) If NoAuthorization = False Then Application.Run(New MDIParent1) End Sub This would be set as the startup of the application...... it would load the Login Form...... if the user provides a wrong username or password 3 times runni ...Show All

  • .NET Development No connection could be made because the target machine actively refused it

    Trying to connect to a local host TCP port 3380 (the port number chosen arbitrarily): 10.1.10.176:3380 I got this error message: No connection could be made because the target machine actively refused it What shall I do to convince the target machine not to refuse it the next time I used a sock.Connect(serverEndPoint); statement. Thanks HI Guys It's very easy. please first understand, what will to do try. u try send a byte of data s ...Show All

  • .NET Development The connection's current state is Closed??

    Hi all, I'm trying to use a sqlDataReader to load data into a DropDownList on a .aspx page, but get the following error: Server Error in '/YLCPDTdb' Application ExecuteReader requires an open and available connection. The connection's current state is Closed. But havn't I opened it with the conn.Open(); statement Here's my code: private void Page_Load( object sender, System.EventArgs e)         {   ...Show All

  • SQL Server UDM Information

    where can I find good information of creating a report model with UDM, and build a report with it in report builder ...Show All

  • SQL Server How do you edit Derived Column expressions? (I myself use notepad)

    When composing or editing expressions in the Derived Column component, where the expression edit window is far too small for anything but completely trivial expressions, I select the whole thing with home & shift-end, and then copy & paste it into a notepad window, and edit it there, then ctrl-a to select it all and paste it back. Its fairly tedious, and I wish for a built-in way to edit (like MS-Access has, with its F2 hotkey to get a ...Show All

  • Software Development for Windows Vista Web services and runtime compilation

    I have a couple of questions about exposing the web service activities in a runtime-compiled worklfow: 1. If my .xoml workflow definition includes a couple of WebServiceReceive and WebServiceResponse activities and I compile it in runtime with a WorkflowCompiler object, are the appropriate web services and methods going to be generated As I understand, in VS.NET the web service is generated when the project is being compiled. 2. If a ...Show All

©2008 Software Development Network

powered by phorum