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

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

yaasiva

Member List

William Vaughn
CJW99
David N.4117
.NET Developer
Cisco_Systems
JohnACE
slippyC
Diester
rod_r
jschroeder
Stéphane Beauchemin
Paul Diston
dclements
Maxx Delusional
PadamPadam
R.Tutus
Preston Park
Larry3228
Bibble
Niklas_L
Only Title

yaasiva's Q&A profile

  • .NET Development advpack error

    when I try to install the .net framework 2.0 I get a message saying"Error creating process <C:\DOCUME~1\"username"\LOCALS~1\Temp\IXP000.TMP\Install.exe> Reason: C:\WINDOWS\system32\advpack.dll" Why is this happening and what can I do to fix this. Try extracting with the "-c" option and then install from there. "dotnetfx.exe -c" This will prompt you for a location to unpack the files. From there run "install.exe" to install the .NET Framework. Let us know if that works. ...Show All

  • Visual Studio Express Editions VWD 2005 EXPRESS

    I have server 2003 with IIS 6.0 I get a error message that says the publckey token failed and it does not allow the project to debug or build. This is a new enviroment for me although I do have admin rights I have done a lot of research about this issue but nothing that really has a resolution in detail. I need to publish this web fast. Thank you. DKB ...Show All

  • Software Development for Windows Vista Can't debug workflow when workflow assembly is loaded directly into memory

    I have read through a bunch of other posts on debugging issues but could not find any info on this scenario. In our system, the workflows are executed in a windows service.  However, the workflow assemblies are stored in a database and then loaded directly into memory upon execution.  When running debug mode, the pdb files are also loaded into memory. I can set breakpoints in the code behind and the breakpoints are hit, but the code behind tells me that no symbols have been loaded, breakpoint will not be hit. I am running x86 on windows xp.  I am connecting my workflow project to the windows service, making sure to attach to Workflow Code.  If I copy the workflow dll and pdb files to the applications directory, ...Show All

  • Windows Forms update doesn't save in database

    Hi I'm sure I missing something, but I can't see what.... I take data from form1 to form2, make my changes and click on form2's save button. It updates correctly the form1's datagridview but doesn't save the data in the database. Can anyone see why it doesn't save in the database Kind regards, simsen :-) private DataViewManager dsView; private DataSet ds; private OleDbDataAdapter da1; private OleDbDataAdapter da2; private OleDbCommandBuilder cBuilderKunder; private OleDbCommandBuilder cBuilderFaktura; string myDB = "c:\\ANSI\\Fakturasystem.mdb"; private void btnRetKunde_Click(object sender, EventArgs e) { // Find den aktuelle row der er selected nar der dobbeltklikkes. Currenc ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA on XBox360 available when?

    So when is the runtime on the 360 going to be released (in beta/alpha/whatever) so we can play with it I seem to remember reading 'holiday season' somewhere, but as I'm one of the 5.8 billion people who don't live in the USA, I've no idea what that actually means ;) Could someone just confirm when this will be available Andy. Thanks Jim. I presume 'holidays' translates to 'Christmas' over here in the UK I so want to get my hands on this and thrash it!... Andy. ...Show All

  • Software Development for Windows Vista ICredentialProvider

    Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effort on improving their SDK documentation and I also found that at least one other programmer has the same problem: http://msdn.microsoft.com/newsgroups/default.aspx query=vista&dg=microsoft.public.platformsdk.security&cat=en-us-msdn-windev-winsdk&lang=en&cr=US&pt=&catli ...Show All

  • SQL Server error on installing sql express 2005

    I'm having trouble loging into sql...then I remebered when I first installed it on my XP pro machine the system config check showed everything passed except the following: System Configuration Check - - COM Plus Catalog Requirement (Warning) Messages COM Plus Catalog Requirement If SQL Server Setup fails, Setup will roll back the installation but may not remove all .manifest files. The workaround is to rename the files and then rerun Setup. For more information, see How to: Work Around COM+ Check Failure in SQL Server Setup. - Can this be the reason I cannot log into sql ...Show All

  • Smart Device Development Smart Device Deployment Project - Write to reg file.

    Hi all, I need to write some reg entries to the registry when I deploy a CAB file to a device, so am wondering if it is possible to do via a Smart Device Deployment project Or do I have to do it via the a MSI Deployment Project Hi Tryst, it is a very easy thing to do, you have two ways for doing this: first, by adding the keys you want to add to the registry in the [AddReg] Section in the deployment .inf file along with the default values, this way will add the keys to the registry with the deployment of the cab file. e.g: [DefaultInstall] AddReg = RegSettings CEShortcuts=Shortcuts CopyFiles=Files.Common,Files.Data,Files.Contacts [RegSettings] HKLM,SOFTWARE\SubKeyName,Value_Name1,flags,value HKLM,SOFTWARE\SubKeyName,Value ...Show All

  • Windows Forms Error when trying to do form 'functions' through self-compiled dll

    When I use a .net framework compiled dll (compiled through code), it recieves this error, when I try to do basic form functions like myform.Show();, and stuff like that, I get this error when I do that. The only references i have in the dll, are System;, System.Windows.Forms; Is there one I am missing Line number 14, Error Number: CS0012, 'The type 'System.ComponentModel.Component' is defined in an assembly that is not referenced. You must add a reference to assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.; Line number 14, Error Number: CS0012, 'The type 'System.ComponentModel.ISynchronizeInvoke' is defined in an assembly that is not referenced. You must add a reference to assembly 'System, ...Show All

  • Visual Studio Express Editions SQL server 2005 express install together with SQL server 2000 developer ed.

    I have just installed the VB 2005 express. I have a prior installation of SQL server 2000 developer that I would prefer to keep on my computer. Does this mean I cannot install the included SQL server 2005 express Yes you can use it, when you install SQL Express it will install under the instance name of SQLEXPRESS, this means that when you connect you need to use the following format <ServerName>\SQLEXPRESS. for more information on connections strings drop over to www.connectionstrings.com ...Show All

  • Windows Forms Integrating autocomplete feature with Treeview,ListView,GridView

    Auto Complete is one of the cool features provided by Microsoft. If it is Integrated with the some of the most common used controls like treeview, listview, gridview. it will be very much useful. ( navigating for information in the controls will be more easy) While working with treeview, we often scrolls the control from top to bottom of the control. And this goes hectic if it has more no. of nodes (say some 10,000 entries). For Searching the required node we need to go expanding/collapsing the nodes( traversing the tree). If the autocomplete is provided in the treeview ( / listview / GridView ), then it will be very much useful. Because it one of the most common situation. (the best immediate example itself the visual ...Show All

  • Visual Studio Team System TFS Build and .testrunconfig

    Good Day, I need to set a particular .testrunconfig to run with the TFS build. I know that I can set this as a switch with mstest.exe. However, I do not see a tag to allow me to set the .testrunconfig with the TFSBuild.proj XML file. I have been digging around msdn and google with no avail on this. Please help me out. Thanks, Johnathan Hi Johnathan, You have to modify the MetadataFile attribute in the tfsbuild.proj file; here is an example: <MetaDataFile Include="$(SolutionRoot)\HelloWorld\HelloWorld.vsmdi"> <TestList>BVT</TestList> <RunConfigFile>***enter location of rcg file***</RunConfigFile> </MetaDataFile> Thanks, David Go ...Show All

  • Windows Forms Want to create a single installer for Visual Studio 2003 and 2005 Add-Ins

    Hi All, We are working on add-in development for Visual Studio IDEs. Currently we have Visual Studio 2003 add-in in place. We are deploying it by using visual studio deployment project (using .msi file created by this project.) Now we have also created similar add-in for Visual Studio 2005. This project is created with Visual Studio 2005 only. We have taken same approach of msi file creation for deploying this VS2005 add-in. But in this case we have to shift two different installers. Can we create a combined, unified installer for both IDEs We have tried few things for the same. We added VS2003 add-in assembly file in VS2005's deployment project. But VS2005 deployment project has launch condition of .NET framework v2.0. ...Show All

  • SQL Server Report Server Subscription e-mail in MS Word format

    I am wanting to set-up a subscription to e-mail my reports in MS Word format (either .doc or .rtf) and I do not have the option on my company's report server version. I have read that it is possible, though I don't have the option. Is this a change to report server, or maybe is our version not updated I can e-mail the report out in the following formats: XML File with report data CSV (comma delimited) TIFF File Acrobat (PDF) file Web Archive (default) Excel Let me know if I am just expecting too much, or if there is something that needs to be updated on our report server. Thank you, T.J. Bernard I have a SQL Report published to the report server, and set-up to e-mail t ...Show All

  • Visual Studio dll reference doesn't work on another machine

    Hello, I hope someone will have an answer to this question... I have two projects: An addin project and a console project. Both are sending/receiving a struct using the following from the addin project: MyObj.GetType().InvokeMember(sMethodName, System.Reflection. BindingFlags .InvokeMethod, null , MyObj, oParam); // where MyObj is the console project. All of that works on my development machine just fine!! But when I try to send that to any another machine that does NOT have Visual studio installed, the program breaks at the line above saying: "an error occurred here: Exception has been thrown by the target of an invocation. and exception System.Runtime.Interopservices.COMException (0x8002801D): Library not registered... ...Show All

©2008 Software Development Network