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

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

papuna

Member List

Andre T
JohnSo
MaurizioG
Learning WPF
Scott At RVC
E.Jordan
squibbon
Anton de Gruchy
Fabiano Stussi Pereira
jcw1407
char_grill
Ed_G
Fremen
csperler
YiuYip
N. Soltic
Helen Drijfhout
Spider.Eg
Telmo Sampaio
svethors
Only Title

papuna's Q&A profile

  • Software Development for Windows Vista Some Workflow classes use wrong casing of Id

    For example the Activity class uses ID as name of the property. According to the framework design guidelines the abbrevation ID should be spelled Id. From http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=186266&SiteID=1  I was redirected to http://lab.msdn.microsoft.com/productfeedback/Default.aspx  where I tried to file a bug but found no corresponding product. Mike, Thanks for th ...Show All

  • Visual C++ Isolated COM/Replacements file

    I am looking into using your manifest tool to generate our manifest files, however I am looking for documentation on the "Replacements File" property. Looking in the documentaion all I see is: Uses the /replacements option to specify the full path to the file that contains values for replaceable strings in the .rgs file. What are theses replacable strings and are there any examples of how to use them Thanks, Mike ...Show All

  • SQL Server SQL Server 2005, MS Access Merge Replication?

    Hey there! In a nutshell, I want to do a merge replication with a SQL Server and several Access databases. I haven't been able to find anything in the documentation or 3rd party books. Is this possible Thanks! - Erik What version of SQL Server are you using This feature has been deprecated in SQL Server 2005. Here is a pointer to the old documentation http://msdn.microsoft.com/library/def ...Show All

  • Smart Device Development [deployment] The operation could not be completed

    Hi. Running VS2005 Pro .NET CF 2.0 smartphone   for the first time, I am getting the error "The operation could not be completed" as soon as I try to run the project and after selecting the platform/device I want to deploy my mobile solution to. The solution was working great.   I believe this has some relevance with an issue I had yesterday when I was Remoting into the WS2003EE SP1 box, for the first time I had an error ...Show All

  • Visual C# Enum

    SegmentInformation segInfo = SegmentInformation.XLine | SegmentInformation.YLabel; [ FlagsAttribute ] public enum SegmentInformation { XLine = 1 , YLine = 2 , XLabel = 4 , YLabel = 8 , HypLabel = 16 } How do i get the values XLine and YLabel out of the segInfo variable easily You don't. Not easily, that is. You have to set up a bit mask and use the bitwise AND operator: c ...Show All

  • Visual Studio Express Editions invalid object

    I am trying to write to a database table using native configuration. I have already checked my connection string, I believe I am connecting. However, I get the "table3 is invalid object " error. I checked the spelling and case of my objects. These objects exist. Why do I get this error ok, here's the relevant code: SqlConnection conn = new SqlConnection("Data Source=norby11\\SQLEXPRESS;Integrated Security=SSPI;Connect Timeou ...Show All

  • Visual Studio Express Editions 2 combobox master-detail

    i have three tables: CountryTable: CountryId,CountryName,Description CityTable: CityId,CityName,Description I would hace tho combobox,the first one for Country and second for City the second combobox (CityCombobox) should show only Cities that belong to the selected country on the first combobox (CountruComboBox). i use a look up table : CountryCity: CountryId,CityId i have 2 relations: rel1: ParentTable=CountryTable ...Show All

  • .NET Development XmlElement not getting right NamespaceURI from XmlDocument.CreateElement

    Hi, I'm trying to add XML elements to an existing document, and I'm having problems getting the newly created element to have the same namespace as the document. Below is a code sample of what is wrong: StringBuilder sb = new StringBuilder (); sb.AppendLine( "< xml version=\"1.0\" encoding=\"utf-8\" >" ); sb.AppendLine( "<TestRoot xmlns=\"http://testing.myorg.com/schemas/test123\">" ); sb.AppendLine( "<TestGroup>" ); ...Show All

  • Visual C++ SxS Issue? R6034.

    Hello,     I've been having a problem for nearly 3 hours where I've spent my time looking through manifest examples, reading forums, running through configuration and still to no avail, my program blows up.  It's giving me the, as I have seen, common error: R6034, "The application has attempted to load the runtime library incorrectly.  Contact support for more information".  This happens when it attempts to load my ...Show All

  • SQL Server Problem with default schema

    Hi I have a user database say Solumina. There is a login defined on the instance of sql 2005 server , say XYZ. There is also a user defined XYZ in the database mapped to the login 'XYZ' with the default schema as 'sfmfg' (Assume that 'sfmfg' schema already exists). My question when I try to create a random table with the following syntax it gets created in the dbo schema instead of the sfmfg schema (I am using sfmfg login credentials). ...Show All

  • Visual Studio 2008 (Pre-release) Windows Media Player 9 leads to InvalidOperationException

    Hi Just like to confirm with you guys that with WMP9, MediaElement will not work when you start playing. When you close the app or stop debugging, an invalidoperationexception will be thrown by the app.run() method with an error message like "closed media player only support open and close" Now I've upgraded to WMP10 and can't reproduce the error. (WinXP SP2 + WinFX Runtime Component + WinFX SDK (Feb)) ...Show All

  • Visual C++ FtpPutFile() Japanese filenames

      I am working on a unicode compiled dll c++ project I am using FtpPutFileW() to upload files. However I am not able to FTP the file with the original Japanese filename that contains the character whose hex value is "0x3C 25". I tried to FTP using FtpOpenFile() and the behaviour is the same. It changes the hex value of the character to "0x2b 00". So we end up with a different filename than the value of parameter passed as the new re ...Show All

  • .NET Development DataTable holds exeption

    Hello All I have the folowing code. When you run this example you'll see that MyTable raises unhandled exeption, and then MyClass raises exeption. But what I want is to catch exeption in MyClass only, not in MyTable class. How can I do this thanx public class MyClass { public void TableExeptionCatch() { try { MyTable tbl = new MyTable (); tbl.Rows.Add(1); tbl.Rows[0].Delete();} catch ( Exceptio ...Show All

  • Windows Forms How-to Start .Net executable with parameters?

    I have not been able to find some documentation on how to pass parameters to a .Net windows forms executable. I am not sure what changes I need to make to the application to accept parameters I want to be able to issue something like System.Diagnostics.Process.Start("c:\myfolder\myapp.exe 1 T") where in myapp.exe I am able to read the two parameters on startup and implement some logic accordingly. Thanks in advance. ...Show All

  • Visual Studio dot net 2.0 silent install

    Is there a way to install dot net 2.0 without user intervention and if so how Thanks ...Show All

©2008 Software Development Network

powered by phorum