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

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

thepnom

Member List

Siddhartha Rao
Eduardo1953
MEder
grhodes
sead saric
shorinsamurai
Cool Zen
Suggestion
razva
amz
LightDark2
DonRon1972
AAAAAAAAAAAAAAAAA
Dave Gep
jonfroehlich
Jazzbo
DK Malethia
Abubakr
mayurkotlikar
Hatanet
Only Title

thepnom's Q&A profile

  • Windows Forms Windows form ??

    Hi, I have a question regarding Windows form application. My application has to implement a feature which is similar to Excel. Here is what Excel does:- I launch two instances of Excel. In each instance I open up the same file. While opening a file in the second instance Excel gives me a choice to be notified when the file becomes available for read/write, I select OK and it opens the file in readonly mode. Then In readonly instance I g ...Show All

  • SQL Server How to mimic replmerg.exe in vb.net

    Hello, On an existing Merge Pull Subscription (Subscriber: SQL Express) via websync how can we start replication via vb.net We can use the cmd line replmerge.exe and all works fine however we would like this to be cleaner as it's going to be on demand sync. I saw in BOL about the RMO and how to create pubs/subs but nothing telling me how to actually start the replication process. Is there a sample of how to start the replication process in vb ...Show All

  • SQL Server What should I do to clean a whole DB ?

    My DB is holding some data for the moment I'd like to clean. I'm wishing to erase the WHOLE data stored in the database (just the data, not the DB itself). What SQL command should I use If there is another way to do what I'm wishing to do, let me know please. Thanks. By using the command "DELETE" I'll be deleting the table from my DB right Or using either DELETE or DROP, I'll have the s ...Show All

  • .NET Development FileNotFoundException while calling web service from web service

    I have system which runs self standing asmx web service on desktop (I have simple web service web server implemented with http.sys, modified version of system described in http://msdn.microsoft.com/msdnmag/issues/04/12/ServiceStation/default.aspx). This system works just fine with simple web methods in my service, calling for example methods from my other custom assemblies etc. But now, when I add web reference to another web service (AXIS 1.2 ...Show All

  • Visual Studio Express Editions Saving DateTimePicker results to .txt file and then reading them back to the same place?

    Visual Basic 2005 Express question: I have a form that among other things has(almost 100 TextBoxes)that I am able to write into a .txt file, close the form, and when it re-opens, all the values re-appear where the came from. I works fine. But now, I want to add ten DateTimePicker’s to the form and when like the TextBoxes, have the DateTimePicker’s selected values re-appear in the same “DateTimePicker”’s frome wence they came. I ...Show All

  • Visual Studio SQL Server 2005 Express April CTP Fails from VSTS DVD

    When installing VS 2005 (Team Suite) the SQL Server Express install fails with an error code 1603. Also tried reinstalling it after VS but still fails with same error code. Anyone else got this problem /Per Salmi This was a clean installation on a new PC. I can't find the installer or the folder you mentioned to do a manual install. ...Show All

  • Visual Studio 2008 (Pre-release) XAML Compiler

    I'm trying to find the utility used to compile XAML into CAML and BAML. Basically, I'd like to be able to see what code is generated from an XAML file without having to use MSBuild to generate it all the time. I've read much earlier blog posts mentioning the use of ac, and then later xamlc, however I seem to not find any of those tools available. Is there any way to compile XAML without having to use MSBuild So, ...Show All

  • Smart Device Development printing for pocket pc

    did dot net compact framework provide us any free wrapper code for printing in pocket PC currently i am developing smart device application for pocket PC using VB.NET from VS.NET 2003   Printing is not a native, supported feature of the Pocket PC platform. As the other answer points out, there are some third party products that do offer this support from Windows Mobile devices.   ...Show All

  • Visual Studio Express Editions SQL Server Express forum

    Do you have questions about SQL Server Express Here is the forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=385&SiteID=1 Thanks, MJ What version of the .net framework 2 do i need to install along with sql server express edition and can sql server express be used with visual studio 2003(standard edition) ...Show All

  • Visual Studio Express Editions Debug assertion failed: (unsigned)(c+1) <= 256, file isctype.c, line 68

    I have compiled a debug version of Thunderbird using VC++ Express. I intermittently get the error in the Subject. When I kick into the debugger, the stack trace seems to indicate that the range check is actually failing in the _security_check_cookie() routine. Here's the stack trace: msvcr80d.dll!1023c92d() [Frames below may be incorrect and/or missing, no symbols loaded for msvcr80d.dll] msvcr80d.dll!1023cd81() > xpcom_core.dll ...Show All

  • Visual Studio Express Editions Cannot Access Free Registration Materials via Thank-You Emails

    Hi everyone. I'm trying to access the free downloads that come with registration, but I only see the Web Developer downloads listed. I don't see the icons, components, or book that come with C#. I assume they would all be listed on one page, but they aren't there. How can I find them Thanks, John Salerno P.S. I don't understand how to download what *is* there either. The link to the Web Developer book says it's a pdf, but when you download it ...Show All

  • Visual C# Is it possible to use .NET controls to VB6.

    Hi, Please any one tell me is it possible to use .NET controls and libraries [ created by C# ] to VB6. If so can you tell me the way and some useful existing articles regarding this query. Thanks, Yes it is possible to call .NET assemblies from VB 6.0. You need to create a COM interface to .NET assemblies by using RegAsm and generate a type library file. Refer this MSDN article for a detailed explanation http://support.microsoft.c ...Show All

  • Smart Device Development The target device does not have a compatible version of the CLR installed for the application you are a

    Error Message: "Unable to load the CLR. The target device does not have a compatible version of the CLR installed for the application you are attempting to debug. Verify that your device supports the appropriate CLR version and has that CLR installed. Some devices do not support automatic CLR upgrade." The Device is running Pocket PC 2003. And has been running programs written with .Net 2003 I just loaded .Net 2005 ...Show All

  • Visual Studio VSS2005 + Exchange

    Hi! On our exchange server i've installed VSS2005. I've configured VSS Internet, but everytime I try to access I get error Server Error in '/' Application. Well, I believe the problem is with authentication, because of this and VSS doesn't let to open DB. Will try to figure out what's the problem. Thanx for help, Alin. ...Show All

  • Visual Basic checking properties of folders

    Hi all, I am trying to run some processes to tidy up our SAN storage.  A couple of the things I am struggling with are : 1)   Checking the security of the folder properties to check who the owner is 2)   Checking the security of the folder to check if "Inherit" is ticked 3)   Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this ...Show All

©2008 Software Development Network

powered by phorum