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

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

hotaruu

Member List

WXS123
nhsfreak
Broken
Takashi Toyota
Hi_i_am_Amit
PK-UK
erinselena
TadAnderson
Pradeep Gupta
jqq
NikiB
dr.acv
watch is
bass_player
Deuce BOI
ShaneShowers
Fistandantilus282303
Bulldog.NET
zhengh
Amadrias
Only Title

hotaruu's Q&A profile

  • Windows Forms VS.net 2005 Installer: Not enough storage is available to complete this operation

    Hi All, I have created a VS Deployment project in VS.NET 2005. I added 75 files. Some of which a re large (>600megs). The total project size is anticpated to to be 2.2 gigs for the setup file. Upon building the project, i get the "Not enough storage is available to complete this operation" error. I have 30 gigs of space on my computer and 1 gig of ram and the install will not come close this. I have checked through the other forums and didn't find anything other then an MS expert saying is a known bug with files over 400megs. That post is 3 years old. I am hoping there is a resolution to this problem. Anybody Thanks, Steve Sinclair Do you have any partition in the hard d ...Show All

  • Visual Studio Team System WorkItemFormControl Rendering

    I followed a post on Naren's blog for using the WorkItemFormControl. I have modified some code from the WIBrowser sample in the SDK to create a control. Using the Interop UserControl prototype I can use my new control in Visual FoxPro, but the WorkItemFormControl runs off the edges. It does not respect the bounds of its parent. This may be an issue for the VB interop guys, but does anybody know a way to force the WorkItemFormControl to render within defined bounds ...Show All

  • SQL Server Disable Totals in Cube Browser

    Hi there, Does anyone know of a way to disable the subtotal column in Analysis Services 2005 cube browser Dave Unfortunately, I don't think you can turn totals off. Is there a particular reason why you want to (keeping in mind that the cube browser in BI Dev Studio and in SSMS are really only for developer/administrator use) Dave Fackler ...Show All

  • Visual Basic using windows service... urgent help

    hello, This is my first time in Window service... I've written my Window service... well my windows service is running already, i assume... coz my windows service can be seen already in server explorer... however... I want to use my window service in another application... I 've declared one protected event in the window service... is there any way i can raise that event in my external application well here is my code... of the window service... Public Class MyService Protected Overrides Sub OnStart( ByVal args() As String ) Timer1.Enabled = True End Sub Protected Overrides Sub OnStop() Timer1.Enabled = False End Sub Protected Event ReturnTime( ByVal TimerReturn ...Show All

  • Visual Studio Express Editions universal variables

    Okay, I'm not sure if it's possible, but here goes: I know that in VB6, it was possible to declare a variable in the declarations (at least, I always did, and it worked) and then it would be there for the entire program. However, converting one of my projects over into VB2005, I have run into an error. In all of my subs, the variables are now "privately" declared, and I have no idea how or why it doesn't work anymore. My coding resembles this: dim a, b, c, d, e as decimal Private Sub Button_Click( ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Button.Click Call determine_variables(a,b,c,d,e) Call show_variables(a,b,c,d,e) End Sub Sub determine_ ...Show All

  • Visual C++ return a STL map<>

    Hi, struct xy { int x; int y; }; i have function to fetch x and y values.i'l update the structure variables x and y. i need to populate this structure into map as a value and with the key as string like point1, point2... So the map contents willl be like map["point1"] = struct1. How can I return this map object by this function, and recieve the same in other calling function. Please can any one help and give a sample example for this. Thanks in advance. I hope this gives some useful suggestions: void function1(std::map< std::string, xy > & m) {     xy v;     v.x = 100; ...Show All

  • SQL Server Beginning with SQL Express

    Hi everyone, I want to set a database which will be made of two parts: - One main set of files which is shared among users - Another set of files which is proper to each users and will be mainly used for processing infos. Because I must support Windows 2000 and XP as O/S platforms, I can't use SQL Everywhere. It seems that I'm stuck with SQL Express. My questions are the following: - Can SQL Express manage database files with variable namepath - How can I configure SQL Express so that such a file may reside on a dynamically configurable path, I mean, which would be configured by application Many thanks in advance for your help, Stephane Hi again Mike,   Many thanks ...Show All

  • SQL Server db_dtsadmin role

    Our DBA has given me access to MSDB on the SSIS service on one of our servers as db_dtsadmin. When I try to connect to the server using Integration Services in the connect drop down menu, I get the following generic error msg: connect to SSIS service on server 'xxxx' failed: access is denied. I'm told this role should be sufficient to give me access. Do I need other server access roles to use in conjunction with db_dtsadmin or are we missing something really easy here. Thanks. DBRICHARD wrote: Our DBA has given me access to MSDB on the SSIS service on one of our servers as db_dtsadmin. When I try to connect to the server using Integration Services in the connect drop down menu, I get t ...Show All

  • Software Development for Windows Vista how to know which donetfx i have in my system

    Hi Any one can tell me how to know which donetfx i have in my system, i am using Visual Studio 2005. Thanks If you re running VS 2005, you have at least .NET 2.0 installed, because this is a requirement for using VS 2005. To check all installed version take a look at: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework or check the folder in %Windir%\Microsoft.NET\Framework. ...Show All

  • Visual Studio Team System Looking for the best way to add an event-handler to an existing web part

    Hi all, I'm looking for the best way to add an event-handler to an existing web part. I'm actually trying to assign a string to a read-only field in a SharePoint issues list without having to re-create the issues list from scratch. Any thoughts or suggestions Frank You may want to check out the Sharepoint Forums here http://www.microsoft.com/sharepoint/community.mspx a quick search on live.com produced a Windows Sharepoint Services Toolkit which *may* help. http://www.microsoft.com/downloads/details.aspx familyid=4B2C2F1B-D74A-482A-903A-45BB44C5DEC4&displaylang=en ...Show All

  • Visual Studio Team System Import change history into TFS

    For the migration to TFS we have exported all defects from our current defect tracking system and want to import this in TFS. This export also contains all change history for each defect (date changed, changed by, field change values). Is is possible to import all this information into to TFS, so we could still query for the change history of fields of these imported items Thanks. I realized that my previous reply seems to imply we can relax rules for ChangedDate in xml, and that's not true. Rules for certain core fields like ChangedDate cannot be changed in wit xml and hence there isn't a way to bypass rules for setting values in ChangedDate field. We are thinking of building migration framework ...Show All

  • Visual Studio Team System Unable to access any of the reports.

    I'm trying to get the reports in Team System up and running. When I bring up the reports I get the following error: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'dsIterationParam'. (rsErrorExecutingCommand) For more information about this error navigate to the report server on the local server machine, or enable remote errors I've conntected to http://localhost:8080/warehouse/v1.0/warehousecontroller.asmx and done a GetWarehouseStatus, but all I get is 'Idle'. So I checked the application event log and found the following error. The system has been up and running for a while, but we never implemented reports. Any help would be appreciated. TF53010: A ...Show All

  • Visual Studio 2008 (Pre-release) How to make WCF communication with SQL service broker?

    hi, I want tomake wcf and service broker communicate with each other,the question is how to write wcf so that two sides can communicate. thanks in advance Hi, That is not something easy to do and require a lot of custom code. You basically need a custom transport to talk with the Service Broker, and as far I know, there is not any available implementation of that transport. Take a look to this thread for more information, http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=285894&SiteID=1 Regards, Pablo. ...Show All

  • Visual Studio Team System Team build label and solutions with projects from different team projects

    Please consider this scenario: I have a "MyApp" solution that includes a web site project from Team Project MyApp and a class library project from Team Project Common. The web site project uses a project reference to the class library. I have successfully configured the Team Build process to build the solution by pulling and building the Common project's solution using information obtained from posts in this forum. However, the build label is only applied to files in the MyApp Team Project. How do I get the build label to apply to the related Common files in the separate Team Project so I can repeat builds by pulling a single label Would it help if I used a file reference instead to a common binaries folder ...Show All

  • SharePoint Products and Technologies User Rights

    Hi, Can I create a user who can add new users to sharepoint site but can not edit the web parts... I'm very new to sharepoint - I tried this by user to Full control but this allowed user to edit the web part.....I'm using the List View WebPart. Thanks Manu Hai What type of mode u u sed ( domin a/c mode or AD account creation mode)......also whats the method for creating users Formbased authentication or SQl based or Basic authentication..... Explain what u did in detail ...Show All

©2008 Software Development Network