ehrlich's Q&A profile
SQL Server Problem with Command exec job step in SQL2000 sp3
Hi, I have a command exec SQL Agent job step in sql 2000 sp3 that is like this C: cd \Program Files\Microsoft Analysis Services\Bin call "msmdarch" /r HKSH1-FILE2 "\Program Files\Microsoft Analysis Services\Data\" "\cubes\Warlock.cab" "\cubes\MyRestoreLog.log" "C:\Temp" The problem I have with this code is that it runs fine in a cmd window but fail with error when I try to run it from the job. Executed as user: ONSEMI\smteam. The process could not be created for step 10 of job 0x4A0900B6BF0B6644AF720DFA384A2425 (reason: Access is denied). The step failed. The user that owns the job is admin on the box. Any idea This was working a few months ago. Thanks, Philippe ...Show All
Visual C++ Need help on the Release and Debug vision working with COM
My dlls works well when it is built in debug version. But after i built it into a release version and registed it with "regasm" command, the owner program just reported "Can't find type library" and crashed. I am using vs2003 env on WindowsXP, the owner program is made by vc++ , dll is for .net 1.1 and has no strong name. Any help appreciated! Hello Re: Need help on the Release and Debug vision working with COM Such questions (VC++ 2003) are outside the scope of this forum which may be why you have not seen any answers - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use an appropriate newsgro ...Show All
Visual Studio Express Editions Problem compiling code
I am trying to compile lots of different programs of the net and i keep getting this error : fatal error C1083: Cannot open include file: 'stdlib': No such file or directory Any help Cheers Is this when including a file #include <stdlib> probably should be #include <stdlib.h> If that doesn't help you should check that your directory settings point to the correct folder Tools->Options->Project and solutions->VC++ directories (for include) Make sure it points to the include directory where you installed VC++ ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Playing (avi) video's in XNA?
I would like to play a little into-video before my game starts, its simple and small and it's an avi (though I could easily change its format), how do I play it with XNA MDX used to have AudioVideo playback, but I can't find that in XNA. my thought would be, if you want it to work on xbox, you're going to have to write your own content importer for the avi file itself. then manually extract each frame of the avi and sync up your framerate to match the framerate of the avi, playing one frame of avi per game frame. that's the abstract thought i have about it... though in practice, i haven't the foggiest! ...Show All
Visual Studio Can't edit module
We just installed an older version of VSS (6.0) and created the specified project. However, when I check out one of our user controls and attempt to edit the source, I get an error telling me I can't edit the module. I've tried to remove the control from VSS and add it again, but it continues to give me the same error. What could I be doing wrong Please help/ask questions, etc... Thanks in advance! Bob Bob, To figure out what might be the problem, I need to ask a couple of questions: 1) What version of VSS are you using 2) From your description of the problem, it sounds like you are using Visual Studio - if so, what version if not, what development IDE are you using 3) How did yo ...Show All
Visual Basic Changing ConnectionString at runtime
In my application, i am not sure where will be the database. So i thought to put the connection string in app.conf file. So that i may read it runtime and create connection. Working good. But what if i have to change the connectionString define in app.conf at runtime It may not be necessary that i must use app.conf, you people can suggest me one better approach so that i may not be dependent on databasestring. It could be created/change at runtime. i changed the scope to "user". The behaviour of application was strange. Let me try to explain it. I made a text filed and 2 buttons. On buttone1 press the value of textfield is set to ConnectionString using the method you told. Pressing the button2 give a message which reads ...Show All
Visual Studio Installing VS.NET 2003 on Server 2003
I'm having a probleming installing VS.NET 2003 on Server 2003. Halfway through Step 2,my computer shuts off with no warning. I have isolated my computer and disabled the McAffe anti-virus program and firewalls and it still is crashing. Any help would be appreciated. Thanks, Dean Can you please read the following blog post from Aaron Stebner: Visual Studio .NET 2003 and .NET Framework v1.1 log files And then post the last lines of the relevant log file ...Show All
Visual Studio Team System Error 32000
Hi all, I have been installed tfs as dual-server using the installation guide from Microsoft. First I installed data tier.then started application tier.All went fine till I started installing TFS (services). At the end of installation it gives an error message.I tried it many time.But same error appears It is like this: =========== Error 32000. The commandline"c:\Program Files\Microsoft Visual Studio 2005 Team foundation Server\Tools\ProcessTemplateManager.exe" /setup/install "c217uss" "TfsIntegration" "C:\Program Files\Microsoft Visual Studio 2005 Team foundation \TFSetup\1033\MsfFormal-new.zip" " C:\Program Files\Microsoft Visual Studio 2005 Team foundation \TFSetup\1033\MsfFormal-Metadata.xml" returned non-zero ...Show All
.NET Development Problem with building the anti-spam protocol sink template.
http://msdn.microsoft.com/library/default.asp url=/library/en-us/e2k3/e2k3/ast_template_code_files.asp When I built : --------------------Configuration: SampleFilter - Win32 Debug-------------------- Creating Type Library... Processing D:\SampleFilter\SDK\SmtpEvent.Idl SmtpEvent.Idl Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\unknwn.idl unknwn.idl Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\wtypes.idl wtypes.idl Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\ocidl.idl ocidl.idl Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oleidl.idl oleidl.idl Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.idl objidl.idl Processing C:\Program Files\Micr ...Show All
SQL Server VIEWS With Columns set by NEWID()
I have a view which at the moment has no unique identifier on each record. When I try adding a column definition to the view such as NEWID() as TransactionId , the view then cannot 1) be selected into a temporary table, or 2) queried on other columns in the table. In either case I end up with an empty result set. I believe I have a way around this for my purpose, which was principally testability. However, can anyone enlighten me as to how and why this happens Andrew Raymond However, you cannot from what I can tell, get anything but an empty result set from: select * from bobPlusUniqueIdentifier where bobId = 2 That is the strangeness. If I select the full view, everything seems fine. ...Show All
Visual Studio Team System After applying TFS SP1 Beta reports present only vertical lines
On the "Remaining Work" report - numbers of Active/Resolved/Closed work items are all constant making vertical lines (history of change has been lost). Here is another problem after applying SP1: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=825531&SiteID=1&mode=1 I believe this issue will be resolved when the NullReferenceException issue is resolved. Would you mind resolving this issue for now and reopening it if it doesn't get fixed when the NullReferenceException issue is resolved ...Show All
Visual Basic Is VB2005 and VB.NET are same?
Hi, I am new to VB2005 programming and i know it is a bit stupid question to most of you people. But i am unable to get a comprehensive answer to this question on different site. So i am confirming from you people that "when someone is referring to VB2005, does this mean that he is talking about VB.NET as well" in short, is VB.NET and VB2005 are same thing or not cheers, anubisascends wrote: All languages that are .net languages (VB, C# Visual C++, J#) are written in their respective language, but are complied into MSIL (Microsoft Intermediate Language) at runtime. This is because of the .net's JIT (just in time) complier. So really, all of the languages that are used in VS2005 end up the same, just writ ...Show All
Windows Forms fullpath of secondsubnode gets into fullpath of first subnode
Hi All, I am facing problem in treenode. I make a treenode. when i try to add various subnodes in nested loops, For subnodes, it gives problem of in treenode.tag and treenode.text. Treenode.text gets set properly for the first subnode of a node while in case of tagnode.tag , fullpath of secondsubnode gets in fullpath of first subnode. so first subnode starts pointing to second subnode. Any solutions. Is there any precaution to be taken while adding nodes and subnodes in recursive and nested form. regards Hi nobuz Thanks for you reply.The code used by me is very big, however i am herewith giving a brief of it below.assume that i have already created the treeview TreeNode t ...Show All
Software Development for Windows Vista Markup with ComposityActivities
Hi, I have the following scenario: I have a custom activity named BaseActivity. This acivity has a DependencyProperty string name. I have a custom activity named ComposityActivity. This activity is a sequential activity which has two child activities: BaseActivity and CodeActivity. I create an instance of ComposityActivity and I set the property name to "Test", then I create an instance of SequentialWorkflowActivity and I add the instance of ComposityActivity. When I use WorkflowMarkupSerialize to write a XOML representation of the instance I lost que value of my string because it write something like: <SequenceActivity x:Name="SequenceActivity" etc...> <ns0:ComposityActivity:Name="composityActivi ...Show All
Windows Forms Host Controls in Windows Forms DataGridView Cells
Hi all, I'm trying to create a new cell within the new DataGridView (.NET 2 Beta). For example, I'm trying to create a cell which contain a RichTextBox, I succeed with the appearance of the rich text box controll but there is a lot of irregular behavior. Does someone did it already(not particular with RichTextBox) and can send an example. Unfortunately Microsoft example in the link below doesn't accessible. http://whidbey.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_fxmclictl/html/e79a9d4e-64ec-41f5-93ec-f5492633cbb2.asp 10X in advance, Nir Oren I looked at the code posted by theBanister and it works well. I then changed it from referencing a calendar control to a ComboBox and I had no problem. However, I do want t ...Show All
