bhavu's Q&A profile
Windows Live Developer Forums Site indexing on MSN Search?
One week before, I set up a new website, which is not indexed by msn search. I followed Site Owner Help and submit the url. I found out that the website hasn't been indexed so far. I'd like to know how often your team update the databse and when my website could be indexed. Thanks, Janine please use the webmaster forums for this type of question: http://forums.microsoft.com/webmaster nate ...Show All
Visual C# Interfaces oversold???
First, I must admit that I am a C# novice and so I probably don’t have as much knowledge and experience on the subject of interface as most of you guys reading this post. After reading a few books on C# and interface design, I still can’t see and understand the real power of interface unless of course, we are talking about interfaces as a powerful concept in OOP ‘only’ and not as a powerful concept in the general sense. When I was first learning OOP I was quite suspicious about the ‘excellent features’ that OOP claims to be able to deliver to the world and I was right. For example, in reality OOP offers very little if any, code reuse. I am now having the same suspicion about interfaces even though I see a lot nice words used to d ...Show All
Commerce Server Can't open the profile Definition in the Commerce Server Manager
Hi, If I expand in the Comerce Server Manager "global Resources-> Profiles->Profile definition" and Click then for example on "User Objects" I see the message "Editor will be loaded" but nothing happens. have anybody an idea, what can I do Thanks Dominik Dominik, Here is a BLOG posting with the fix for this: http://dotnetforum.dk/blogs/danske/archive/2006/08/30/Commerce-Server-2007-Profile-Editor-Not-Loading.aspx ...Show All
Visual Studio Express Editions I need some help updating a Dataset when changes are made at the source
I'm trying to create an application that will have multiple users working off a table on a SQL server. Since multi users will be updating different records at any given moment, how can i get those changes and merge them into my current Dataset. I've been playing around with the GetChanges method and Acceptchanges but they just dont seem to be pulling over the changes and updating my Dataset. Maybe if someone could give me a sample of Code to use or try, anything is appreciated. Here is what I'm trying in my code but doesnt work. Try Me.AccuLogic_SQLDataSet.GetChanges() Me.AccuLogic_SQLDataSet.AcceptChanges() Me.Collect_Work_List_BackupTableAdapter.Update(Me.AccuLogic_SQLDataSet.Collect_Work_List_Backup) M ...Show All
.NET Development DllNotFoundException- path problems
Hello all, I've got a project that pinvokes an unmanaged DLL and everything runs smoothly with it. The problem begins when I publish the project and install it on a different computer- I get the DllNotFoundException when it's being called, and the oddest thing is that the message says the dll wasn't found on the project's bin\debug path. The problem is that I wish to have the dll on the application startup path, but cannot use Application.StartupPath within the DllImport Attribute, since it takes only consts. Does anyone know why does the application search for the dll in the bin\debug folder Is there anyway to change this (I've tried adding the app startup path to the environment path, didn't work) Or better yet, is there a way of using t ...Show All
Smart Device Development My .exe is not running outside bin folder
hai guys, this problem is making a head- ache to me... i have built a console application in the .net1.1 with vs 2003.its working fine while debugging or running.even its working by running the .exe file directly when it is in bin folder . but if i take out the exe file and running out side the bin folder ...its showing err. it is showing a nullreference error saying that the connection string(database) is not passed..actually i have passed the connection string..thirough app.config file. this time..i have brought .exe.config file to the same location.now it is showing the "applicationblocks.dll is missing." even though i add reference. if i taken the entire bin its working fine in my system...but th ...Show All
SQL Server JOb running SSIS package
I have an issue when a job is scheduled to run a SSIS package. The package (exporte a table to a text file) runs fine from microsoft visual studio but when i create a job and run it, i get the following error: [298] SQLServer Error: 15404, Could not obtain information about Windows NT group/user 'VOLCANO\Administrator', error code 0x534. [SQLSTATE 42000] (ConnIsLoginSysAdmin) when i turn on the computer i get error messages about an open file everything listed in the menu includes this axel but i canoot open it and I need to fix this error, it is preventing me from installing a camera. any help ...Show All
Visual Studio Copy WSSF and use as base for new GA package (formerly Where are the configuration files located?)
I want to create a custom package. I have used the "Giuidance Package Development" project to start me off but I want to look at some example packages to see how they work. Specifically I want to see how code is generated from a database schema and how code is generated from classes. I think the database part can come from the WSSF. I'm not sure how the BusinessEntity classes work but I think they can be found in the same package. Should I be looking at the Guidance Automation configuration file for WSSF If so where can I find it I want to create a guidance package creates a data access layer, business entity layer, a web service layer (all of this can be done with the WSSF I know) but also I want my classes to act as data providers of ...Show All
.NET Development ConfigurationElement Design Related Discussion
I am currently in the process of writing my own ConfigurationSection and ConfigurationElement (s) for the .config file on a development project. I have read the online documentation and have also used a reflector tool to analyze some of the .NET Framework classes to decide the best possible approach. I am just curious if someone has more experience with this than I, and would be willing to offer some design consultation on one or more of the questions I have. In the documentation it describes a programmatic model vs. a declarative (attributed) model. This statement can be found with the following documentation link for ConfigurationSection – http://msdn2.microsoft.com/en-us/library/system.configuration.configurationsectio ...Show All
.NET Development UIPermission on a 3rd Party DLL
Im using a 3rd party DLL to create a graph. When calling some methods within this DLL i get exceptions because the control is running in a internet trusted zone. I do not have access to the 3rd party DLLs code so i cant add 'new UIPermission().Assert();' statements within the DLLs. Is there a tool/way of signing a DLL so it will be trusted i already sign the DLLs with my certifcate. Regards, Gareth. Try using the caspol.exe utility to explicitly assign trust, check this thread ... ...Show All
Visual Studio Tools for Office Printing word document doesn't fully work
Hi, I'm making a small class that creates a word document based on the parameters, and when the PrintDoc sub is called, it should print the document. When I save the document as a .doc file and open it in Word, it looks good. But when I call the printout sub, it asks where to save the file (using pdf printer and office image writer), he calls the save dialog box, and when I press save, the file is compiled under the respective fileformat, but when I look in the folder, the file doesn't exist. Though a shortcut to it is made in the Recent Opened folder. Also sending the doc to the printer works fine, but it doesn't print. Should I do anything else except calling PrintOut() Dim doc As Word.Document = Me.MyDoc ' also a word.document instanc ...Show All
Visual Studio Team System Apparent error in CREATE USER statement
Hi, VSTS4DBP is moaning at the following: CREATE USER [CT\BAK-iField-Developers] FOR LOGIN [CT\BAK-iField-Developers] GRANT CONNECT TO [CT\BAK-iField-Developers] with the error message: Incorrect syntax near CONNECT. It seems fine to me!!! Is this a bug Should I raise it at Connect -Jamie Hi Jamie, If this script is generated by VSTSData on reverse engineering, than it is a bug, and we need to know about how it got generated, but if the second line "GRANT CONNECT ..." is manually added, than it is not a bug, but you just need to take off that line from there. The first line itself is sufficient, and Grant statement will be generated by the deployment script automatically. Be ...Show All
.NET Development where do those xmlns="" attributes come from?
some of my elements in a document i have generated from a transform contain an attribute xmlns which has no value. Where did this come from and how do I remove it fragment of xls I am using .... <xsl:for-each select="file"> <xsl:element name="index"> <xsl:attribute name="type"> <xsl:value-of select="sourceDefin" /> </xsl:attribute> </xsl:element> </xsl:for-each> the output from this would be something like <index type="blue" xmlns="" /> Where did that second attrib ...Show All
Microsoft ISV Community Center Forums MS Office document and image writer print driver
Besides removing this feature from Office during setup, is there a process to remove this virtual printer from 300 users with roaming profiles on an active directory network We are having an issue with this printer assuming the "default printer" selection for our users. As a work around we have changed their default printer, but after they reboot or log off / on it has defaulted back to the MS Ofc doc and image writer printer. Hi I did just create a port of the name "Microsoft Document Imaging Writer port" then suddenly two ports of the name existed. So I deleted the one I created..... But I can not find the "Microsoft Document Imaging Writer Driver", not on my PC, no ...Show All
Visual C# Example of a C# windows Service with an MMC interface?
I have been kinda digging around the net for an example of a C# windows service that has an MMC interface. Im a network administrator and the dev team around here writes a lot of application which means my servers need to be logged in with their programs running. not only that but they all need access to login to the server with PC anywhere, or they need key card access to get in to the server room. both of which i am not pleased about. considering how simple it is to make a service this blows my mind. I would like to be able to hand them a good example of a windows service that has a MMC interface (once again, i dont want them on my servers) thanks for the help guys! Justin sorry i didnt wor ...Show All
