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

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

Sk75

Member List

Kyrin
DeadlyViper
Jean-Luc David
emau_son
lex3001
Gouri
ManjeetSinghIndia
Raidx
Buck Ryan
Davy Van Melkebeke
Fidel delgado Mojica
briankerri
joteke
michael_dev
TomaszJ
kicke_
Michael Koltachev - MSFT
mklee
hb3Burgh
CJW99
Only Title

Sk75's Q&A profile

  • Visual C++ Unresolved Token and other link errors when migrating from VC++ 2003 to VC++2005 Express

    Hello all, Here is the situation. I am migrating an existing solution from Visual C++ 2003 to Visual C++ 2005 Express. I have the Platform SDK installed as well. The solution contains two mixed mode projects. One is essentially a managed wrapper dll for a 3rd party static win32 library. I do not have access to the source for the 3rd party library. The other project is a managed executable that utilizes the wrapper dll. These projects worked fine under 2003 but now when I build the DLL project I get the following errors and I am trying to find out why. I have gone through and removed the dependency on _vcclrit.h via the i ...Show All

  • Visual Studio Collection was modified after the enumerator was instantiated

    I have a report that takes in 4 dates, and everything is working great in the report manager.  Viewing this report in a ReportViewer control, however, is a bit different.  I understand that the date picker is not supported, and that's not a problem for me at all.  However, when I run the report, I get an exception of " Collection was modified after the enumerator was instantiated " Any help would be appreciated. I am currently working on Microsoft Visual Studio 2005 Beta 2 Version 8.0.50215.44 . When ever i am using ReportViewer control for a report having parameters i get this errror on the click of ReportViewer butt ...Show All

  • Visual C# Access Control

    When I run the code below i get this error does anyone know why System.Security.Principal.IdentityNotMappedException was unhandled Message="Some or all identity references could not be translated." public Boolean MakePath( string FileName, string Path, string RootNode) { string PATHFORFILE = "C:\\Program Files\\aaa" ; DirectoryInfo di = new DirectoryInfo (PATHFORFILE); di.Create(); string Account = PATHFORFILE ; DirectorySecurity dSecurity = di.GetAccessControl(); dSecurity.AddAccessRule( new FileSystemAccessRule (Account , FileSystemRights .ReadData, AccessCo ...Show All

  • SQL Server Sql Replication

    I am creating a vb.net app for a windows ce handheld device. I am using replication to create the database on the handheld. I am getting this error when this error: An incorrect or unsupported HTTP function call was made The virtual directory was created successfully and I can connect to it. The snapshot also is working correctly. I use the SQL Server 2000 and SqlCE 2.0 Any help is greatly appreciated. Thank you in advance Ale I use windows xp service pack 2. The service http://magna/SQLServerCE/sscesa20.dll is ok. SqlCeReplication repl = null; try { // Set the Replication obj ...Show All

  • Visual Studio Team System Import manual tests from Microsoft Word

    I'm trying to copy manual tests from Word to Team Test without editing the format. Is it possibe to import the test and not edit the formatting Hello, We currently do not support importing word documents as manual tests for this version. We will definitely consider it for next one. Today if you want to have a manual test in your solution, you have to create it from within your test project. If you want to change the format that we currently support, then you will have to modify the template that exists in the following location: ..\Microsoft Visual Studio 8\Common7\IDE\ItemTemplatesCache\CSharp\1033\Manu ...Show All

  • Architecture windows scheduler - who gets the CPU?

    Can anyone point me to a good whitepaper on the windows scheduler I am not looking for the task scheduler applet in control panel, but the internals of how the kernel does the job scheduling, prioritization or jobs, priority boosts, context switching, etc. I am looking at this from a QoS perspective, and want to better understand the internals of how the windows kernel decides who gets the CPU. Any information would be greatly appreciated. Dan This book goes into detail http://www.amazon.com/gp/product/0735619174/sr=8-1/qid=1148420756/ref=pd_bbs_1/103-2298058-8038244 %5Fencoding=UTF8 ...Show All

  • Windows Forms Printing to a Label Printer

    Hi, I need to print to a label printer. I don't have a label  printer to test. My question is if application sends a page to print to the lable printer how will it work Do I need to format it in code Any way that I can test Thanks in advance ...Show All

  • Windows Forms Enabling IIS compression breaks NTD deployment

    For the last couple of months, I have been scouring the internet for reasons why my NTD application would not deply from my Windows 2003 server, but works fine from a Windows 2000 server.  I had tried all of the suggestions I found in various forums without any change.   Then last week (4/19/2004) n message appeared in dotnetjunkies.com forum on&n ...Show All

  • Visual Studio Help with Help Part 2

    Installed the MSDN Visual Studio 5 Help Collection (and removed the OTHER flavor HELP collection from OCTOBER 2005, which - I have NO IDEA why these are different!) Launching the dExplorer utility (through the IDE, clicking on HELP) Only seeing subsets of total collection. I understand there is a configuration manager. unfortunately, its not in a logical place! Clicking TOOLS>OPTIONS I'm seeing 4 catagories: 1) Help 2) International Settings 3) Keyboard 4) Web browser I should see it under HELP. But, I dont. What I do see is: 1) General and 2) online General has nothing related to configuring the help collection. Online doesnt either. ...Show All

  • Windows Forms what is the right way to re-bind?

    Hi, All! I have something like following code that binds on form load.  txtAccount.DataBindings.Add _ ( New Binding("Text", dsAccount, "account.account")) Now, when I get another dataset, and want to re-bind it to the text box, I get this error saying cause two bindings to the same property.  How do I un-bind the first one and switch to the next one on the run time   Do I bring the new data into the existing ds then refresh something, or use a new ds and re-populate UI controls(current approach) Thanks! Ok, I found out I could use txtAccount.DataBindgins.Cl ...Show All

  • Visual Studio Express Editions VB not changing the records in the database

    I'm new to VB and have been trying some online study guides. I created a project following the instructions but the results did not work as expected. I had created a 2 column 4 row database table. Then went to modified one of the records. The information was changed in the BindingSource. But the update did not change it in the actual database on the hardrive. Public Class Form2 Private Sub Form2_Load( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles MyBase .Load Me .CustomerTableAdapter1.Fill( Me .MyCompanyDataSet1.Customer) End Sub Private Sub Button1_Click( ByVal sender ...Show All

  • SQL Server Right-Click Table -> Import data GONE??

    Hi all Apologies if this should be a tools question! In the 'good old days' you could right-click a table, select Import data and have the target pre-selected....not only does that no longer exist for SQL 2005 you now always have to explicitly select the source and target.... Is there a work-around or is this a security cleanup gone mad and is thus a 'live with it :( Hi Jamie It's not so much that it is a hardship to explicitly select the table rather that you have to jump through more hoops. One of the beauties of the right-click-->import data on a table was that you were left with a visual clue as ...Show All

  • SQL Server (Default) instance already exists (not really!)

    Ok,    I haven't had this much trouble installing MS software in many moons.  My end goal is to install Team Foundation Server, but to do that I need SQL Server 2005 first, then SharePoint, then TFS.  At each of these steps it is appearing to be a mine field, and it is apparent that the MS Installer is doing a terrible job at uninstalling everything.     End of whine.  So my situation is this, I had installed MS SQL Server Developer 2005 and found out that the Reporting Server wasn't working.  Basically, because at one time or another I had FP extentions installed, and permissions were hopelessly ...Show All

  • Visual C++ Retrieving specific digits of a variable value

    Hi guys, I just had a quick question. Say I have the user enter a value for a variable, x. How would i pull a specific digit from it So if the value put in by the user is 23, it will assign 3 to the variable. Or if he enters 234619 it will take the 9 and assign it to x. Thanks in advance. <SoheilsX@discussions.microsoft.com> wrote in message news:d5285a95-130a-4d67-a41d-a69b12f92463@discussions.microsoft.com > Say I have the user enter a value for a variable, x. > > How would i pull a specific digit from it > > So if the value put in by the user is 23, it will assign 3 to the & ...Show All

  • Visual C++ Forcing a break on __debugbreak()?

    I call __debugbreak() in Visual C code in Visual Studio 2005 to force a break in certain instances.  However, when I hit the call to __debugbreak() while running under the debugger, Visual Studio always displays a dialog that says: MyApp.exe has triggered a breakpoint. with Break , Continue , and Ignore buttons (the Ignore button is disabled).  I always have to press the Break button to break into the debugger, which is kind of annoying. Is there anyway to tell Visual Studio that it should always break into the debugger in this case   I couldn't find an option anywhere for this. I jus ...Show All

©2008 Software Development Network