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

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

cpvgd

Member List

rewant
Stephan Meier
TroyR
Ayazhoda
RafSalas
Ken D.
Farmer2
Michael P
Mangakl
TonyVal
Lishen
CRitchie
kbickerton
pookie_halo
vb lord
JonathanHCarroll
jgmeyer
chinafax
hugo huang
bdc604
Only Title

cpvgd's Q&A profile

  • SQL Server SQL 2000 as publisher and SQL Express 2005 as subscriber?

    I want to have transactional replication setup with SQL 2000 as a publisher and SQL Express 2005 as a subscriber Where can I get some documentation around that Basically, the problem I am stuck with is that while registering the subscriber in SQL2000, SQL2000 cannot recognize my SQL Express 2005 instance as a subscriber. I have tried both SQL Ent. Mgr. and sp_addsubscription. Please help. Thanks, Rupak Ganguly To manage a SQL 2005 machine, you have to use the SQL 2005 UI. If you don't already have it, you can download the express version, SQL Server Management Studio Express, from microsoft.com If that's not an option, ...Show All

  • Windows Forms Bug in dataset.Merge???? Help!!

    Well, is this a bug or is it just really late here is an example:  Dim DS1 As New DataSet     Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click         Dim DS2 As New DataSet         Dim Cdt As New ClassicData.DataTable         Cdt.TableName = "test" ...Show All

  • .NET Development Set custom-drawed TreeNode bounds to cover the entire customdrawed text?

    Hi! I am currently converting my "main" free product Dreyve 2.0 from beta to non-beta (you will find the beta at http://www.chromecode.com/downloads/ ). There is a TreeView in which I draw custom text for the nodes, which means that the "size" of the Text property string is not the same as the size of rendered text. How can I set the bounds of a custom-drawn TreeNode, so its selectedbox covers only the text, and so that the node is clickable on the entire text (instead of just the TreeNode.Text text that would be rendered if I wouldn't render myself). Thanks for any tips! I was poiking a ...Show All

  • Visual C# serialization manager does not have an active serialization session.

    I am not able to view the designer view of a screen. It gives me this error: "This method cannot be invoked because the serialization manager does not have an active serialization session." Please help. Thanks Check the stack trace of the error, and look to see if its being thrown in any of the code you wrote. The VS2005 designer executes some of the user code when the designer is opened, and often times people run into problems because the user code fails when it runs in the debugger. At least, thats what I've been told. You could use the DesignMode property to check if your form is being creat ...Show All

  • Smart Device Development Net Framework 1.1 and 2 at the same time, it is posible??

    sorry, some friend send me and app. but it needs net framework 2, i still use net framework 1.1 and iam afraid if i install the version 2 my dev. app. can crash. some one can tell me if this 2 version can be installed and work fine at the same time http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=165562&SiteID=1 Probably answers most (if not all) of your questions. Post again if you need any other information. ...Show All

  • Smart Device Development Smartphone Sdk 5.0, VS 2005 beta 2 , WinXp 64 Bit sp1

    I'm trying to develop some appsps for Windows CE 5.0 with the above software. But i always gettin' a connection and deployment error: All attempts to connect to the deployment target at port 5654 have failed. Addresses attempted: 169.254.204.118; fe80::203:ffff:fe8c:9211%5;fe80::5efe:169.254.204.118%2;::1;fe80::1%1. Connect to device failed. I tried everything: - DMA upgrade - reinstalling - repair - Loopback device with static ip - assigned loopback ip to device and selected loopback device in device settings etc. checked everything. What solution could it give Thx Martin Finally i did ( tried ) it again ( oops ) :- ...Show All

  • Visual Studio Express Editions Visual C++ Install Ok but cannot compile example

    Hi All, I have downloaded and installed the above and the SDK. I believe I have followed all of the instructions but when I go to build a blank app as per the recommended test I get the following:-   ------ Build started: Project: test1, Configuration: Debug Win32 ------ Compiling... stdafx.cpp Compiling... test1.cpp Compiling resources... Compiling manifest to resources... Linking... test1.obj : error LNK2019: unresolved external symbol __imp__DispatchMessageW@4 referenced in function _wWinMain@16 test1.obj : error LNK2019: unresolved external symbol __imp__TranslateMessage@4 referenced in functio ...Show All

  • Visual Basic Cannot update table

    Hi, When using the code Try     Me .Validate()     Me .CustomersBindingSource.EndEdit()     Me .CustomersTableAdapter.Update( Me .NorthwindDataSet.Customers)     MsgBox("Update successful") Catch ex As Exception     MsgBox("Update failed") End Try   in the walkthrough given in http://msdn2.microsoft.com/en-us/library/0f92s97z.aspx , changes were not saved to the  NORTHWND.MDF file in the project folder or bin folder  (not updated) . Does any one know why Thanks. perhaps you're updating the version ...Show All

  • Windows Forms Invisible text in MessageBox (using VB .NET 2003)

    I am using VB .NET 2003 to do my developing.  Over the past year or so as i have honed my skills, one thing is getting incresingly annoying.  Sometimes when I am testing a theory and want a message box to show the error text or a success message, the message text allocates the right amount of space, it is just invisible. The text on the MessageBox's OK button is invisible too. The caption on the MessageBox shows fine as does the icon.  Anyone else experience this   Anyone know how to get around / fix this     - Thanks in advance for any and all help in this matter. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. .X files

        How do i make a .X file and a .FX file what program   werwin wrote:     How do i make a .X file and a .FX file what program You can also use a program like DelEd, Gamespace, Milkshape, Lightwave, etc... ...Show All

  • Visual C# Progress Bar

    Well, I really dont know how a progress bar really works. Well what I want is to be connected to a button_click event. When I press a button, I want it to fill up then disappear. How would I do that One solution is to wireup the Click event of the ProgressBar. In the event handler check to see if the ProgressBar's value is equal to its Maximum, like this: public MyConstructor () {   pb = new ProgressBar();   pb.Click += new EventHandler(pb_Click); } void pb_Click ( object sender, EventArgs e) {   if (pb.Value == pb.Maximum)   {     pb.Visible = false ;   } }   You will of course hav ...Show All

  • Visual Studio 2008 (Pre-release) December CTP Namespace Mapping problem

    I have a scenario where I'm binding to a data object. Worked fine in the Nov release, but in the december release, It's telling me the mapping statement is missing the assembly attribuite. As such, the xaml won't complie. I tried creating a new window and trying a basic mapping statemenet as the only modification, and that fails too. Any feedback   my mapping statement is something like < Mapping xmlnamespace="blah" clrnamespace="whatever" > (ignor caps/spelling errors, i just rattled it off from memory) Stephen - did you ever get round this I just moved to the Jan CTP from Nov CT ...Show All

  • Visual Studio Tools for Office Office SP1 & SP2

    Hi everybody, As I started with my VSTO project (September 2005), I had to install the Office SP1 so that the customization works. Well of course the SP1 should be installed on the target machine also. But now there is allready the SP2. Now my questions are. Do I realy need to deploay the SP2 And do I need to install first the SP1 and then the SP2 or can I just run the SP2 Or is it better to deploay both and install both on target machine, of course in the correct order. ------------------------------------------------------------------------------------------- Well there is still one thing. How long do you need to ...Show All

  • SQL Server Inserting dynamic XML Nodes via XML-DML modify?

    I am trying to insert an XML node using the XML-DML Modify method. However, I am unfortunately working with a dynamic xml nodes, rather than hard coded string literal XML elements. This means that I need to do something like the following: xml.modify('insert sql:variable("@myXmlNode") as last into (/myTargetNode)) However, I get the following error: Only non-document nodes can be inserted. Found "xs:string " Anyone know what a way around this Or is there a much easier XML mode to be working in to accomplish this Thanks !! Jonathan I The problem with this, is that is very slow, and whe ...Show All

  • Visual Studio 2008 (Pre-release) How does LINQ affect SQL Server query plans?

    are LINQ generated SQL queries to the database optimized to a query plan is this plan stored (as it would be for a stored proc or regular SQL) , and how can LINQ retrieve details of the query optimization plan ...Show All

©2008 Software Development Network