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

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

konjogu

Member List

websoon
hxu64
rtwo
SachinG
Marianor
Alessandro Moacyr Duarte
BBN11
Kmad
Andres Ponce de Leon
y2u3
Brian Mathis
erd
A. Dachauer
Michael-R
Hugh Wood
Ademaure
Fazeel Shaikh
Aneesh Abraham
Chosie
Xam
Only Title

konjogu's Q&A profile

  • Visual C++ Question/problem regarding to templates in C++

    <chen_k@discussions.microsoft.com> wrote in message news:ec3f6398-4924-45d1-bef9-a371e8ab7911@discussions.microsoft.com > I wrote a template class that represents objects list. This is its > header: > template< class T, char* filename > > class obj_list > { [snip] > }; > When I want to create an object of the type of this class, by writing > this line: > obj_list<user_info,"user_list.dat"> users > I get this error message: > c:\my documents\tel_op3\tel_op3\info_dlg.h(19) : error C2964: invalid > expression as template parameter   For ...Show All

  • .NET Development Access Denied - (HTMLAnchorElement).click(); Why?

    I am trying to create automated testing of an asp.net website by using the mshtml classes. Specifically I am taking the <a> anchor elements on a website and trying to just anchor_element.click(); However, when I do that, I am getting an access denied message during runtime at that exact line. Essentially, this is what I have: HTMLAnchorElement anchor_Watch = ( HTMLAnchorElement )theDoc.getElementById( "ctl00_LoginArea_HyperLinkWatch" ); (other code) documentComplete.WaitOne(); anchor_Watch.click(); Anyone know why it would be doing this or possibly how to get it to stop doing this Thanks all, Brenton Well, I figu ...Show All

  • SQL Server will SqlExpress conflict with any programs?

    I need to install a sqlexpress on a company's server computer, but they are worried about whether it will cause any problems they said they got a Exchange Server installed, they wonder if that is gonna cause any problems Personally I never try that, but I dont' think microsoft will let this kind things happen... do anyone can confirm that   Hi Ray, I'm not aware of any conflicts between SQL and Exchange and I did not find any problems mentioned in doing a quick Knowledge Base search and web search. This is not a substitute for reasonable testing. Regards, Mike Wachal - SQL Express team ...Show All

  • Visual Studio 2008 (Pre-release) Error generating metadata

    Hi If I define my servicecontract with a namespace without the prefix http when I try visit the base address with the explorer I get the follow error: The service encountered an error while generating metadata. See the trace files for more details. [ ServiceContract (Namespace= "mycompany.com/ShopOnline" )] --> Error But If I set the prefix all works fine: [ ServiceContract (Namespace=" http://mycompany.com/ShopOnline " )] -->OK Thanks in advance Javier The namespace must be a valid URN. It doesn't need to be http though. It could be something like " ...Show All

  • Visual C++ Beta1 -> Beta2

    I have a Solution with c++ and c## Projects. The Solution was with Beta1 buildable without errors Building in Beta2 i get this Error: Error    86    The "ResolveNativeReference" task failed unexpectedly. System.ArgumentNullException: Value cannot be null. Parameter name: metadataValue    at Microsoft.Build.Utilities.TaskItem.SetMetadata(String metadataName, String metadataValue)    at Microsoft.Build.Tasks.ResolveNativeReference.ExtractFromManifest(ITaskItem taskItem, Hashtable containingReferenceFilesTable, Hashtable containedNetAssembliesTable, Hashtable containedComComponentsTable, Hashta ...Show All

  • Windows Forms displaying large image in Windows Form

    Can I get your assistance with displaying large image in .Net   How can I display a half a GB bitmap in Windows Form   I can do it using StrechDIBits() with DIB bitmap in Windows SDK but is the any way to do it in .Net environment   Regards, Sergei PS  Graphics g; g.DrawImage(Bitmap, ClientRectangle); does not work on 2 GB RAM PC. I'm afraid a quick google didn't tell me anything.  I know I wrote an image editing program in C++ years ago, and we needed to use an Intel library to tile our images, as they were bigger than was allowed.  They were ...Show All

  • .NET Development Windows Service Not Starting on W2K

    My service seems to work fine on XPPro, but not on W2K Server. I have a Windows Service I created that just sets a timer and writes to EventLog every 10 seconds. It installed fine and it actually starts.  But it says it doesn't.  The progress bar shows the progress fine until it hits about halfway.  It then stops there for about 4 or 5 seconds then goes a little farther.  I then get a message: Could not start the MyService Service on Local Computer. Error 1053: The service did not respond to the Start or control request in a timely fashion. I look at the MyService log from Event Viewer and it is running and writing to the ...Show All

  • Visual Studio Team System Field name issue after B3R to RC upgrade

    When I upgraded the server from B3R to RC, I met following error: found field name in custom methodlogies that will clash with new CMMI methodlogy. So I renamed the field name of "Microsoft.VSTS.Common.Severity" from "Severity" to "Exposure". After upgrade, I wanted to import customized work item "bug.xml" to one project. In this xml, the field "Microsoft.VSTS.Common.Severity" has the name "Severity". Then error TF26177 happened: the field "Microsoft.VSTS.Common.Severity" can not be renamed from "Exposure" to "Severity". I am a little confused. In ...Show All

  • Visual Studio Team System Testing migration from TestDomain to NewDomain

    Hi, I've been testing the process of moving from a Test Domain to a New Domain. Everything went pretty well and at first I thought it had all worked, however there is a slight problem with Reports. If I browse to http://localhost/Report and try one of the default reports everything is ok. But, if I use VS 2005 and browse to the reports using Team Explorer I gets a dialog box asking for username and password when I launch a stock report. Can anyone tell me what I've done wrong BTW, I'm using the RC version of TFS. Thanks. Nuts! If kind of jumped the gun here. My ulimate goal is to move doma ...Show All

  • Visual Basic Connecting to existing database with VB 2005 Express

    When I select an existing SQL database and try to connect I receive the error: Failed to generate a user interface of SQL Server due to a failure in starting the process for the user instance. The Connection will be closed. Any Ideas   I am using WinXP Home Edition, have installed SQL 2005 Express. I think I found the problem, I was not the first one to use the computer the days with the problem.  Even SSEUtil gives the same error.  When I switched users to the one that signed on first, SSEUtil worked. I tried signing off of the other computer users and restarting the SQL Server. SSEUtil stil ...Show All

  • SQL Server DTS or Replication?

    I need help deciding whether to use DTS or Replication: We have four SQL Server databases on four separate servers with the same data schema, one for the north east, south west, mid atlantic, and mid west. We also have one "global" database on a separate server. First, and only this one time, we need to copy data from the four regional databases to the global database. Then, at least once a day we will need to copy changed and new data from the four regional SQL databases to the global database. I have researched DTS and Replication and am still unsure how to proceed. DTS doesn't seem to have a mechanism to copy over only th ...Show All

  • Software Development for Windows Vista More simplistic conditions and branches

    IfElse is fine, but we would like a very simple YesNo container that branches based on a property value of the preceding activity. Any suggestions on how this might be implemented Is it possible to determine the task immediately before your task What steps are required to present a drop-down list of the available boolean properties on the preceding task We could use reflection and build our own custom UITypeEditor, but I know the EventSink does something similar so there must already be a facility for such a drop-down. Thanks again!   Jared Bienz wrote: but for some reason I wasn't seeing the & ...Show All

  • SQL Server Database Partial Backup

    Are there any way to backup just some tables of the database instead of a full backup Or recover just some things of a backup Another thing, how can I recover a database without overwriting the settings of the existent database (no changes in filenames) You can perform full or differential backups on the entire database, a single filegroup, or a single file. So, if you want to plan to backup only certain tables, simply create those tables/indexes on a specific file or filegroup and perform a backup on just that file/filegroup. You can restore at the database, file, filegroup levels...in SQL 2005 you can also restore specific data ...Show All

  • Visual Basic Data menu not available in web service

    Hi I have a web service project, and want to connect to a DB, and return the data from the web service The problem is that the data menu is not available, i know i need to create a data provider, but i cant... what am i doing wrong Regards Greg Phillips this is not really a web services question. our team doesn't own the designer, etc. in visual studio. i am going to move this thread over to the IDE forum. ...Show All

  • Visual C# error:No value given for one or more required parameters.

    I am using C#.net to write a program. I have an update to update the database when the user changes the cooment. All values that I have assign to the datarow as data in it. Here is the code: foreach ( DataRow dr in _dsComment.Tables[0].Rows) { if (dr[ "CommentId" ].ToString() == strId) { dr[ "OrdNo" ] = _Order; dr[ "Comment" ] = frmN.Comment; dr[ "Date" ] = System. DateTime .Now.ToShortDateString(); dr[ "Name" ] = UserName; } }   _DaComment.Update(_dsComment, "Comment" ); _dsComment.AcceptChanges(); the Error I am getting is: No value given for one or more required parameters. this is throw at the update. my updat ...Show All

©2008 Software Development Network