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

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

indyn

Member List

Booojan
Nishantha
CraigSBoyd
TheMasterofHitenMitsurugi
MegaMasterX
ron2464
GriffinSmith
swd
ThomasZecher
jadnhm
ahmad.arif
zzipp
Tariq Mehmood
kelly mcclurg
Carl Brochu MSFT
Prajkta
rahx
kushals
vasudeep
GreenWave93
Only Title

indyn's Q&A profile

  • .NET Development Unload an assembly

    Hi, In my project, I use the code below to load an assembly, and by using that loaded assembly, I create a form and show it to user. I load assemblies with that method, because it don't lock dll file and I can change this dll with new one when needed. When I copy dll and its dependent dll's to working directory, Dll file loaded with that memory stream method, copy without any error. But its referenced dll's could not copy and an error mess ...Show All

  • SQL Server Wing Dings changed when exported to PDF

    I have a report that requires checkboxes.  I used the wingdings font to accomplish this but I need to have the print format to be pdf.  When the file is exported the boxes become stars and the checkboxes become rectangles.  Which font should I use or if there is some code that I need to add to have the report appear as designed.  Thanks Don't use wingdings. Set borders on a textbox with the ri ...Show All

  • .NET Development ObjectDataSource Doesn't Work With WSE 3.0

    I have a web method which, when called, deletes a record from the database. I can call this method directly from the client and the method works fine. However, when I try to delete a record using an ObjectDatSource, the method never works. It fails saying that the usernameToken was not received. I finally discovered that the direct call passes the correct usernameToken to the web service but the ObjectDataSource doesn't pass one at all. All i ...Show All

  • Visual Studio Express Editions Error: The page you have requested is unavailable or you do not have access.

    I have Visual Basic 2005. I got an email about the benefits. I clicked the link and it brought me to Microst Connect, eventually I got an error that the page I requested is unavailable or I don't have access to it and I am signed in. How can I get the benefits hi, first you have to register you copy of VBEE, if you did wait one day or 2 and try again the webpage will open hope this helps ...Show All

  • Windows Forms Master-Detail Problem: Advanced SQL Generations Options has no "Generate INSERT, UPDATE, and DELETE statements" highlighted

    Hi all, I have 2 Data Tables: 1st table "Persons" that has PersonID (primary key), FirstName, LastName, Address, City, State, PhoneNo for 3 persons, and 2nd table "Book" that has BookID (foreign key), BookTitle, Author for 11 books that were grouped into 3 groups for each Author. I had created a Master Page.master associated with Default.aspx in my VWDExpress project "Presidents". I tried to add a new Web Form called "Book.aspx" in the follwi ...Show All

  • Software Development for Windows Vista Can I install SxS Visual Studio 2005, VS 2003, and C# Express 2005 on Vista x64 (beta1)?

    I'm quite sure that installing one of those products on Vista x64 B1 will work, but are there any known issues if I install them all side by side Thanks! ...Show All

  • Visual Studio Team System Package Load Failure - PerformancePackage

    Has anyone seen the Package Load Failure dialog for the PerformancePackage   Thank you,    J Pursell   Issue:     Description: Under certain conditions the PerformancePackage fails to load.   The Developer is presented with the Package Load Failure dialog.   Environment: (see Note [1] below) Steps to Reproduce: Start Visual Studio Team Edition f ...Show All

  • Microsoft ISV Community Center Forums How to handle CLOB Data in VBA for Excel?

    Please, somebody, I need ASAP a solution to handle CLOB Data in VBA. I need to pick a String variable and insert and update it in a CLOB field. I need also, to store whatever is in the CLOB field in a string Variable. Does anyone know how to do it Thanks! per our support engineer: Would you please ask our ISV to check whether the document (below) can resolve the issue How To Use ADO GetChunk/App ...Show All

  • Visual Studio 2008 (Pre-release) Porting/debug woes

    I got past the compile errors from the move to Nov bits, but things are not all there that were there in the application using the Sept bits.  Controls are missing that are in the XAML file. It looks like my immediate issue is the control library assembly finding the resource dictionary.  In the old template the file generic.xaml contained the resource dictionary for the assembly.  In the Nov bits the assembly attributes for locat ...Show All

  • SQL Server How to do this ?

    I want to do a win app or web app that has many reports, I do not want to use CR Service, I want to try SQL Server 2005 Reports, please is anyone who can tell me how to do this, or can send me any link telling me anything in this directon I really appreciate your help ! Sincerely The first place to start is the Microsoft site. http://www.microsoft.com/sql/technologies/reporting/default.mspx ...Show All

  • Windows Forms Why is refreshing on scrolling so slow!?

    So here's a question about windows forms in general. Why is it that when I scroll a control, using the built-in auto-scroll feature, I can watch the form redrawing itself. When I scroll something like IE, I can still read the text on the screen, but when I scroll a form I cannot. Is this just an inherent weakness in windows forms, that it is ungodly slow Or is it something that I'm doing / failing to do Could you be more specific as to ...Show All

  • Software Development for Windows Vista When is the workflow Persisted?

    I've added the persistence service: workflowRuntime.AddService( new SqlWorkflowPersistenceService (persistenceConnectionString)); I would have expected the workflow to be persisted after the first workflow instance was started, but I can't find anything in any of the Persistence tables ( CompletedScope and InstanceState) Also do I need to do anything to rehydrate the persised workflows Thanks, A workflow is persisted - ...Show All

  • Software Development for Windows Vista About the Workflow Designer in the lab 10.

    Hi,   I'm in the process of trying to setup a demonstration application which shows an example of workflow and rules management. Here is what's happening: 1.  Open a existed wfname.xoml; 2. In wfname.xoml.cs file I had built a string variable name as " testStr "; 3. Drop an IfElseActivity on the design surface, and edit the condition property on the IfElse branch to select System.Workflow.Activities.Rules.Rul ...Show All

  • Visual C# Is it possible to serialize to XML with comments?

    Topic says it all pretty much. I simply want my xml-serialized objects to have comments in the XML, so that a user glancing at the XML knows whats what. Something like this: < xml version="1.0" encoding="utf-8" > <Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <!-- Various user information --> <UserInformation> <Na ...Show All

  • Software Development for Windows Vista WorkflowWebHostingModule - drawbacks

    Using the WorkflowWebHostingModule seems to have some drawbacks. For example, in order to add say SqlTrackingService in code, you have to first stop the runtime, add the serive, then restart it... Thoughts JB WorkflowRuntime workflowRuntime = WorkflowWebRequestContext .Current.WorkflowRuntime; workflowRuntime. StopRuntime (); workflowRuntime.AddService( new SqlTrackingService (connect ...Show All

©2008 Software Development Network

powered by phorum