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

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

Shabari

Member List

Basmanner
WinFormsUser13232
MaggieChan
Kostas Pantos
Jakein2006
Rabtok
jayakhanna
newguyintown
sunny123
anisk
Shanno
MagedSalah
krick
Ghoort
andy pelkey
Demix
TWild
GlenAtMotorola
yosonu
daniel mark
Only Title

Shabari's Q&A profile

  • Visual Studio Express Editions Cannot get visual studio express to install

    I've tried every troubleshooting tip and every readme file I could find. I am using my laptop running XP home (no network) (W/Cable modem). I've succeded on two other computers 1 w/ XP professional and 1 with XP home. they were both on a LAN at work. The error msg says "there was an error downloading". WHY You can try to do a manual install as listed at http://msdn.microsoft.com/vstudio/express/support/install/ It sounds as though (for unknown reasons) your cable broadband is causing a problem. Thanks- Tim <MSFT> ...Show All

  • Visual Studio Team System Running Pre-Build events

    Hi. I'm looking into Team Build and been running into a problem. I have a solution with several projects in it. One of the projects creates 2 files that are needed by my startup project for it to compile. I have a pre-build event set up in my startup project that runs the executable of the other project, so that the files always get created and are always up to date. Since these 2 files are created at run-time, I do not have them under source control (I'm using TFS). The problem is that the project that is dependent on those 2 "run time" files is failing to build through Team Build, with an error that those files cannot be found. It appears that my pre-build event is not being run, so those files are not being generated. I ...Show All

  • Visual Studio 2008 (Pre-release) Activate always on top fullscreen window

    Hi! I have a window that is most time hidden (I call Hide()). When I show it, I want to be in fullscreen mode, so I set WindowState = Maximized and TopMost = True. The problem is that the window doesn't get sometimes focus (the previously active application gets the keyboard messages). I tried to call Activate(), but it didn't resolved anything. Is there a certain way to set TopMost, Maximized, and to show a window in order to gain focus Thank you What triggers the showing of this window If is it triggered by a mouse click in the same application, the window should come up as activated and have focus. However, if you are working in some other app, and the first app shows this maximized window, then it wi ...Show All

  • .NET Development How do I run .NET V2.0.50727 compiled Visual Basic code on machine with .NET V1.1

    I developed a visual basic utility in Visual Studio 2005, so the utility is based on .NET V2.0. Now we want to transfer this utility to different servers where it will run every 2 hrs. Some of our servers are Windows Servers 2003 which are on .NET framework 1.1. The utility does not run giving error "to run this application, you must install one of the following versions of the .Net framework: v2.0.50727". The delima is installing new .NET framework for this small application production servers, we have to take permissions from management tree, create change notice, schedule for production down time etc..etc. which is not worth it. So, I was just wondering before I scrap this application: 1> Is there anyway to make .N ...Show All

  • Windows Forms about datagrid in vs 2003???

    hi, everybody, I have a problem about datagrid in VS 2003. I want to make a datagridcell's forecolor different from the next datagridcell's forecolor. How I do this.... thx. but these code will cause System.NullReferenceException in this line objCVScrollBar = DirectCast(grid.GetType().GetField("m_sbVert", BindingFlags.NonPublic Or BindingFlags.GetField Or BindingFlags.Instance).GetValue(grid), VScrollBar) I write the testing code: Dim field As FieldInfo = DataGrid1.GetType.GetField("m_sbVert", BindingFlags.NonPublic Or BindingFlags.GetField Or BindingFlags.Instance) Console.WriteLine(field.Name) it will cause NullReferenceException in second line. I guess that 'm_sbVert' doesnot exist!!!!! ...Show All

  • SQL Server writing back a zero to a writeback table

    Hi I'm having trouble storing a value of 0 in the cube. If i type in any other amount in the meassure and send the data, it will be stored, but if i want to store 0 in a cell it just becomes blank. Any sugestions I got this message from the applix support: "The Data-entry problem is caused by Analysis Services. Entering a '0' in an empty cell does not create a record in the writeback-table because it only stores the difference between the existing and the new value... The only workaround is to enter some data in the empty cell. Save this value and then change it into '0'..." The question is now - where to place the Ape :-) ...Show All

  • Windows Live Developer Forums Virtual Earth SDK in C#/.NET project, etc

    Hi, Anyone can tell me if it possible use the Virtual Earth SDK in a C# project. How can i do it Thanks Our MapDotNet Server 2007 product (available early 2007) has a MapNavigator Control that VE displays in. It also supports the ability to connect to several spatial DBs (ArcSDE, PostGIS, Oracle Spatial, etc.) and display and query the data on top of a VE Map. All in Visual Studio 2005! MapDotNet Server and VE Demo: http://server1.ischosting.net/Elections/ http://www.goisc.com/products.htm Benton Benton Belcher MapDotNet Product Manager I.S. Consulting ...Show All

  • SQL Server Security exception when calling custom code from a report.

    Hello, When I run my report from within visual studio 2005 it generates just fine. However, when I run the report from the reporting services local web site I get the following error. What do I need to do to fix this (temporarily turning off .net security uusing caspol didn't work). An error occurred while executing OnInit: Request for the permission of type 'System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed User!UserID is tied to the owner of the subscription. So you need to create the subscription as the user you want it to execute as. This works for Interactive report ...Show All

  • SQL Server Merging database

       Hi Guys,   I need to merge database's from 2 different locations into a master database. I am concerned with the identities being duplicated, and the need to map/translate the ids in a sequential order. Also this needs to happen on a nightly basis , would i need to write  a custom script   any starters , pointers would be appreciated thanks tribal      Thanks for your reply Tarek,  I thought SQL Server 2005 managed the identity problem by adding an extra unique column id with the unique index and the ROWGUIDCOL property ( I had been looking at the New Publication Wizard ). Also how would i deal composite keys as we are us ...Show All

  • SQL Server Normalization Questions

    Hai everybody recently i came across this article and i have tried to answer all the follwoing questions. But i am not sure its correct or not..so you peoples can comment on the follwoing questions. 2) Employee ( ssn , Name, Salary, Address, ListOfSkills) Yes, No. Ans: No. as list of skills would be repeated. 3) Department ( Did, Dname, ssn) Yes, No. Ans: No. ssn and did should be moved to a seperate table. 4) Vehicle ( LicensePlate , Brand, Model, PurchasePrice, Year, OwnerSSN, OwnerName Yes, No Ans: No. 5) Employee ( ssn, Name, Salary, did) (obs.: employee can only belong to one department) Yes, No. Ans: Yes. ...Show All

  • Visual Basic Need help converting parameters from vb4 example into .NET type

    I am trying to get the following external call into a .dll to work in visual basic.net(2005). I have an example done in vb4 and from vc++6 but I am not sure how to convert parameters to vb.net. The details are: Custom data types used below: Type QAddress Queue As Integer Group As Integer End Type Type ShowBuffer Version As Long TransferStatus As Long TransferSize As Long reserved(7) As Long Target As QAddress OriginalTarget As QAddress Source As QAddress OriginalSource As QAddress Delivery As Long Priority As Long Endian As Long End Type Global Const SHOW_BUFFER_LEN = 68 Type PSB TypeOfPsb As Integer CallDependent As Integer DelPsbStatus As Long MsgSeqNumber A ...Show All

  • Visual Studio 2008 (Pre-release) how to do a TemplateBinding in code?

    Just wondering, how would this part of a ControlTemplate look in c# code < Border BorderBrush = " {TemplateBinding Border.BorderBrush} " My guess would be to instanciate a TemplateBindingExtension and somehow attach it to the borderbrush of my ControlTemplate and the Border.BorderBrush, but how would this look like Thanks, Sam Imainge if you want to create make Button's ControlTemplate in code: ControlTemplate template = new ControlTemplate ( typeof ( Button )); template.VisualTree = borderFEF ; FrameworkElementFactory borderFEF = new FrameworkElementFactory ( typeof ( Border )); borderFEF.SetValue( Border .BorderBrushProperty, new TemplateBindingExtensio ...Show All

  • Software Development for Windows Vista [URGENT]Problem in EVENTHANDLING using DYNAMICALLY LOADED ASSEMBLIES!

    Hi WF Gurus, Im having a problem in eventhandling using dynamically loading assemblies . That time the value of the event is gettin NULL . So just for checking,I tried the same in the ORDERINGSTATEMACHINE Sample.There also im having the same issue that the OrderCreated event is gettin NULL value.In the sample, Instead of calling the RaiseOrderCreatedEvent method like this... orderService.RaiseOrderCreatedEvent(orderId, workflowInstanceId); Im calling the event by creating the services dynamically and adding it to a hashtable and making the object for the orderservice class during runtime and calling the RaiseOrderCreatedEvent Method. Everything is working fine but the value of the OrderCreated event is getting NULL.Otherwis ...Show All

  • SharePoint Products and Technologies sometimes i can break through code in vs2005 to debug a site

    I build my debug version, install it in GAC, then I reset iisreset .When i place a breakpoint I get the message: breakpoint will not currently be hit. no symbols have been loaded for this document Have u had this before. Your script has this: path = "E:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\" gacutil.exe /if "$(TargetPath)" copy "$(ProjectDir)\app.config" "C:\WINDOWS\ASSEMBLY\GAC_MSIL\$(TargetName)\[ASSEMBLY_VERSION]__[ASSEMBLY_PUBLIC_TOKEN]\$(TargetFileName).config" RecycleAppPools.vbs In my app I have no app.config nor RecycleAppPools.vbs should I copy them from somewhere as well or just use this: path = "E:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\B ...Show All

  • Software Development for Windows Vista An unhandled exception of type 'System.TypeInitializationException' occurred in PresentationCore.dll

    Hi, there Something went wrong with my WinFX Runtime. My first error problem was that Visual Studio the Cider editor did not appeared and throw exception. Now the currect situation is that the Cider is not working and if I make a simple application with a one button on it like this: <Window x:Class="WindowsApplication2.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="WindowsApplication2" Height="300" Width="300" > <Grid> <Button>Button</Button> </Grid> </Window> The application it will crash. It will crash with the folowing error messages: An unhandled exception of type 'System.TypeInitializationException' occ ...Show All

©2008 Software Development Network