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

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

peace467

Member List

Steve_____
Juliocesarlenin
Alex Cane
Paul Vick MSFT
Pike
Mike Berro
Sergio_CL
LoisW
bsoft16834
runcy
Spumbu1977
Geetha Srinivasan
The_Flo
ttoennies
Wislars
Carlos Hdez
Neken
Smiles
techno.coder
Dan_12345
Only Title

peace467's Q&A profile

  • Visual C# Types and namespaces can't be found

    Ok, This is an elaboration of a previous post I've made about VS2005 not being able to locate namespaces and classes. I have one file containing a page, in the namespace Timesheet.Pages , and a control in another file in the namespace Timesheet.Controls . When I add a " using " reference to the Timesheet.Pages in the file containing my control, I get the error " The type or namespace name 'Pages' does not exist in the namespace ' ...Show All

  • Visual C# Auto Generated Settings Class

    Hi there, I was looking for some help/advice regarding the auto generated class that wraps an assemblies settings. We are currently building an application using VS 2005 but are using MSBee to build a 1.1 version assembly. We have hit a problem in that any Web References added through the IDE have cause this Settings class to be generated. As this class is a partial class this cannot be compiled sucessfully under framework 1.1 Is the ...Show All

  • Windows Forms JIT Debugging

    Ok im still new to this but how in the world do i enable JIT debugging on my windows form application and where do i do it. i have the following code <configuration> <system.windows.forms jitDebugging="true" /> </configuration> But i place it in my form but it doesn't work anyone know what i should do or where i should place it Hi, I think things have changed with Beta2. Did some R&D and ...Show All

  • Visual Studio Visual Studio 2005 perfomance issue

    Well, i just converted my 10 project solution to VS .Net 2005, and i'm finding out the converted app is running very slow. There has been no real change(except i substituted ConfigurationSettings.AppSettings to ConfigurationManager.AppSettings to see if that was the performance issue) and no luck. My application connects to Microsoft SQL Server(not 2005). What may be the cause to this problem My computer is a 2.39GHZ Celeron pc with 752 mbs RAM ...Show All

  • Windows Live Developer Forums Why access always denied?

    It's my first time to use MSNSPACE api, I write a sample application to post a new title. but I get a error message like access denied. I have turned on the email publish stting and checked my secrect word. it's ok. buy why can't I post a new title After a number of login attempts with an incorrect username/password, you will get an access denied message. Please try again after 24 hours when this policy resets. ...Show All

  • Visual FoxPro Delete Folders

    Dear Experts I have a folder entitled "Tables". It has sub folders named as 12102005 13102005 14102005 15102005 16102005 17102005 The name of folders are like British Date I want to delete the folders that names are less than date()-2 and suppose today date is 17102005 After applying command the following folders will be delete 12102005 13102005 14102005 15102005 and following folders will be left in "Tables" 16102005 17102005 Please Hel ...Show All

  • Visual Studio Express Editions SQL Commands in an access Database

    Hey there, I have a problem because I'm tring to check if a row is like the string, the example helps a little more: The message I'm tring to search for "The dog is runnig over the green grass and it is happy, the sun is yellow and the flowers are red" The the table data is: The Table is called : "TABLE1" ID Colors 1 Green 2 Yellow 3 Red 4 Blue Now the question is what w ...Show All

  • SQL Server Report performance issue - time in processing

    I'm having performance issues with a report which is taking nearly 22 minutes to return 2100 rows. I've queried the execution log tables and the Time in Processing accounts for more than 99% of this. The report is applying cell formatting using a coded function to retrieve formatting from a stylesheet which hasn't proved problematic so far with other reports, and has several levels of grouping in a single table with sub-totals for each group ...Show All

  • .NET Development Inserting a New Record with FormView in ASP.NET 2.0

    In the insert mode of form view, the primary key is hidden from the user. In the underlying access database, the primary key is autonumber. Clicking the autogenerated insert button causes the error: "You tried to assign the Null value to a variable that is not a Variant data type." Do you have to programmatically set the unique ID key, and if so how would you do that in Visual Web Developer The form view is linked to an access datasource with ...Show All

  • Visual Studio 2008 (Pre-release) Inheritance problem?

    I'm having a problem creating a ServiceHost using two servicecontracts which inherit from the same parent servicecontract. When I try to create the host the following error occurs: ArgumentException: An item with the same key has already been added. My guess is that the creation thinks that both IServiceContract's are two different contracts, which they are not. Is there any solution to this or something I do wrong Creating one contract for both ...Show All

  • Visual Studio 2008 (Pre-release) soap security negotiation failed

    I am working through the Windows Communications Foundation samples. I am currently working with the sample titled "Addressing". When I build the sample, client and server, and run them both on the same PC, the application works fine. However, when I move the client to another PC, I get the error: "soap security negotiation ... failed ". This is using the wsHttpBinding as the sample is delivered. If I change the binding to ...Show All

  • Architecture External Authorization manager

    Hi All, I was just wondering what will be a good approch to Externalize Authorization from application code. Is it possible to do a application context sensitive rule based authorization via an external Authorization manager. XACML maybe If we narrow down the domain to just web services, can WS-Policy be used to create and enforce general purpose authorization policy Is there already something out there Regards, Rana ...Show All

  • Visual C++ pow(2,31)

    In Microsoft visual studio .net 2003 C++ it seems that pow(2,31) returns a negative number and pow(2.0,31.0) returns a positive number Is there a service pack that corrects this problem Thanks, Tom I took a look at the source of this function in both VS2003 and VS2002 and found that in VS2002 that pow is a template function that uses the type of the first argument as the variable to sav ...Show All

  • SQL Server Do I want the Developer version?

    I've downloaded 2005 Express but I want to do SSIS and don't see any way to do that with Express. The Developer Edition apparently has all features, but says you can upgrade to Enterprise, which I don't need (Standard would probably be fine). Here are my questions: 1) Is there any way to develop SSIS packages in Developer and run them in Express 2) Is it possible to upgrade Developer to something less than Enterprise, such as Workgroup ...Show All

  • Visual Studio VS2005b2 - references from web project to other projects are not found at startup

    I use the following code to iterate thru the web project references. For some reason, the collection contains assembly references, but no references to projects. Project vsproject; VSWebSite vsWebSite = vsProject.Object as VSWebSite ; foreach ( AssemblyReference ar in vsWebSite.References ) { } If I susbscrie to the evens, I get all the notifications 'reference added' if I add the reference manually from the solution explorer. But ...Show All

©2008 Software Development Network

powered by phorum