Problems Migrating from VS 2003 and CR 2008 to VS 2008

I am in process of upgrading from VS 2003 to VS 2008.   At same time u2013 moving from Windows Xp to Windows 7.    I was using CR 2008 on the XP and also installed it on Win 7.   Now seems I have no support or SDK for VS 2008.   Even if I add a new Cr object u2013 the screen us blank.
Any and all assistance would be greatly appreciated.
What do I need to do to get this to work u2013 and be able to safely distribute the resulting project?  
Would upgrading to SAP CR 2011 work coupled with downloading the SDK for VS 2010?  Or Reinstalling VS 2008?
Thank you
JimH

Hi Jim,
CR for VS 2010 will not work in VS 2008 and CR 2011 does not have an SDK install.
If you have Installed CR 2008 before VS 2008 it won't be integrated into VS. Do a repair install of VS 2008 and that should fix VS, assuming CR 2008 is installed and it's not a CR 2008 Basic, must be higher to get the SDK to install and work. Go into Add/Remove Programs and select CR 2008 and change, use the Custom Option and you should see the option to add .NET. Sorry I don't recall the exact wordage, it's been a while since I installed it.
And be sure to get the latest Service Packs for VS and CR 2008 SP 4. You can get them form the [download page|https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/bobj_download/main.htm]
Then check your references, they should be 12.x.x.xxxx and remove the 9.x from your project first if they are there still also. VS usually asks if you want to upgrade so I suspect a repair on CR and then possibly a repair in VS 2008 should fix the problem.
Download page also has the Redist Packages to deploy your app and CR runtime also.
Don

Similar Messages

  • Inplace and side by side upgrade from windows 2003 64 bit R2 contains SSRS 2008 R2 to windows 2008 64 bit R2

    Hello All,
       Case 1 -In place upgrade
       I would like to do in place upgrade from windows 2003 64 bit R2 that contains SSRS 2008 to windows 2008 R2 64 bit. The upgrade would be happened at OS level not at SSRS level.
       I would like to know what are the  necessary steps should be taken  prior/during/post  upgrade from SSRS end  as we can not rollback if there is some issue with in place upgrade.
      Case 2-Side by side upgrade
      I would like to do side by side migration from windows 2003 32 bit  that contains SSRS 2008 to windows 2008 R2 64 bit. The side by side  would be happened at both OS level and  SSRS level.
      I would like to know what are the  necessary steps should be taken  prior/during/post side by side migration  from SSRS end.

    Before doing anything Take backups .
    In case of reporting services..
    Back up your symmetric key. For more information.
    Back up your report server databases and configuration files. For more information.
    Back up any customizations to existing Reporting Services virtual directories in IIS.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Thanks,
    Shashikant

  • OS Migration from Windows 2003 cluster  to Windows 2008 R2 MSCS

    We want to go for windows 2008 R2 server ( 64-Bit)  MSCS by migrating from windows 2003 Cluster ( 32- Bit) . We are running on ECC 6.0 and oracle 10.2.0.2 DB.
    Is it possible ?
    Is it traditional System copy if so how to migrate the cluster ?
    Regards

    > 2. If the oracle version is 10.2.0.2 then does it will support Windows 2008 R2.
    You need at least 10.2.0.4 (you need to install that version with a separate DVD, you can't install with the normal Oracle DVD (10.2.0.1). See
    Note 1303262 - Oracle on Windows Server 2008
    Be aware of the fact that the normal standard support for 10.2.x is ending at end of july (you'll have to pay an extra maintenance fee if you continue to run that version) - see
    Note 1110995 - Extended maintenance for Oracle Version 10.2
    So if you now do a system copy to new hardware with a new os anyway, I would upgrade to 11.2.
    Markus

  • SQL Query (Migrating report from SMS 2003 and SCCM 2012R2)

    Hello everyone,
    I solicit you because I have to work on migrating reports from SMS 2003 and SCCM 2012 R2.
    The following SQL query causes me some problems:
    SELECT DISTINCT SYS.Netbios_Name0 AS Computer, (SELECT SUM(ProcAddtl.NumberOfLogicalProcessors0) FROM v_GS_Processor_Addtl0 ProcAddtl WHERE ProcAddtl.ResourceID=SYS.ResourceID) [Cores], CS.NumberOfProcessors0 AS CPU, CPU.MaxClockSpeed0 As Speed, CPU.Name0, MEMORY.TotalPhysicalMemory0/1024 AS [RAM Mb], (SELECT LDISKS.Name0 + '=' + CONVERT(varchar(15), LDISKS.Size0/1024) + ' | ' as 'data()' FROM v_GS_LOGICAL_DISK LDISKS WHERE LDISKS.ResourceID=SYS.ResourceID AND (LDISKS.Name0='C:' OR LDISKS.Name0='D:') ORDER BY LDISKS.Name0 FOR xml path('')) [Logical Disk (Gb)], (SELECT LDISKS.Name0 + '=' + CONVERT(varchar(15), LDISKS.FreeSpace0/1024) + ' | ' as 'data()' FROM v_GS_LOGICAL_DISK LDISKS WHERE LDISKS.ResourceID=SYS.ResourceID AND (LDISKS.Name0='C:' OR LDISKS.Name0='D:') ORDER BY LDISKS.Name0 FOR xml path('')) [Free Space(Gb)],CS.Manufacturer0 AS Manufacturer, CS.Model0, OS.Caption0 AS 'OS', (SELECT CONVERT(varchar(10), NIC.Index0) + '=' + NIC.IPAddress0 + ' | ' as 'data()' FROM v_GS_NETWORK_ADAPTER_CONFIGUR NIC WHERE NIC.ResourceID=SYS.ResourceID FOR xml path('')) [Network], (SELECT Count(Name0) FROM v_GS_SCSI_CONTROLLER SCSI WHERE SCSI.ResourceID=SYS.ResourceID AND SCSI.Name0 Like '%Qlogic%') [# FC HBA], INFONOYAU.RoleServeur0 AS Role, INFONOYAU.Zone0 AS Zone
    FROM v_R_System SYS
    LEFT JOIN v_GS_COMPUTER_SYSTEM CS ON CS.ResourceID = SYS.ResourceID
    LEFT JOIN v_GS_PROCESSOR CPU ON CPU.ResourceID = SYS.ResourceID
    LEFT JOIN v_GS_X86_PC_MEMORY MEMORY ON MEMORY.ResourceID = SYS.ResourceID
    LEFT JOIN v_GS_OPERATING_SYSTEM OS ON OS.ResourceID = SYS.ResourceID
    LEFT JOIN v_GS_Informations_Noyau0 INFONOYAU ON INFONOYAU.ResourceID = SYS.ResourceID
    LEFT JOIN v_FullCollectionMembership COL ON COL.ResourceID = SYS.ResourceID
    WHERE COL.CollectionID = @CollectionID ORDER BY SYS.Netbios_Name0
    Can a charitable soul help me to migrate this query to a SCCM 2012R2 report?

    The following SQL query causes me some problems:
    Why? What's happening?
    Torsten Meringer | http://www.mssccmfaq.de

  • Accidently removed a mailbox on the SBS 2008 server during the migration from SBS 2003

    I accidently removed a legacy mailbox from the SBS 2008 server while still doing the migration from SBS 2003.  I meant to click on the Move Mailbox like the instructions said but clicked on the Remove option, then clicked the 'X' to close the box since
    I figured that would cancel what I did however it removed the mailbox from the SBS 2008 list.
    Please tell me that I can get it back.  It still shows up in the old SBS Exchange System Manager but now when an email is sent, it sends back a no delivery message.  It's like the account doesn't exist any more.
    Can it be recovered and if so, how?
    thanks,
    Jeff

    Hi Jeff,
    Would you please let us know current situation of this issue? Just check if above suggestions can help you.
    If any update, please feel free to let us know.
    In addition, please also refer to following article and thread, and then check if can help you.
    How
    to use a Recovery Storage Group in SBS 2008
    How
    to recover a deleted user and mailbox on SBS 2008
    Hope this helps.
    Best regards,
    Justin Gu

  • Migrating from DHCP 2003 to DHCP 2012

    Hi,
    i'm planning to migrate from DHCP 2003 to DHCP 2012 or DHCP 2012 R2 failover.
    Saw those instructions:
    extract the configuration in .TXT
    netsh dhcp server export c:\temp\dhcp.txt all
    copy this file on your server 2012 in temp or elsewhere
    import the configuration with this command
    netsh dhcp server import c:\temp\dhcp.txt all
    if you have the error "TLS supported but not configured"
    remove all the option in "Server Option" like 003 Router 006 DNS SERVERS and put it back after doing the import 
    now i have some questions:
    1. is it recommended to build 2 2012 DHCP configured as failover on virtual machines ? (hyper-V)
    2. do those dhcp servers have to or recommended to be DNS also or can they be only DHCP servers ?
    3. my AD functionality level is 2003 - is it a problem for this migration ?
    4. virtual or physical ? whats is recommended ?
    5. any other considerations ?
    TNX

    Hi,
    Virtual or physical will both work. It doesn't matter, as long as the two servers can communicate with each other.
    You do not need DNS installed on the same server, but you can install it without hurting anything.
    I believe that the AD level has no effect because you can have DHCP failover even on workgroup computers.
    -Greg
    http://technet.microsoft.com/en-us/library/dn338983.aspx#specs

  • Calendar Free/Busy permissions being ignored for users migrated from Exchange 2003, fine for new users created on Exchange 2010

    I have uncovered a situation where it seems the free/busy permissions are being ignored for users that were migrated from Exchange 2003 to Exchange 2010.
    I have the default permissions set to only show Free/Busy Time, not Details.  However if I look at the calendar for a users who was migrated from the old Exchange 2003 server, I can see details.  If I look
    at a newer user who was added directly to the Exchange 2010 server, I (correctly) only see the times and "Free" or "Busy", not the specific details.
    I verified the permissions on the migrated mailboxes many different ways (Exfolders, cmdlets, etc) and all signs point to only allow showing Free/Busy Times, but alas, I can still see the Details as well.
    My users are using Outlook 2010.

    Hi,
    Does this issue occur on Outlook only or both Outlook and OWA?
    Since you have double checked the permissions via multiple methods, it seems there is nothing problem on permission. Please make sure the migration from Exchange 2003 server completed successfully.
    If in OWA everything goes well (cannot see details), it should be an issue on the Outlook client side.
    I suggest run Outlook under safe mode to avoid some AVs and add-ins.
    I suggest re-create profile to refresh the caches.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Migration of domain 2003 and exchange 2003

    dear sir,
    presently  we have    domain controller win2003 std sp2  and exchange server 2003 sp2  ,installed on domain controller
    we need to migrate from  exchange 2003 to exchange 2010 and then to  exchange 2013. please suggest the procedure step by step
    can i migrate exchange 2003 to   exchange 2010 with  win2012 R2 std  in domain 2003
    or we need to first upgrade  domain controller  or exchange server.

    Hi,
    First, we should note that only Exchange 2013 SP1 is supported on Window 2012 R2. And it is not recommended to install Exchange server on DC server.
    Since both Exchange 2010 and Exchange 2013 can run at least Exchange 2003 domain/forest functional level, we can upgrade Exchange first and then raise the functional level.
    Because Exchange 2013 can't coexist with Exchange 2003, you need to remove Exchange 2003 server before you decide to upgrade to Exchange 2013.
    Hope this helps.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Migrate from Server 2003 (no Exchange, single server) to SBS 2011

    Are there any Technets or other Microsoft documentation on migrating from Server 2003 (no Exchange, single server) to SBS 2011?  I understand it is possible, but I would like confirmation and some documentation before purchasing the appropriate hardware
    and licenses.
    Thanks,
    Doug
    Doug Orr

    Hi Doug,
    In general, the migration is the similar with migrating process from SBS 2003. In addition, also have main
    difference.
    “The main difference is that you don’t have to remove the source and that you have to follow the migration
    instructions as the SBS migration wizard will not launch.”
    You can get above description from following similar thread. Please refer to.
    Migrate from Windows Server Standard 2003 (not SBS) to SBS 2011
    http://social.technet.microsoft.com/Forums/en-US/68790e41-b833-4e81-8200-63852ab9e196/migrate-from-windows-server-standard-2003-not-sbs-to-sbs-2011?forum=smallbusinessserver
    Meanwhile, please refer to the following article. It may be helpful.
    Step By Step Guide To Migrating To SBS 2011
    http://www.techieshelp.com/step-by-step-guide-to-migrating-to-sbs-2011/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    However, as Robert suggests, would you please confirm specific version of SBS? It may help us to understand
    clearly and provide correct information.
    Hope this helps.
    Best regards,
    Justin Gu

  • SPAM rules on Inbox after migration from Exchange 2003 - GFI Mail Essentials

    Hello,
    Few times ago, we had an Exchange 2003 server with mailboxes which were configured with "rulemgmt.exe" tool (from Microsoft ?) to manage users mailboxes and SPAM redirection in these mailboxes.
    GFI MailEssentials (antispam) was installed on a mail relay and once a SPAM was detected, it was redirected in Inbox/SPAM folder on user mailbox thanks to the rule defined by "rulemgmt.exe".
    Recently, we did a migration from Exchange 2003 to 2010. Unfortunately, "rulemgmt.exe" doesn't work anymore on Exchange 2010 and it's replaced by a "Transport Rule" which works fine but only to redirect SPAMs in Junk e-mail folder. However,
    if I don't set up this transport rule, SPAM redirection still works from mailboxes which were created on Exchange 2003 and e-mails go to Inbox/SPAM as before... For new mailboxes on Exchange 2010, it doesn't work which is normal.
    My question is: for old mailboxes from Exchange 2003, where are the SPAM redirection (Inbox/SPAM) information stored? I don't understand how SPAM can be redirected if the information is not stored in Exchange...
    The aim is to use Junk E-mail folder with the Transport Rule at the end everywhere and to clean old rules used for Inbox/SPAM.
    I contact GFI support but they couldn't help me.
    Any idea?
    Regards,
    DeltaSM
               

    Those old mailboxes probably have old rules still set.  You can use the Outlook.exe /cleanrules switch to purge those old rules.  This would require that you create an outlook profile for each of those impacted mailboxes.
    You can also look at using MFCMapi -
    http://support.microsoft.com/kb/2860406/en-us
    When that is done, you might want to perform a Clean-MailboxDatabase and then look at the mailbox rules (get-inboxrule).  If that does not work for you, could be something else within the mailbox and as such, I would recommend working with MS to get
    more info.
    DaDougInc

  • Problem migrating from JSF Mojarra 1.2 to 2.0

    As my subject suggests, I am having a problem migrating from JSF 1.2 to JSF 2.0.
    As a first step, all that I had done was to replace both 'jsf-api.jar' and 'jsf-impl.jar' with the newer version 2.0 and restart my server.
    As expected, server failed to publish with the following error message on the console. Any hint on solving this issue is highly appreciated.
    The error message goes as below:
    <Jun 30, 2009 10:31:54 AM PDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application D:\MalcolmX\web. Please make sure that the annotations are valid. The error is com.sun.faces.taglib.jsf_core.BeanValidatorTag>
    <Jun 30, 2009 10:31:54 AM PDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application '_auto_generated_ear_' due to error weblogic.application.ModuleException: Failed to load webapp: '/'.
    weblogic.application.ModuleException: Failed to load webapp: '/'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.BeanValidatorTag
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    Thanks.

    SirG wrote:
    As expected, server failedWow :P
    The error message goes as below:
    java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.BeanValidatorTagIs it in classpath? Exception says it is not.
    Don't you have some JSF 1.2 libraries around somewhere else in classpath? Appserver/lib? JDK/lib? Etc. You might have a mix of JSF 1.2 and JSF 2.0 in the classpath and the exception is just been caused by this collision.

  • MDT 2012 to Migrate from Windows 2003 32 Bit to Windows 2012 R2 64 Bit

    I have used MDT for so long however only for client OS upgrade - XP to Windows 7/8.
    We wish to use MDT to migrate from Windows 2003 32 Bit to Windows 2012 R2 64 Bit. All servers are virtual on HyperV or VMWare - plan is to use USMT hardlink Migration.
    Is this supported? Has anyone used this for server migration?
    Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"

    Thanks Keith for your reply.
    Even is USMT does not work, we are ok. SMIGdeploy will be helpful.
    Basically, want MDT to run some scripts on the Windows 2003 server, post which install Windows 2012 and join it to the existing domain with the same computer name.
    Then hydration kit to help with the installation of features etc. Also, we would like to take a complete backup to a WIM before migrating.
    I am sure this is workable.
    Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"

  • Migration from Exchange 2003

    Hi,
    We are a small business. We currently use Small Business Server 2003 which has Exchange 2003 built-in.
    Can we migrate from Exchange 2003 to Mac OS X Server mail services?
    Can Office 2011 connect to Mac mail services? If so, what protocols?
    Many thanks,
    Ciaran.

    We are a small business. We currently use Small Business Server 2003 which has Exchange 2003 built-in.
    What features of Exchange are you using? Push notifications? Calendaring. Sharepoint? Figure out what you want and what you need (and which are two separate lists) and then map that over to what Mac OS X Server, or to what a Mac box with the Kerio Connect package loaded, might provide you.
    Can we migrate from Exchange 2003 to Mac OS X Server mail services?
    That's rather open-ended. It's possible, but there's no single definition of small business mail requirements. Some small businesses can and have, and some might find themselves missing critical features.
    Can Office 2011 connect to Mac mail services? If so, what protocols?
    iWork does well enough to read and write Office files locally, so I don't have experience with Microsoft Office. The Windows mail clients can certainly access Unix mail servers. As for what connectivity is present within Office, I'm way too rusty with Windows to comment. What used to be the Outlook Express client worked just fine with Unix mail servers. The full-on Office Outlook client was pretty flaky with stuff other than Exchange, but that was some years ago.
    Biggest issues with SBS migrations tend to be with shared Address Book, with shared Calendars and with Sharepoint services; if you're heavy users of those features, you might find the Mac OS X Server implementations lacking. Kerio can potentially help here.
    Look around the forums for some other folks. This particular SBS migration has been fairly common fodder for discussions.

  • Problems migrating from edir 8.7.3 to 8.8

    Hi,
    I need to do a hardware replace for a Netware 6.5 sp 8 server. This
    server has edir 8.7.3.10. I loaded a new Proliant server with NW6.5 sp
    8 to migrate to. The new server has edir 8.8 on it. The Migration
    Wizzard guide says there can be problems migrating from NW6.5 from an
    edir 8.7 to 8.8.
    I tried to install the new server using the [INST: spedir] option
    specifie in this article
    (http://www.novell.com/communities/no...edirectory-873)
    but the server keeps crashing.
    Can I mirgate my old server edir 8.7.3 to the new one 8.8 using the
    Migration Wizzard? If not is there any other way to force an install
    of edir 8.7.3?
    thanks

    You could upgrade your eDir on the "original" server to 8.8
    I've done that before without any problems.
    (obviously this doesn't guarantee it will go right/well). Always have a complete backup of the .dib set (I use the dsrepair -rc on NetWare) as well as a "snapshot" of teh NetWare server if possible (ours is on the SAN, so I can clone the system disk before I do anything to it).

  • Issues with Shell32.dll, NTDLL.DLL and Migration from Windows 2003 to Windows 2012

    Hello all,
    I am new to ThinApp and working as a consultant to help a company migrate older Windows 2003 software to Windows 2012.  They have purchased ThinApp 5.0.4.5 so that is what we will be using.
    We have created a clean 2003 VM and did a pre-scan
    We loaded the application and configured it  and then did a capture.
    We then tested the capture the 2003 VM and it works
    We then loaded the capture on a Clean 2003 VM and it works
    We then loaded onto a 2012 VM and when running the app from a command window get an error  -missing import shell32.dll:StrCpyNW
    If we run the capture in Emulation Mode on 2012 VM, we do not get the Shell32.dll error but instead the cmd fails with a Fault Module Name  - NTDLL.DLL error
    I am sure I am just missing the correct location to identify or configure the capture - but do not have the experience to know where yet.  (Taking training next week).
    Until then, is there any suggestions which I can try?
    Thanks for your time in advance,
    Vince 

    Tried and done that.  The main issue while configuring the printer from the printer Web Interface is that there is no access to the Digital Sending section due to a problem with the "Sun Java plug in"  I think the code mentions 1.31. or similar.
     We downloaded the java plug in and installed it.  No progress. 
    We reset the printer to defaults and reconfigured it .. It sees the smtp gateway and access it but fails sending email with scanned documents.. 
    We have tried in very different ways.  We connected the printer to another domain SBS server 2003 and it works beautifully.  So, I have no idea on what is the problem. We created a firewall exception for ports 390. 1783 from the SBS to the Printer
    and still no go..
    We have tried four different accounts and nothing.  Same results as stated originally.
    Any other suggestions??
    JFM

Maybe you are looking for