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

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

vannielou

Member List

Dika
Renderflash
HonzaHornik
Darren M. Bork
Pastards
Suneel VLN
Deza
Zadoras
Billr17
AZZAT
bubu
ruijoel
AndersBank
ChrisErven
Sledgehammer
επιστημη
Freakazoid
Peter Huber
exitsfunnel
DanoruX
Only Title

vannielou's Q&A profile

  • Windows Forms Converting .Config files to .Deploy files from Command line using Mage.exe ?

    Hi everybody, I am attempting to automate a little bit our usage of the ClickOnce technology. Using MageUI.exe, I was able to successfully build a ClickOnce application that installs itself on the user's workstation, with the Icon File specified like if I did everything using Visual Studio 2005's publishing wizard (shortcut in the start/programs menus and all). Here in our project, it is not an option to use Visual Studio's wizards and msbuild to automate deployment of iterative builds. I am trying to do the same as I did with MageUI.exe but at the command line, using Mage.exe . In MageUI.exe I could specify an EntryPoint, and an IconFile, in the Files section of the application manifest tab. I see no documentation and n ...Show All

  • Visual Basic Missing Method Exception

    Hi all, I have a problem using AxSHDocVw.AxWebBrowser I inherit the above and am trying to use the navigate method MyBase .Navigate( STR_HTML_URL ) but i get a System.missingmethodexception An unhandled exception of type 'System.MissingMethodException' occurred in MTController.exe Additional information: Method not found: Void AxSHDocVw.AxWebBrowser.Navigate(System.String). I have heard it is something to do with a windows update and that a clean install solves the problem. However it did not solve the problem for me. The is two machines running the exact code and it works on one but not the other so the code works. If there is anyone that can help me please post some ideas - i have run out and am ...Show All

  • Visual Studio 2008 (Pre-release) xaml use for both standalone and xbap renders differently

    I have an application where we use the same xaml for the standalone app and the xbap app. However, it seems that it renders somewhat differently. Ie.. Combobox's have extra vertical spacing between dropdown values. Buttons are larger vertically. Tooltips that have a black border around then instead of being transparent like they are in the standalone app. Any idea why I am seeing all these differences I believe you are seeing these differences due to the AllowTransparency flag on Popup. AllowTransparency always seems to be set to false when run under an xbap, even in full trust. I am not sure of the reason though. See: http://msdn2.microsoft.com/en-us/library/system.windows. ...Show All

  • Visual Studio Team System Restore TFS to a different server

    The Back Up-Restore process was made according to the following articles: BackUp 1) http://blogs.msdn.com/vstsue/articles/511396.aspx Restore 2) http://msdn2.microsoft.com/en-us/library/ms252516.aspx A backup-copy of TFS on the <Serv_1> had been made and then restored on the <Serv_2>. When TFS had started it gave the sequence of the following errors in Application Event Log: Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3021 Date: 26.05.2006 Time: 16:29:14 User: N/A Computer: Serv_2 Description: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. ...Show All

  • SQL Server SQL Server goes idle

    Hello, I am using sql express, but they http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=309672&SiteID=1 have referred me to this forum. It seems this issue is related to the mssql db engine. I have been getting events such as: Server resumed execution after being idle 1792 seconds. Reason: timer event. Server resumed execution after being idle 1406 seconds: user activity awakened the server. This is an informational message only. No user action is required. I am not using user instances. I am not using autoclose. My connection string is: add key="connectionstring" value="server=.\SQLEXPRESS;user id=xxxx;password=xxxxx;database=scdb" The database seems to work fine, but it falls asleep when it wants..... I ha ...Show All

  • Visual C++ Compile error within code in #ifndef

    This is probably just me missing something obvious, but .... I've got a VS C++ program with a section of code patched out via an #ifndef NAME.... #endif section. The NAME is defined by a /D option on the command line (which appears correctly looking on the Properties page). Within the editor, the correct section of code is grayed out, so the editor at least is handling the #ifndef NAME correctly. However, when the application is built I get a compile error on one of the lines inside the #ifndef section -- it looks like the compiler is either ignoring the #ifndef or somehow the NAME has become un-defined. (I did do a search for NAME within the entire solution, and it is never #undef'd.) Changing it to an #if 0 compiles as expected. Any thou ...Show All

  • Visual Basic msdn

    how can i get the msdn from a website What do you mean like the rss. What you are asking makes no sence. "how can i get the (microsoft development network) from a website" read it out load it makes no sence. ...Show All

  • Visual Studio Tools for Office VSTO word customization

    Hi all: I'm working on a project for a client. The process starts by the user openning a windows forms, entering some data and submitting it to a web service. The web service receives the data as a dataset, opens a ServerDocument object to the document application on the server and fills a cached dataset. The user gets a link to the produced document to download. The user opens the document, the code runs, and the user can see the document filled with the data. So the process works very fine till now. Now I want to be able to actually run the customization on the web server, remove the customization from the document using the ServerDocument object, and send an already finished document to the client, as most of my clients employe ...Show All

  • Visual FoxPro how to know which field i index

    hi all, i 1 idx but i dun have documentation to know which fields it index. so i just use set index to idx then set order to && it shown the field. hehe but is that the only way to know or got other method thanks in advance. No its my company that i working now still use idx. thanks all your info. sys(14) hm thanks and tag() and key() ... Hm as i tested key() also can know the index key without sys(14). Anyway just for other forummers info.       ...Show All

  • Windows Search Technologies limit on number of files indexed?

    What is the limit on the # of files indexed My count for # of items indexed (in wds v2.6.5) never exceeds about 11% of my actual file count. (164,832 indexed of 1,500,000 actual files) Yes, I'm selecting all file/drives to index against. Yes, I've rebuilt the index more than once. I'm guessing that for folks here thinking of indexing their entire business' file sets, be they on servers or local, the index has to scale well beyond anything I've seen so far, and yet... Thanks Hi Paul, Thanks for the reply. I've been trying to get answers for weeks w/o luck, so any reply is a good start. I'd say 40% of the files are jpg's, 40% are flac, and there are significant %'s of .doc and .txt. Yes, the locatio ...Show All

  • Visual Studio Team System WssTasks.xml

    Hi, all I have created a team project with my customized process template and things are going fine. recently we found that we need to modify the document structure so i just did that through team explorer (such as add/delete folders, add in files etc). Will these changes be reflected in the WssTasks.xml if so, how can i export it if not, is there a way to get the changes structure in .xml format the purpose of it is to modify the process template to reflect the structure changes. thanks a lot oaix Well is the only choice you have , if you have make a really big amount of changes, maybe you can do some process which moves along the sharepoint tree and write the structure to the wsstasks.x ...Show All

  • Visual C++ Help compiling sample adsi code from MSPress

    Hi I am a complete newbie to programming and would like to try and learn VC++ with the intention of writing small speedy apps specifically for AD. For kicks I tried compiling the code available at http://www.microsoft.com/mspress/books/sampchap/4477d.asp . Basically I created a new win32 console application project as an empty project. I then added a new .cpp file with the code copied from the above link. I have installed VC++ express and the R2 SDK and pointed VC++ at the SDK as per instructions available http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx . . However when I try to start debugging it fails with the errors below. ad.obj : error LNK2019: unresolved external symbol _FreeADsMem@4 r ...Show All

  • .NET Development communicate between Server and Client ( using Socket)...

    hi forum how to communicate between Server and Client ( using Socket), if OfficeScanNT Personal Firewall (Trend Micro OfficeScan) is running in both computer and we cant stop there service. any help would be heighly appreciated. Rastogi wrote: port no is 21157. when ever i run client and server program in same computer ,it is working fine but when i run server and client program on different it is shows "A connection attempt failed because the connected party did not properly response after a period of time, or established connection failed because connected host has failed to response" Error. I am doing this in my office machine The problem is your firewall, ...Show All

  • SQL Server How do I change the table owner?

    I have to make a copy of an existing database and call it something different. That part was easy because I simply backed it up and then restored it with a different name. OrigDbName Table1 Owner OrigDdName Table2 Owner OrigDdName But now I find that all the tables still have the original database name as the owner and I cannot refer to them programmatically unless I use the original database name. NewDbName Table1 Owner OrigDdName Table2 Owner OrigDdName So how do I change the owner of the tables to the new database name. What I really need is; NewDbName Table1 Owner NewDdName Table2 Owner NewDdName Please be as specific as possible because I am not a DBA and I am out of my depth once it gets beyond the ...Show All

  • SQL Server Records drilled through multiple times due to Partitions

    Hi, I have created a cube for a telephony database. In this database there are two fields that point to the same table named tblPhonebook. These fields are FromPhonebookID and ToPhonebookID, which respectively contain the Person in the phonebook who placed the call and the Person in the phonebook who received the call. (the latter could both be an internal person and an external person). I created one dimension. The Phonebook dimension which points to the table tblPhonebook. When I select a person in this dimension I want to see all the calls this person placed and also all the calls this person received. So I created two "views" in SQL Server. view1: SELECT ToID as UseID, * FROM tblData view2: SELECT FromID as Use ...Show All

©2008 Software Development Network