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

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

Ultrawhack

Member List

Freelancer77
Lovericky
Greenstrike
Spenceee
Abdul Aziz
Kennon2005
r3n
May May
DmitryMS
Jassim Rahma
Trupti_Gor
Greg J. Brown
ChineduLB
Jae
Justin Starnes
Philipp Konradi
Tryst
abcdefgqwerty2
sabo
Marie-Thérèse
Only Title

Ultrawhack's Q&A profile

  • Visual Studio SKU011.CAB solution

    Go into Registry Editor (Start, Run, "regedit"). Go to HKEY_LOCAL_MACHINE, Software, Microsoft, Office, 11.0, Delivery. There should be only 1 directory under Delivery, which is your DownloadCode (mine was 90000409-6000-11D3-8CFE-0150048383C9). Select that directory. On the right side of the screen, right-click on CDCache. Change the value to 0. honestly works with out a hitch. I kept getting this problem everytime I tried to use registry mechanic...i got a box signing me into office 2003...and then couldnt find file sku11.cab, took your advice and wow it works...thanks a lot! ...Show All

  • Visual C++ Smartbridge Alerts

    I too am receiving the "entry point not found" message. I have very little technical knowledge and would appreciate assistance in any fashion. thanks. Helen McLaughlin   Ok, I think I got it solved here. Here's what I found. After searching my system for files with PSAPI.dll in the name, it returned 4 files that were Verizon Online references and one of them had a subheading of SmartBridge. All 4 were an older date than my system/32 PSAPI.dll file. I renamed those 4 as PSAPIOLD.dll. Since each had different subheading names there were no conflicts. I restarted my system and the error message had departed. Hope this helps. Bob S. (viobass)   ...Show All

  • SQL Server DTS Package problem?

    I have set up a couple of DTS local packages to run ActiveX scripts creating XML files and copying them to our webserver (on the same domain). I can run them OK manually via the 'Execute' package command in the drop down list when I right click on them and also get the 'Package successfully run' message back on running them, but when I schedule them to run overnight I find the SQL Server Agent reports them as 'failed' . What am I doing wrong This looks like a permissions issue...do you have a proxy account setup for the SQL Agent Look here for info...http://www.support.microsoft.com/kb/890775 Brad Feaker Ex nihilo, nihil fit ...Show All

  • Gadgets System.Gadget.Flyout.file gives unspecified error

    Hello guys. the following code is giving a javascript error which says "unspecified error": System.Gadget.Flyout.file = "channel.htm" ; System.Gagdet.Flyout.show = true ; Any clues on why this is happening btw, the file property is the only one that is missing. thanks a lot. I get this problem if I have a timer running and my laptop goes to sleep before the timer finishes. ON resume the timer continues and tries to call the flyout. Bobs your Uncle - or Unspecified error. Anyone report this to MS ...Show All

  • Visual Studio 2008 (Pre-release) naming a uielement within a custom usercontrol

    Hi, I have a usercontrol which I''m using like so <MyUserControl> <Label>Field 1:</Label> <TextBox/> <Label>Field 2:</Label> <ListBox x:Name="MyListBoxName"/> </UserControl> I'm trying to name the listbox but I kept getting this error Error 4 Cannot set Name attribute value MyListBoxName' on element 'ListBox'. 'ListBox' is under the scope of element 'MyUserControl', which already had a name registered when it was defined in another scope. Line 31 Position 14. C:\Documents and Settings\genri\My Documents\Visual Studio 2005\Projects\UserControlXAML\UserControlXAML\Window1.xaml 31 14 UserControlXAML I don't know why Any input would be great. ...Show All

  • Visual C# GridView doesn't show

    Hello, everyone.  I am sure I am doing something wrong and I would like to ask if you could show me my mistake. I am trying to call data from a SQL's stored procedure into a gridview, but it doesn't show up on the page.  The name of the stored procedure is GEM_AP_SearchString.  On the page, I have a text box to accept users' input and a Search button.  The methods are below: protected void btnSearch_Click( object sender, EventArgs e) { lblSearch.Visible = true ; lblSearch.Text = "Your search for " + "'" + txtSearchString.Text + "'" + " returned the following results:" ; this .SearchString( "@SearchString" );              ...Show All

  • Smart Device Development Question about custom attributes for XMTA files

    Hello, everyone. After some effort I had success porting my NET .CF 1.0 controls to NET .CF 2.0 with VS2005. However I cannot find info on some designer details. How should I port these property attributes: a) [DefaultValue(TextBoxInputStyle.Normal)] where TextBoxInputStyle is an enum declared in the same assembly b) [RefreshProperties(RefreshProperties.All)] c) [DefaultValue(typeof(Color),"Black")] Thanks in advance, Kostas I have already read this article, but it does not cover such details. I have been trying some things such as <DefaultValue> <Type>com.mycompany.MyControls.TextBoxInputStyle</Type> <Value>TextBox ...Show All

  • .NET Development .Net 1.1 forward compatibility

    Hi I have an C# application compiled with VS 2003 (.Net 1.1) that needs to use a dll compiled with VS 2005 (.Net) 2.0. The machine have both runtimes installed but the application refuses to use the dll since it been created by newer version. Is there any way to work in VS 2003 with .Net 2.0 dll's Thanks. Michael Vainer wrote: Is there any way to work in VS 2003 with .Net 2.0 dll's Not directly, no. But if you could define interfaces for the functionality you need in a v1.1 assembly and implement those in the v2.0 assembly, you could possibly code just against the interfaces. If you then configure the application to load the 2.0 CLR even though it was compiled for 1.1, you c ...Show All

  • Smart Device Development Bug in the XMLSerializer class?!?

    Hello I'm using the xmlserializer class to write/read a configuration file for my application because I don't want to use the Registry because there is no regedit on the devices (i know there are some 3rd party tools to do this) The configuration is a mainly a Dictionary with some extra stuff gettin serialized How do you know that it gets corrupted Do you know what exactly would get corrupted Also a suggestion if you are going to use the XmlSerializer with the same type many times in your app, you'd better cache it. You will save a lot of time on avoiding reflection that's going on when you create an instance of the XmlSerializer. -Alex ...Show All

  • SQL Server Open a file in Management Studio

    Hi, The most thing I hate in Management Studio is when I select File/Open/File and then select a SQL script file to open, Management Studio displays a "Connect to Database Engine" dialog box. In SQL Server 2000 Query Analyzer, open the file in the current connection. Is there any setting to change in MS in order to get the same behaviour as QA, please don't tell me for security enforcement reasons you cannot. Thank you For security enforcement reasons you cannot... ... Well, that seemed to be the best idea when we shipped SQL Server 2005. But then we heard from the people who have migrated from SQL Server 2000 and they didn't like having to click Connect or Cancel all the time. We've modified the default behavio ...Show All

  • .NET Development Interop troubles with excel

    I asked this in the VB forum, but think it is more suited here. My application (VS2005) uses the interop assembly 11.0 to communicate with excel. 11.0 is the version for excel 2003. When I put the application on a client machine, it's fine provided the user has excel 2003 and either the PIAs are installed, or I distribute the dlls with my application. However, I've just tried this on a machine with O2007 and it's not working. I have installed the O2007PIAs on the client machine. Any ideas I assumed the O2007PIAs would be compatable with O2003... Early binding is typically preferable since there is type checking at compile time when references are resolved. With late binding the references are re ...Show All

  • Visual C++ problem moving from managed extensions to C++ 2005

    Can some one help me migrate the following code from managed extensions to C++ 2005 #using <mscorlib.dll> using namespace System; namespace Test { public __gc class TestClass { public: void SendByRef(String __gc* __gc* test) //MC++ an instance to a class is always a pointer, in this case it's pointer to ref which is a pointer. { (*test) = new String(S"testing 123"); } }; } C# code will be: ============== Test.TestClass t = new TestClass(); string strTest = ""; t.SendByRef(ref strTest); Answer given at gotdotnet is as follows: using namespace System; namespace Test { public ref class TestClass { public: void SendByRef(String^ %test) { test ...Show All

  • Visual Studio Express Editions program starts with a right-mouse click...

    My program will be initiated by a menu selection from a right-mouse click. I'm trying to find the code which will tell the program the directory & file name of the icon which was clicked to start the process. Can someone help Thanks. Your program cannot find out how it got started. If you need additional information from whomever started your program, try using command line arguments. ...Show All

  • Windows Networking Development Winsock using Memory Mapped Files

    Does anyone knows if winsock uses memory mapped files under the hood regards, Ward ...Show All

  • Visual Basic Maybe this post will help you

    I have a small program that will allow a user to select a handful of files (installers) and it will install them automatically. I have it setup now like so: Dim Proc As New System.Diagnostics.Process Proc = Process.Start(Files(Int), "/VERYSILENT" ) Proc.WaitForExit() I have that inside a loop that goes through each file that was selected. This method causes a delay for my program as it freezes until the install has finished. I was thinking about using a BackgroundWorker to do the installing instead. The thing is, I cannot figure out how to only install one file at a time with the background worker. If the user chooses 20 files I don't want all 20 to start at once. I tried adding the above code in a DoWork event for m ...Show All

©2008 Software Development Network