Software Development Network Logo
  • Windows Vista
  • Microsoft ISV
  • IE Development
  • Visual Basic
  • Windows Forms
  • SQL Server
  • Visual Studio
  • VS Team System
  • Visual FoxPro
  • Smart Devicet
  • Audio and Video
  • Visual C++
  • .NET Development
  • SharePoint Products
  • Visual C#

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

Japu

Member List

Maharjan
Binary
Kennon2005
Spydaz
kcchesnut
dextrose
Polina159216
Brad Roberts
geoff hirst
Flatulanta
AndersBank
K.Kong
pragati22
CoreStar2000
Roozbeh Sharafi
modtran
maliger
IMBack
Sean McLellan 360
yamobe
Only Title

Japu's Q&A profile

  • Software Development for Windows Vista Migrating persisted workflows to a new assembly version

    There are numerous issues when a workflow with persisted instances changes (i.e. bug fixes, introducing new activities). Is there tool around or announced which will automate the process of migrating persisted instanced to a new version Or do you people think that there is no need for such a tool Urs I think there would be a use in this tool. Or at least a use in the answers provided for those questions (persisted instances change due to new or changed activities). See a similar posting: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=401071&SiteID=1 ...Show All

  • Visual Studio Team System Problem checking solution into TFS - Unspec error in csolutionconnection.cpp

    I am trying to check an existing solution into TFS and I get the following error; Unexpected error encountered. It is recommended that you restart the application as soon as possible. Error: Unspecified error File: vsee\pkgs\vssprovider\csolutionconnection.cpp Line number: 10592 The solution contains 68 projects has 3,524 files in 557 folders and totals around 173Mb in total. While this is not your typical solution size I guess, I am lead to believe this shouldn't be an issue for TFS. The steps I am following are basically as follows; Double click the .sln file to open the solution Right-click the solution in the solution explorer and select 'Add Solution to Source Control...' in the context menu Select a new source co ...Show All

  • Visual C++ Getting linker errors in VC++.NET 2005

    Hi, I am having a VC++.net 2003 application. When I try to compile and build the project in VC++.NET 2005(coming with Visual studio 2005), after the conversion process, it gives series of linker errors. All are coming from .obj files (some are my own files and others are from stdafx.obj, assemblyinfo.obj !!!). It seems that some compiler options to be changed. Could somebody help me on this problem The sample error message is below. error LNK2001: unresolved external symbol " .cctor@@$$FYMXXZ " ( .cctor@@$$FYMXXZ ) Thanks, ...Show All

  • Visual Studio Express Editions App to App communication. For CharlieRussell

    So as not to clutter up the old thread with this completely new and different code. It is posted separately. The following code will send text between VB apps. It does not need the 'sleep' timeout, nor does it need the clumsy clipboard stuff. It can easily be modified to send in both directions. For easy testing. I am including the Form1.Designer.vb (IDE generated stuff,) for both the SEND and RECEIVE program. ' The SEND program Form1.Designer.vb < Global .Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protect ...Show All

  • Visual Studio 2008 (Pre-release) Treeview with combobox???

    Hi everybody!! I need to create a treeview where the last childnodes has to be a combobox. Is it possible Any idea how to do that any idea would be great!! thank you, alba sorry!! I think I wrote it in the wrong forum..., I'm trying to do that in Visual Basic... I cannot understand the web where you send me... Thank you anyway! PD: Do you know where I should post it ...Show All

  • Visual C++ authentication question

    hi all i have a gui....but i want that person will be able to use the gui only if his user name and password matches with which is stored in the system.....i have 2 edit box for username and password in the gui......so once the person presses authenticate button..........it shud compare it with wat is stored in system.......n if it matches then only he will be able to use other functionality.....so my question is how do i retrieve wat is stored in the system n compare it with wat user enters...... thanks kunal As cgraus points out, this is probably not the best way to validate users, and not even what you really want or need. If you still feel the urge to do so, however, the LogonUser method s ...Show All

  • Windows Forms ntdll.dll Issue

    Problem: IE crashes while surfing certain web sites, citing ntdll.dll as the problem child. Research indicates that it's due to stack overflow on ActiveX controls that some web sites use. Articles indicate the issue was fixed in previous patches but has rebroken in more recent upgrades. Article 836506 says there is a fix available, but you have to contact Microsoft at $99.00 per instance in order to find out what that fix actually is. Anyone have any solutions a guy could try Setup: Windows 2000, SP4 Troubleshooting steps to date: SP4 patch rollup & reapply SP4. Current version of ntdll.dll is more recent than the version indicated in the article referenced above. My research indicates turning ...Show All

  • Visual C++ MFC set cursor question

    I am trying to set a cursor that I have created in my MFC application. I have managed to set the icon with this line: m_pMainWnd->SetIcon(::LoadIcon(NULL, IDI_QUESTION), true); However, mainWnd does not have a setCursor function. So I thought I'd have to go to my view class, but, that doesn't have a setCursor (or a load Cursor) function. I found this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162844&SiteID=1 I tried to do what he said in the view class, but it didn't work. It would not load the cursor. BOOL CLab2View::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message) { SetCursor(AfxGetApp()->LoadCursor(IDC_CURSOR1)); return CView::OnSetCursor(pWnd, nHitTest, me ...Show All

  • SQL Server Having Two datasets in a Single Report

    Hi, i have developed a report with sql reporting services 2005 which consists of two datasets in the same report. Any performance issues it will cause Thanks, Shanthi And which was the solution I have a similar problem… I have a report with 2 tables, each one from a different dataset: in the first I have all the information about some folders, with a row for each folder... and in the other one all the information about the files of those folders, with a row for each file... I have done it doing groups, the first by FolderName and the second one by FileName... It works perfectly, but now I would like to join all the information in only one table so the report show firstly the ...Show All

  • Visual Studio How does msbuild determine whether a project should be built?

    I'm trying to figure out what msbuild does exactly to figure out whether a project should be built or not, because it seems that projects that haven't changed, are not built. Does it use the obj directory or the compiled assemblies in any way Do any of you know how to determine whether a given file needs to be built using the extensibility model (without compiling first). I've been searching high and low for this info and am starting to think it can't be done using conventional means. If anyone can shed some light on the situation it would be greately appreciated. Thanks very much. ...Show All

  • Smart Device Development Ondevicechange Notification doubt

    Hello all, I used a code a notify my application about USB printer arrival and removal. I wrote the registerdevicenotification and handle WM_DEVICECHANGE . It contains prototype Ondevicechange(UINT,DWORD) { switch (nEventType) { case DBT_DEVICEARRIVAL: { PDEV_BROADCAST_HDR hbroadcast = (DEV_BROADCAST_HDR *) (dwWord); if (hbroadcast->dbch_devicetype == DBT_DEVTYP_DEVICEINTERFACE) MessageBox("DBT_DEVTYP_DEVICEINTERFACE"); break ; } case DBT_DEVICEQUERYREMOVE: { MessageBox("printer going to remove"); return BROADCAST_QUERY_DENY; } case DBT_DEVICEREMOVEPENDING: case DBT_DEVICEREMOVECOMPLETE: { PDEV_BROADCAST_HDR hbroadcast = (DEV_BROADCAST ...Show All

  • Visual Studio 2008 (Pre-release) XamlWriter how to serialize a collection ?

    Hi, I'm trying to use XamlWriter to serialize a tree of object which are not UIElement. It work fine & my Properties are serialized in the xaml but not when they are Collection like List<T> here my test sample :   using System; using System.Collections.Generic; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; using System.Windows.Markup; using System.Xml; namespace XamlTest { public class MyNode { private string _Name ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game designing

    I'm a Canadian citizen reside in Jordan , My son is 12 years old ,he has made a full online game (Designing and Programming ) which can be played all over the world live and it's now already live on internet , So kindly please advise me how to improve him ( where can he develop his skills and knowledge ) . F.Y.I he has never study programming and Designing he is a student. Regards B. Mirza Wish I could have made games when I was 12, but all the computers back then needed vacuum tubes, punched cards, and cost over a million dollars. ...Show All

  • SQL Server SSIS Randomly Empties Out Column Data While Using Flat File Source

    I'm having a problem using the Flat File Source while using the underlying .Net classes to execute SSIS Packages. The issue is that for some reason when I load a flat file it Empty's out columns randomly. Its happening in the Flat File Source Task. By random I mean that most of the times all the data gets loaded but sometimes it doesnt and it empty's out column data. Interestingly enough this is random and even the emptying out of columns isnt a complete empty, its more like a 90% emtpying. Now you'll ask that is the file different everytime and the answer is NO. Its the same file everytime. If I run the same file everytime for 10 times it would empty out various columns maybe 1 of those times. This doesnt seem to be a problem while workin ...Show All

  • Visual Studio Team System Merge Conflicts for Identical Files ..

    When merging between two branches, TFVC displays merge conflicts ("The source and target both have changes") even when the file contents are identical. This probably results from the fact that the changeset numbers are different between the two files. Similar "false" warning show up in massive numbers (for large projects) during a baseless merge (probably due to changeset number difference as well). Is there a way from the IDE or command line to ignore these "false" warnings If not, is it possible to write a program using the object model to obtain a list of files which have "true" changes, and only manually merge those file The identical files could be merged with "AcceptTheirs" option, ...Show All

©2008 Software Development Network